Delete AddEvent Calendar
addevent_delete_calendarPermanently delete a calendar by ID, affecting all events. Irreversible; verify calendar contents first.
Instructions
Permanently deletes a calendar. This cannot be undone, and affects any events still on it.
Args:
calendar_id (string, required): The calendar to delete.
Returns: A confirmation message.
Examples:
Before deleting, consider calling addevent_search_events with this calendar_id to check what's still on it.
Error Handling:
Returns "Error: Not found..." (404) if the calendar_id doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_id | Yes | The ID of the calendar to permanently delete. Check addevent_search_events first, since events on this calendar are affected too. |