Skip to main content

AppointmentSynchronizer Events

Serves as the base class for classes that provide functionality for synchronizing the appointments contained in the XtraScheduler storage and another scheduling application.
Name Description
AppointmentSynchronized Fires after the synchronization of appointments is complete.
AppointmentSynchronizing Allows you to cancel the synchronization process for an appointment.
GetAppointmentForeignId Occurs before an Appointment Exchanger retrieves information about a foreign ID of an appointment, i.e. its identifier in a third-party scheduler application (for instance, MS Outlook) with which the appointment data are exchanged. Inherited from AppointmentExchanger.
OnException Occurs if an exception is raised during the export/import process. Inherited from AppointmentExchanger.
See Also