calendar_list_events
Retrieve upcoming events from a Google Calendar by specifying the calendar ID and optional time range or search query.
Instructions
List upcoming events in a calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The authenticated Google account. | ||
| query | No | Free text search query to filter events. | |
| timeMax | No | End of time range in ISO 8601 format. | |
| timeMin | No | Start of time range in ISO 8601 format (e.g. '2024-01-01T00:00:00Z'). Defaults to now. | |
| pageToken | No | Pagination token from a previous call's nextPageToken, to fetch the next page of results. | |
| calendarId | Yes | The calendar ID (from calendar_list_calendars). Use 'primary' for the main calendar. | |
| maxResults | No | Maximum number of events to return (default: 10). |