Skip to main content
All docs
V26.1
  • Outlook365CalendarMergeEventArgs.SchedulerAppointment Property

    Gets a source appointment.

    Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

    Declaration

    public Appointment SchedulerAppointment { get; }

    Property Value

    Type Description
    Appointment

    The appointment.

    See Also