calendar_get_event
Retrieve a specific calendar event using its unique iCalendar identifier (UID). Useful for accessing event details after listing events.
Instructions
Get a single event by its uid (stable iCalendar identifier — see calendar_list_events output).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| calendarName | No | Calendar name. Ambiguous if duplicated (common on multi-account setups) — use calendarIndex instead in that case. | |
| calendarIndex | No | Position from calendar_list_calendars, for disambiguating duplicate calendar names. Stable only for the current Calendar.app process. |