Skip to main content
All docs
V25.1
  • ConvertEventArgs.Event Property

    Gets an Outlook 365 event.

    Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

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

    Declaration

    public Event Event { get; }

    Property Value

    Type Description
    Microsoft.Graph.Event

    The event.

    See Also