Delete Calendar
calendar_delete_calendarDelete a Microsoft calendar and all its events permanently. Requires explicit confirmation to prevent accidental deletion. Cannot delete the default calendar.
Instructions
🔴 Delete a calendar permanently (always require user confirmation)
WARNING: This action permanently deletes the calendar and ALL events contained within it. This action cannot be undone.
Note: The default calendar cannot be deleted.
Args: account_id: Microsoft account ID calendar_id: The calendar ID to delete confirm: Must be True to confirm deletion (prevents accidents)
Returns: Status confirmation
Raises: ValidationError: If confirm is False. ValueError: If attempting to delete the default calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| calendar_id | Yes | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||