get-events
Retrieve calendar events with details on attendees, location, and recurrence. Filter by date range or calendar ID to get specific events.
Instructions
Get calendar events (v5 API). Returns detailed event data including attendees, location, recurrence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events to return | |
| calendar_id | No | Filter by calendar ID | |
| date_from | No | Only events starting on or after this date (YYYY-MM-DD) | |
| date_to | No | Only events starting on or before this date (YYYY-MM-DD) |