Skip to main content
All docs
V23.2

Synchronization with Microsoft 365 Calendars

The WinForms 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.

Synchronization with Microsoft 365 Calendars - WinForms Scheduler

See How It Works (Demo)

The following demo application demonstrates how to synchronize user appointments with Microsoft 365 calendars (import, export, merge), resolve merge conflicts, and save changes to a data source.

View Example

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:

Read Tutorial: DXOutlook365Sync Component