get_event
Retrieve a single event by its ID to get full details including title, times, status, location, reminders, and metadata. Supports both internally created events and iCal synced events.
Instructions
Retrieve a single event by ID, including its title, times, status, location, reminders, and metadata. Works for both internally created events and externally synced iCal events. calendar_id is optional — if omitted the calendar is resolved from the event. Provide calendar_id to fail fast on cross-calendar typos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID to retrieve | |
| calendar_id | No | Calendar ID that owns the event. Optional — if omitted the calendar is resolved from the event. |