Skip to main content
Get details of a specific calendar event

Tool details

FieldValue
Namecalendar:get-event
GroupIntegrations

Playground

Input schema

Input schema
{
  "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.