Outlook365CalendarMergeEventArgs.ConvertAppointmentToEvent(Appointment) Method
Converts the specified appointment to an Outlook 365 event.
Namespace: DevExpress.XtraScheduler.Microsoft365Calendar
Assembly: DevExpress.XtraScheduler.v24.1.Microsoft365Calendar.dll
NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar
Declaration
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