Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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).

View Example: WPF Scheduler - Synchronize User Appointments with Microsoft 365 Calendars

#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