Skip to main content

Delete User Calendar Event

Removes the specified event from the containing calendar.

If the event is a meeting, deleting the event on the organizer's calendar sends a cancellation message to the meeting attendees.

  • Least privileged Microsoft Graph permission to access the action via application: Calendars.ReadWrite.
Note: Using the delegated (OAuth) connection type will only allow to insert the connected user's ID. 
External Documentation

To learn more, visit the Microsoft Outlook documentation.

Parameters

ParameterDescription
Calendar IDThe ID of the user calendar.
Event IDID of the event to delete.
User ID or User Principal NameThe ID or userPrincipalName of the user.

Workflow Library Example

Delete User Calendar Event with Microsoft Outlook and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop