Skip to main content
A newer version of this page is available. .

AppointmentExchanger Class

Base class for classes that provide functionality for importing and exporting appointments.

Namespace: DevExpress.XtraScheduler.Exchange

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public abstract class AppointmentExchanger

Remarks

This class provides the basic functionality for manual synchronization of scheduler data with other scheduling applications (for instance, MS Outlook). Use the AppointmentExchanger.Storage property to specify the storage of a scheduler whose data will be synchronized with the scheduler. Handle the AppointmentExchanger.OnException event to intercept situations which may result in synchronization failure.

See Also