Skip to main content
A newer version of this page is available. .

OutlookExport Events

Represents an object that exports Scheduler appointments to MS Outlook calendar items.
Name Description
AppointmentExported Occurs after an Appointment Exporter exports an appointment to iCalendar file or to MS Outlook Calendar storage. Inherited from AppointmentExporter.
AppointmentExporting Occurs before an AppointmentExporter class or its descendant exports an appointment to iCalendar file or to MS Outlook Calendar storage. Inherited from AppointmentExporter.
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.
OutlookAppointmentItemAdded Obsolete. This member is obsolete. Use the AppointmentExporter.AppointmentExported instead.
See Also