UiPath Documentation
activities
latest
false

Productivity activities

Last updated May 12, 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