delete_todo
Permanently delete a to-do from any CalDAV calendar using its URL and ETag, preventing conflicting changes. Irreversible, so only use upon explicit user request.
Instructions
Permanently delete a todo/task from the calendar. WARNING: This action cannot be undone — the todo is removed from the server immediately. Use only when the user explicitly requests deletion. Obtain the todo URL and etag from list_todos or todo_query first. The etag ensures no conflicting changes occurred since the todo was last retrieved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todo_url | Yes | Full URL of the todo to delete. Obtain from list_todos or todo_query response. | |
| todo_etag | Yes | ETag of the todo for conflict detection. Obtain from the same response as the todo URL. Ensures no changes were made since retrieval. |