delete_event
Remove an iCloud calendar event by providing its unique identifier (UID). Get confirmation with the deleted event's summary to verify the deletion.
Instructions
Delete a calendar event by its UID.
Args: uid: The unique identifier of the event to delete. calendar_name: Full calendar name with provider prefix.
Returns: Confirmation dict with the deleted event's UID and summary.
Raises: ValueError: If event not found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| calendar_name | No | Alex Plugg |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||