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 details of a specific calendar event
calendar__get_event
{ "type": "object", "properties": { "calendarId": { "type": "string", "description": "Calendar ID" }, "eventId": { "type": "string", "description": "Event ID" } }, "required": [ "calendarId", "eventId" ], "description": "Input schema for the calendar__get_event tool." }