Overview
Personal calendar access so an agent can reason about your week: what a meeting is for, who is in it, and where the time actually goes.
What Modus reads
- 1Calendar
- 2Event
You select the level Modus is allowed to mine. Everything below it is discovered automatically; everything outside it is never touched.
1context types mined
1agent tool groups
1connection method
3security controls
Context types
Each object Modus mines produces typed context items, addressed by their position in the hierarchy. This is what an agent actually receives.
Event context
Events, attendees, and scheduling read live from the connected calendar.
Example context item
google_calendar_event_contextPrimary›Weekly Revenue Review
- When
- Mondays 09:00–09:45
- Attendees
- Finance · Analytics · CRO
- Linked doc
- Revenue Overview dashboard
Connection method
Connect once. Modus stores credentials in a managed secret store, rotates what it can, and never asks an agent to handle them.
OAuth (personal)
Each user connects their own calendar. It is a personal connection: nothing is shared with the workspace.
Security & governance
Governance is applied once, at the layer every agent runs through, so it holds no matter which agent asks.
Read-only by default
Mining runs on a read-only credential. Any tool that writes back is a separate, explicitly granted action.
Write approval
Actions that change state in the source system are marked as writes and require an explicit human confirmation before they run.
Permission mirroring
Tool calls execute as the person asking, not as a shared workspace credential, so an agent can never reach a channel or file the user cannot.