DXOutlook365Sync Events
A component that allows you to synchronize user appointments in WinForms Scheduler/WPF Scheduler with Outlook 365 Calendars (bi-directionally).Name | Description |
---|---|
CalendarSynchronizeComplete | Occurs once the calendar synchronization is complete (with or without errors). |
CustomizeAppointmentToEvent | Allows you to customize an event when the corresponding appointment is exported (or merged) to an Outlook 365 calendar. |
CustomizeEventToAppointment | Allows you to customize an appointment when the corresponding event is imported (or merged) from an Outlook 365 calendar. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
InitComplete |
Occurs once the initialization of DXOutlook365Sync is finished (with or without errors).
|
MergeComplete | Occurs after a merge operation has completed. |
MergeConflictResolve | Allows you to resolve a merge conflict. |
MergeSingleItem | Allows you to specify a merge action based on a condition. |
See Also