PublicMITGemini-only
Calendar Analyzer Bot × SlimeTree-RLM (Gemini-only)
▸ Detect collisions / anomalies in your schedule in advance
Next 7 days of events from primary calendar → RLM verdict + all-day collision detection → R goes to Gemini for summary + risk assessment.
1. Google API authentication (OAuth 2.0)
At console.cloud.google.com create an OAuth client → obtain a User Access Token. Scope: https://www.googleapis.com/auth/calendar.readonly
2. Gemini (Google AI) API key
At aistudio.google.com/apikey you can issue a personal free key (15 RPM free; overflow is token-billed).
Platform-native LLM: Google Workspace processing is Gemini-only (managed under the same Google account).
2.5 Operation mode ★ NEW: B (in-Gemini tiering) ― shared module
3. Calendar analysis (next 7 days)
Fetch the next 7 days of events from the primary calendar → run RLM verdict per event → D=routine (status meeting, etc.) / µ=needs attention (double-booking / all-day collision) / R=Gemini for summary + risk assessment.
events: 0
Routine: 0
Needs attention: 0
Needs analysis: 0
4. API call log
(not yet run)
5. Benefits
- All-day / double-booking detection: multiple all-day events on the same day raise a µ warning
- Routine meetings confirmed at 0 tokens: weekly status etc. handled by D
- Important matters analyzed by Gemini: surfaces risk factors + suggested prep items
- WAL chain: records when and what the bot judged
