Synchronize with Microsoft 365 Calendars
The WPF Scheduler control allows you to synchronize user appointments with Microsoft 365 Calendars (bi-directionally). You can export appointments from the Scheduler control to Microsoft 365 calendars, import Microsoft 365 events to the Scheduler control, or merge the Scheduler control’s appointments with Microsoft 365 calendars.
See How It Works
The following GitHub example demonstrates how to synchronize user appointments with Microsoft 365 calendars (import, export, merge).
Add and Specify the DXOutlook365Sync Component in Your Project
To allow the Scheduler control to synchronize appointments with events, add the DXOutlook365Sync
component to your project and specify its settings. After that you can call the component’s methods to import, export, and merge appointments. Refer to the following topic for information on how to perform these actions: