Google Workspace MCP Server

list_events

List upcoming calendar events

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of events to return (default: 10)
timeMaxNoEnd time in ISO format
timeMinNoStart time in ISO format (default: now)

Input Schema (JSON Schema)

{ "properties": { "maxResults": { "description": "Maximum number of events to return (default: 10)", "type": "number" }, "timeMax": { "description": "End time in ISO format", "type": "string" }, "timeMin": { "description": "Start time in ISO format (default: now)", "type": "string" } }, "type": "object" }