Documentation Index
Fetch the complete documentation index at: https://veryfront.com/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 |
Playground
{
"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"
},
"end_user_id": {
"type": "string",
"description": "End-user ID for per-user OAuth token resolution"
}
},
"required": [
"timeMin",
"timeMax",
"items"
],
"description": "Input schema for the calendar:find-free-time tool."
}
Output schema
This tool does not publish an output schema.