Skip to main content
All docs
V26.1
  • Outlook365CalendarMergeEventArgs.ConvertAppointmentToEvent(Appointment) Method

    Converts the specified appointment to an Outlook 365 event.

    Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

    Declaration

    public Event ConvertAppointmentToEvent(
        Appointment apt
    )

    Parameters

    Name Type Description
    apt Appointment

    The appointment to convert to an event.

    Returns

    Type
    Microsoft.Graph.Models.Event
    See Also