Back to Devexpress

AppointmentImporter.AppointmentImported Event

corelibraries-devexpress-dot-xtrascheduler-dot-exchange-dot-appointmentimporter-b8287e62.md

latest2.9 KB
Original Source

AppointmentImporter.AppointmentImported Event

Occurs after an object of AppointmentImporter or derived class imports an appointment from iCalendar file or MS Outlook Calendar storage.

Namespace : DevExpress.XtraScheduler.Exchange

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public event AppointmentImportedEventHandler AppointmentImported
vb
Public Event AppointmentImported As AppointmentImportedEventHandler

Event Data

The AppointmentImported event's data class is AppointmentImportedEventArgs. The following properties provide information specific to this event:

PropertyDescription
AppointmentGets the appointment for which the event was raised. Inherited from AppointmentEventArgs.

Remarks

Handle the AppointmentImported event for AppointmentImporter descendants when implementing appointment import.

To know more about iCalendar support refer to the corresponding iCalendar Support article.

For more information on data exchange with MS Outlook calendar, review the Synchronization with Microsoft Outlook article.

See Also

AppointmentImporting

AppointmentExported

AppointmentExporting

AppointmentSynchronizing

AppointmentSynchronized

AppointmentImporter Class

AppointmentImporter Members

DevExpress.XtraScheduler.Exchange Namespace