Skip to main content
All docs
V23.2

Outlook365CalendarMergeEventArgs.ConvertAppointmentToEvent(Appointment) Method

Converts the specified appointment to an Outlook 365 event.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

Assembly: DevExpress.XtraScheduler.v23.2.Microsoft365Calendar.dll

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

Declaration

public Event ConvertAppointmentToEvent(
    Appointment apt
)

Parameters

Name Type Description
apt Appointment

The appointment to convert to an event.

Returns

Type Description
Microsoft.Graph.Event

The event that is the result of the conversion.

See Also