delete_calendar_event
Delete a unique Calendar event by specifying its identifier or title, with optional date range and calendar name. Preview matches using dry-run before deletion.
Instructions
Delete an exact or uniquely matching Calendar event. Defaults to dry-run.
Args: identifier: Event id or title text start_date: Optional date-range start in "YYYY-MM-DD" format end_date: Optional date-range end in "YYYY-MM-DD" format calendar_name: Optional calendar name dry_run: Return matching event without deleting when true
Returns: Structured JSON with deletion details or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| end_date | No | ||
| identifier | Yes | ||
| start_date | No | ||
| calendar_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |