corelibraries-devexpress-dot-xtrascheduler-dot-exchange-929f45a6.md
Base class for classes that provide functionality for importing and exporting appointments.
Namespace : DevExpress.XtraScheduler.Exchange
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public abstract class AppointmentExchanger
Public MustInherit Class AppointmentExchanger
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.
Show 13 items
Object AppointmentExchanger AppointmentExporter
See Also