DevExpress.XtraScheduler.Exchange Namespace
Contains classes which are used to implement data synchronization with other scheduling applications (for instance, MS Outlook).
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Classes
Name | Description |
---|---|
AppointmentExchanger | Base class for classes that provide functionality for importing and exporting appointments. |
AppointmentExporter | Represents the appointments exporter which exports the appointments data from the Scheduler to another scheduler application (for instance, MS Outlook). |
AppointmentExportSynchronizer | Serves as a base class that implements appointment synchronization for export scenarios. |
AppointmentImporter | Represents the appointments importer which loads the appointments data from a scheduler application (for instance, MS Outlook) to the Scheduler. |
AppointmentImportSynchronizer | Serves as a base class that implements appointment synchronization for import scenarios. |
AppointmentSynchronizer | Serves as the base class for classes that provide functionality for synchronizing the appointments contained in the XtraScheduler storage and another scheduling application. |