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

    Deletes the specified event from the calendar.

    Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

    NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar

    Declaration

    void DeleteEvent(
        string eventId
    )

    Parameters

    Name Type Description
    eventId String

    An event that should be deleted from the calendar.

    See Also