Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get upcoming calendar events
calendar__list_events
{ "type": "object", "properties": { "calendarId": { "type": "string", "description": "Calendar ID (use 'primary' for main calendar)" }, "timeMin": { "type": "string", "description": "Start time (RFC3339)" }, "timeMax": { "type": "string", "description": "End time (RFC3339)" }, "maxResults": { "type": "number", "description": "Maximum events" }, "orderBy": { "type": "string", "description": "Order by: startTime or updated" }, "singleEvents": { "type": "boolean", "description": "Expand recurring events" } }, "required": [ "calendarId" ], "description": "Input schema for the calendar__list_events tool." }