calendar-list-events
Retrieve and filter calendar events by specifying time ranges, maximum results, and sorting order. Useful for managing and organizing event data efficiently.
Instructions
List calendar events with optional filters
Input Schema
Name | Required | Description | Default |
---|---|---|---|
calendarId | No | Calendar ID - Available options: 'primary' (Primary Calendar) | primary |
maxResults | No | Maximum number of events to return | |
orderBy | No | Order of events | startTime |
singleEvents | No | Whether to expand recurring events | |
timeMax | No | Upper bound for event start time (ISO format) | |
timeMin | No | Lower bound for event start time (ISO format) |