AppointmentExchanger Class
Base class for classes that provide functionality for importing and exporting appointments.
Namespace: DevExpress.XtraScheduler.Exchange
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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.
Inheritance
See Also