DXOutlook365Sync.CustomizeEventToAppointment Event
Allows you to customize an appointment when the corresponding event is imported (or merged) from an Outlook 365 calendar.
Namespace: DevExpress.XtraScheduler.Microsoft365Calendar
Assembly: DevExpress.XtraScheduler.v24.1.Microsoft365Calendar.dll
NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar
Declaration
Event Data
The CustomizeEventToAppointment event's data class is ConvertEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Appointment | Gets a user appointment in the Scheduler control. |
Event | Gets an Outlook 365 event. |
See Also