calendar_list_events
Retrieve calendar events within a specified date range. Filter by calendar name and control result count to manage schedules effectively.
Instructions
List calendar events within a date range. Can filter by specific calendar. Returns up to 100 events.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | Yes | Start of date range in ISO 8601 format | |
| endDate | Yes | End of date range in ISO 8601 format | |
| calendar | No | Optional calendar name to filter by | |
| limit | No | Maximum number of events to return (1-100, default: 50) |