Skip to main content

AppointmentExchanger Class

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

Namespace: DevExpress.XtraScheduler.Exchange

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

NuGet Package: DevExpress.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