Back to Devexpress

AppointmentExchanger Class

corelibraries-devexpress-dot-xtrascheduler-dot-exchange-929f45a6.md

latest2.6 KB
Original Source

AppointmentExchanger Class

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

Declaration

csharp
public abstract class AppointmentExchanger
vb
Public MustInherit 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.

Inheritance

Show 13 items

Object AppointmentExchanger AppointmentExporter

AppointmentImporter

AppointmentSynchronizer

iCalendarExporter

iCalendarImporter

OutlookExport

OutlookExportSynchronizer

OutlookImport

OutlookImportSynchronizer

AppointmentExportSynchronizer

AppointmentImportSynchronizer

See Also

AppointmentExchanger Members

DevExpress.XtraScheduler.Exchange Namespace