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
Parameters
| Name | Type | Description |
|---|---|---|
| apt | Appointment | The appointment to convert to an event. |
Returns
| Type |
|---|
| Microsoft.Graph.Models.Event |
See Also