Back to Outlook Calendar

Connect Knoon AI with Outlook Calendar (Microsoft) to automate AI workflows.

Cancel an existing Microsoft Calendar event and notify attendees.
microsoftOutlookCalendarCancelEvent
BETA
Permissions
  • Calendars.ReadWrite
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
calendarIdfile ID of the calendar containing the event.Yes
eventIdmustache ID of the event to cancel.Yes
commentmustache Optional cancellation note sent to attendees.No
matchedExtendedPropertymap (mustache)Optional map of singleValueExtendedProperties that must already match on the event for the cancellation to proceed. If any key/value differs, the cancellation will fail.No
Returns
NameTypeDescription
statusstring CANCELLED or ERROR.
sensitive.eventIdstring ID of the cancelled event.
sensitive.summarystring Title of the cancelled event.
sensitive.startstring Start date/time in ISO 8601.
sensitive.endstring End date/time in ISO 8601.
confidential.htmlLinkstring Link to open the event in Outlook/Graph if available.