Delete Calendar Event
calendar_delete_eventDelete a calendar event permanently, with user confirmation and optional attendee notification.
Instructions
🔴 Delete a calendar event (always require user confirmation)
WARNING: This action permanently deletes the event and cannot be undone. If this is a meeting, attendees will receive cancellation notices.
Args: account_id: Microsoft account ID event_id: The event to delete send_cancellation: Whether to notify attendees (default: True) confirm: Must be True to confirm deletion (prevents accidents)
Returns: Status confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| event_id | Yes | ||
| send_cancellation | No | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||