Skip to main content
Get upcoming calendar events

Tool details

FieldValue
Namecalendar__list_events
GroupIntegrations

Playground

Input schema

Input schema
{
  "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"
    }
  },
  "required": [
    "calendarId"
  ],
  "description": "Input schema for the calendar__list_events tool."
}

Output schema

This tool does not publish an output schema.