list_events
Retrieve Google Calendar events within a specified time range, sorted by start time or last updated, with configurable maximum results.
Instructions
Lists events within a specified time range
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxResults | No | Maximum number of events to return | |
orderBy | No | Sort order | |
timeMax | Yes | End of time range (ISO format) | |
timeMin | Yes | Start of time range (ISO format) |