Skip to main content
All docs
V26.1
  • IOutlookEngine.DeleteEvent(String) Method

    Deletes the specified event from the calendar.

    Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

    Assembly: DevExpress.XtraScheduler.v26.1.Microsoft365Calendar.dll

    Declaration

    void DeleteEvent(
        string eventId
    )

    Parameters

    Name Type Description
    eventId String

    An event that should be deleted from the calendar.

    See Also