Skip to main content
All docs
V24.2

IOutlookEngine.DeleteEvent(String) Method

Deletes the specified event from the calendar.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

Assembly: DevExpress.XtraScheduler.v24.2.Microsoft365Calendar.dll

Declaration

void DeleteEvent(
    string eventId
)

Parameters

Name Type Description
eventId String

An event that should be deleted from the calendar.

See Also