Skip to main content

AppointmentImporter.AppointmentImported Event

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

public event AppointmentImportedEventHandler AppointmentImported

#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 AppointmentEventArgs.

#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