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"
    },
    "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.