Skip to main content

AppointmentImporter Events

Represents the appointments importer which loads the appointments data from a scheduler application (for instance, MS Outlook) to the Scheduler.
Name Description
AppointmentImported Occurs after an object of AppointmentImporter or derived class imports an appointment from iCalendar file or MS Outlook Calendar storage.
AppointmentImporting Occurs before an AppointmentImporter class descendant imports an appointment from iCalendar file or from MS Outlook Calendar storage.
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