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.
Get upcoming calendar events
| Field | Value |
|---|
| Name | calendar:list-events |
| Group | Integrations |
Playground
{
"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"
},
"end_user_id": {
"type": "string",
"description": "End-user ID for per-user OAuth token resolution"
}
},
"required": [
"calendarId"
],
"description": "Input schema for the calendar:list-events tool."
}
Output schema
This tool does not publish an output schema.