iCalendarImporter Events
Represents an object that transforms the event calendar components in iCalendar format into Scheduler appointments.Name | Description |
---|---|
AppointmentImported | Occurs after an object of AppointmentImporter or derived class imports an appointment from iCalendar file or MS Outlook Calendar storage. Inherited from AppointmentImporter. |
AppointmentImporting | Occurs before an AppointmentImporter class descendant imports an appointment from iCalendar file or from MS Outlook Calendar storage. Inherited from AppointmentImporter. |
CalendarStructureCreated | Fires when the calendar object conforming to the iCalendar specification is created. |
CustomizeConvertedTimeZone | This member supports the internal infrastructure and is not intended to be used directly from your code. |
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