ConvertEventArgs(Appointment, Event) Constructor
Initializes a new instance of the ConvertEventArgs class.
Namespace: DevExpress.XtraScheduler.Microsoft365Calendar
Assembly: DevExpress.XtraScheduler.v24.1.Microsoft365Calendar.dll
NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar
Declaration
Parameters
Name | Type | Description |
---|---|---|
appointment | Appointment | The appointment. This value is assigned to the Appointment property. |
outlookEvent | Microsoft.Graph.Event | The Outlook 365 event. This value is assigned to the Event property. |
See Also