calendar_list_events
List events from a Google Calendar within a time range. Specify the Google account and optional calendar ID to retrieve scheduled events.
Instructions
List events from a Google Calendar within a time range. Defaults to primary calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeMax | No | End of time range (RFC3339, e.g., "2024-12-31T23:59:59Z") | |
| timeMin | No | Start of time range (RFC3339, e.g., "2024-01-01T00:00:00Z") | |
| accountId | Yes | The Google account ID, alias, or email | |
| pageToken | No | Token for pagination | |
| calendarId | No | Calendar ID (default: "primary") | |
| maxResults | No | Maximum number of events to return (default: 20) |