calendar_list_events
List Google Calendar events within a specific time range, expanding recurring events into individual occurrences for a clear scheduling overview. Read-only access to view upcoming appointments.
Instructions
List events from one Google Calendar within a time range. Recurring events are expanded into individual occurrences. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Configured Gmail account alias, e.g. work, personal, support. | |
| timeMax | Yes | RFC3339 upper bound, e.g. 2026-08-13T00:00:00Z. | |
| timeMin | Yes | RFC3339 lower bound, e.g. 2026-08-12T00:00:00Z. | |
| calendarId | No | Calendar id; defaults to "primary". | |
| maxResults | No | Defaults to 50. |