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 details of a specific calendar event
| Field | Value |
|---|
| Name | calendar:get-event |
| Group | Integrations |
Playground
{
"type": "object",
"properties": {
"calendarId": {
"type": "string",
"description": "Calendar ID"
},
"eventId": {
"type": "string",
"description": "Event ID"
},
"end_user_id": {
"type": "string",
"description": "End-user ID for per-user OAuth token resolution"
}
},
"required": [
"calendarId",
"eventId"
],
"description": "Input schema for the calendar:get-event tool."
}
Output schema
This tool does not publish an output schema.