getEvents
Retrieve calendar events from Google Calendar by specifying an optional time range, sort order, and maximum results to find relevant scheduled items.
Instructions
List events from a Google Calendar within an optional time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderBy | No | Sort order for the returned events | |
| timeMax | No | Upper bound (exclusive) for an event's start time, in ISO 8601 format | |
| timeMin | No | Lower bound (inclusive) for an event's end time, in ISO 8601 format | |
| calendarId | No | Calendar ID (uses the primary calendar if omitted or empty) | |
| maxResults | No | Maximum number of events to return |