Skip to main content
All docs
V26.1
  • ConvertEventArgs(Appointment, Event) Constructor

    Initializes a new instance of the ConvertEventArgs class with specified settings.

    Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

    Declaration

    public ConvertEventArgs(
        Appointment appointment,
        Event outlookEvent
    )

    Parameters

    Name Type
    appointment Appointment
    outlookEvent Microsoft.Graph.Models.Event
    See Also