ICalendarImporter Events
Represents an object that transforms the event calendar components in iCalendar format into Scheduler appointments.| Name | Description |
|---|---|
| AppointmentItemImported | Occurs after the ICalendarImporter imports an appointment |
| AppointmentItemImporting | Occurs before the ICalendarImporter imports an appointment |
| GetAppointmentItemForeignId | Occurs before the ICalendarImporter retrieves information about a foreign ID of an appointment, i.e., its identifier in a third-party scheduler application from which the appointment data is imported. |
| OnCalendarStructureCreated | Fires when the calendar object conforming to the iCalendar specification is created. |
| OnCustomizeConvertedTimeZone | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| OnException | Occurs if an exception is raised during the import process. |
See Also