Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | calendar__find_free_time |
| Group | Integrations |
{
"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."
}