Skip to main content

AppointmentSynchronizer.Synchronize() Method

Executes the appointment synchronization process.

Namespace: DevExpress.XtraScheduler.Exchange

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public virtual void Synchronize()

Remarks

The method performs a synchronization between MS Outlook calendar and scheduler appointment storage. Use it if you need a fine control over the synchronization process and synchronize the appointments manually, operating with the AppointmentSynchronizer object.

Tip

A complete sample project is available in the DevExpress Code Examples database at https://supportcenter.devexpress.com/ticket/details/t158895/winforms-scheduler-synchronize-appointments-with-microsoft-outlook.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Synchronize() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also