google_calendar_get_events

Retrieve upcoming Google Calendar events by specifying a limit, calendar ID, time range, search term, or inclusion of deleted events.

Instructions

Retrieve upcoming events from Google Calendar

Input Schema

NameRequiredDescriptionDefault
calendarIdNoOptional: ID of calendar to use (defaults to primary if not specified)
limitNoMaximum number of events to return
qNoFree text search term for events
showDeletedNoWhether to include deleted events
timeMaxNoEnd date/time in ISO format
timeMinNoStart date/time in ISO format (defaults to now)

Input Schema (JSON Schema)

{ "properties": { "calendarId": { "description": "Optional: ID of calendar to use (defaults to primary if not specified)", "type": "string" }, "limit": { "description": "Maximum number of events to return", "type": "number" }, "q": { "description": "Free text search term for events", "type": "string" }, "showDeleted": { "description": "Whether to include deleted events", "type": "boolean" }, "timeMax": { "description": "End date/time in ISO format", "type": "string" }, "timeMin": { "description": "Start date/time in ISO format (defaults to now)", "type": "string" } }, "type": "object" }
ID: opwf6bop3j