AppointmentImporter.AppointmentImported Event
In This Article
Occurs after an AppointmentImporter class descendant imports an appointment from an iCalendar file.
Namespace: DevExpress.XtraScheduler.Exchange
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Event Data
The AppointmentImported event's handler receives an argument of the AppointmentImportedEventArgs type. The following properties provide information specific to this event:
Property | Description |
---|---|
Appointment |
Gets the appointment for which the event was raised.
Inherited from Appointment |
#Remarks
Handle the AppointmentImported event for AppointmentImporter descendants when implementing appointment import. For more on iCalendar support, refer to the corresponding iCalendar Support article.
See Also