Back to Devexpress

AppointmentImporter.AppointmentImporting Event

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

latest2.8 KB
Original Source

AppointmentImporter.AppointmentImporting Event

Occurs before an AppointmentImporter class descendant imports an appointment from iCalendar file or from MS Outlook Calendar storage.

Namespace : DevExpress.XtraScheduler.Exchange

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public event AppointmentImportingEventHandler AppointmentImporting
vb
Public Event AppointmentImporting As AppointmentImportingEventHandler

Event Data

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

PropertyDescription
AppointmentGets the appointment for which the event was raised. Inherited from AppointmentEventArgs.
CancelGets or sets whether the operation performed on the processed event should be cancelled. Inherited from AppointmentCancelEventArgs.

Remarks

Handle the AppointmentImporting event when implementing custom appointment import procedures. It enables you to decide what to do if conflicting items are found, and select which appointments should be imported.

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

For more information on data exchange with MS Outlook , refer to the Synchronization with Microsoft Outlook article.

See Also

AppointmentExporting

AppointmentImporter Class

AppointmentImporter Members

DevExpress.XtraScheduler.Exchange Namespace