Skip to main content
All docs
V19.1

Member Table: Data Exchange

  • 2 minutes to read

Below is the list of the primary members which can be used to export or import data, processed via the Scheduler Storage.

For more information on data exchange with MS Outlook Calendar see the Synchronization with Microsoft Outlook topic.

Public Methods

Name Description
SchedulerStorageBase.ExportToICalendar Exports appointments to a file or a stream in the iCalendar format.
SchedulerStorageBase.ImportFromICalendar Imports the data into the scheduler from a file or a stream in the iCalendar format.
SchedulerStorageBase.ExportToVCalendar Exports the data in the scheduler to a file or a stream in the vCalendar format.
SchedulerStorageBase.ImportFromVCalendar Imports the data into the scheduler from a file or a stream in the vCalendar format.
SchedulerStorageBase.ExportToOutlook Exports the data in the storage to the MS Outlook calendar.
SchedulerStorageBase.ImportFromOutlook Imports data from MS Outlook’s Calendar to the scheduler’s storage.
SchedulerStorageBase.SynchronizeOutlookWithStorage Updates MS Outlook’s Calendar with the data in the storage.
SchedulerStorageBase.SynchronizeStorageWithOutlook Updates the storage with the data from MS Outlook’s Calendar.
AppointmentExporter.Export Exports appointments to the specified stream.
AppointmentImporter.Import Imports appointments from the specified stream.

Public Events

Name Description
AppointmentExporter.AppointmentExporting Occurs when an appointment is being exported.
AppointmentExporter.AppointmentExported Occurs after an appointment is exported.
AppointmentImporter.AppointmentImporting Occurs when an appointment is being imported.
AppointmentImporter.AppointmentImported Occurs after an appointment is imported.
AppointmentSynchronizer.AppointmentSynchronizing Occurs before synchronization begins and allows you to cancel the process.
AppointmentSynchronizer.AppointmentSynchronized Occurs after the synchronization of appointments is complete.