list_events
Search and list calendar events by time range, free-text query, or pagination. Supports recurring events and returns detailed event information.
Instructions
List/search events on a calendar.
time_min/time_max are RFC3339 (e.g. '2026-06-15T00:00:00Z'). query is free-text
search. single_events=True expands recurring events into instances (required for
order_by='startTime'). Returns rendered events + next_page_token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_id | No | primary | |
| time_min | No | ||
| time_max | No | ||
| query | No | ||
| max_results | No | ||
| page_token | No | ||
| single_events | No | ||
| order_by | No | startTime | |
| show_deleted | No | ||
| account | No | ||
| password | No |