Get upcoming calendar events
calendar:list-events
{ "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." }