calendar_remove
Cancel a calendar event by its ID to stop it from firing without deleting it. Use calendar_list to find the ID first.
Instructions
Cancel a calendar event by id — it stops firing but is not deleted, the same effect as calendar_update with status='cancelled'. Use calendar_list first if you don't already have the event's id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The event id returned by calendar_add or calendar_list, identifying which event to act on. |