Skip to main content
All docs
V26.1
  • ICalendarExporter Events

    Represents an object that transforms Scheduler appointments into the event calendar components in iCalendar format.
    Name Description
    AppointmentExported Occurs after the ICalendarExporter exports an appointment to an iCalendar file or stream.
    AppointmentExporting Occurs before an ICalendarExporter class exports an appointment
    GetAppointmentItemForeignId Occurs before an ICalendarExporter retrieves information about a foreign ID of an appointment, i.e., its identifier in a third-party scheduler application with which the appointment data are exchanged.
    OnCalendarStructureCreated Fires when the calendar object conforming to the iCalendar specification is created.
    OnException Occurs if an exception is raised during the export/import process.
    See Also