AppointmentExporter.AppointmentExported Event
In This Article
Occurs after an Appointment Exporter exports an appointment to an iCalendar file.
Namespace: DevExpress.XtraScheduler.Exchange
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Event Data
The AppointmentExported event's handler receives an argument of the AppointmentExportedEventArgs 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 AppointmentExported event for AppointmentExporter descendants when implementing appointment export. For more on iCalendar support, refer to the corresponding iCalendar Support article.
See Also