calendar_list_events
Retrieve upcoming Google Calendar events within a time range. Supports optional calendar selection and result limits.
Instructions
List upcoming Google Calendar events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeMax | No | End of time range in ISO 8601 format | |
| timeMin | No | Start of time range in ISO 8601 format (defaults to now) | |
| calendarId | No | Calendar ID (default: primary) | |
| maxResults | No | Maximum number of events to return (default 10) |