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.
Find available time slots in calendar
calendar__find_free_time
{ "type": "object", "properties": { "timeMin": { "type": "string", "description": "Start of window (RFC3339)" }, "timeMax": { "type": "string", "description": "End of window (RFC3339)" }, "items": { "type": "array", "description": "Array of {id: calendarId} to check" } }, "required": [ "timeMin", "timeMax", "items" ], "description": "Input schema for the calendar__find_free_time tool." }