calendar_remove_all_alarms
Remove all alarms from a calendar event by specifying its unique identifier (UID).
Instructions
Remove every alarm from an event.
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. |