calendar_delete_event
Remove calendar events from macOS Calendar using event ID or title search with optional date filtering.
Instructions
Delete a calendar event. Can find by event ID (most reliable) or by title with optional date filter.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | No | Event UID to delete (most reliable) | |
| title | No | Event title to search for (alternative to eventId) | |
| date | No | Optional date filter when using title search (ISO 8601) |