Cancel Calendar Event
cancel_eventCancel an event you organize and notify attendees of the cancellation. For recurring events, choose whether to cancel this occurrence or the whole series.
Instructions
Cancel an event YOU organize and notify the attendees.
The notice reaches them and cannot be recalled. Only the organizer can cancel: asked to cancel someone else's event this refuses rather than quietly deleting your copy — to take it off your own calendar, decline it with respond_to_event.
For a RECURRING event apply_to is required; nothing is cancelled until you
supply it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | item_id from get_calendar_events. | |
| message | No | explanation carried by the cancellation notice; without one the attendees get a silent cancellation. | |
| apply_to | No | recurring events only — "this_event" cancels just this one, "whole_series" every remaining event in the series. Required when the event is recurring, ignored for one-off events. Ask the user which they meant rather than picking. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |