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

iCalendarExporter Events

Represents an object that transforms Scheduler appointments into the event calendar components in iCalendar format.
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.
CalendarStructureCreated Fires when the calendar object conforming to the iCalendar specification is created.
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