Cancel a calendar event

Cancels the specified event and notifies its attendees. Only the organizer of the event can cancel it, use the delete event method to remove an event from the calendar of the connected account.

  • For Google, the event is deleted and stays readable as a cancelled event.
  • For Outlook, the event is moved to the Deleted Items folder and is no longer readable by the organizer.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≥ 1

Identifier of the parent calendar.

string
required
length ≥ 1

ID of the event to cancel.

string
required
^acc_(.*)$

ID of the Account (acc_xxx) to call the method on behalf of.

Body Params
string

A message about the cancellation sent to the attendees. Only available for outlook.

Response
204

Default Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!