activities
latest
false
UiPath logo, featuring letters U and I in white

Productivity activities

Last updated Mar 13, 2026

DeleteEvent

Cancels an event and sends a cancellation notification to all event attendees. The event is considered deleted after cancellation.

Syntax

void DeleteEvent(
	ICalendarEvent calendarEvent,
	DeleteEventType deleteType = DeleteEventType.SingleEvent
)
void DeleteEvent(
	ICalendarEvent calendarEvent,
	DeleteEventType deleteType = DeleteEventType.SingleEvent
)

Parameters

calendarEvent ICalendarEvent : The event to delete.

deleteType DeleteEventType (Optional) : What to delete.

  • Syntax
  • Parameters

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated