Skip to main content
All docs
V26.1
  • ICalendarImporter.AppointmentItemImporting Event

    Occurs before the ICalendarImporter imports an appointment

    Namespace: DevExpress.Xpf.Scheduling.iCalendar

    Assembly: DevExpress.Xpf.Scheduling.v26.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public event AppointmentItemImportingEventHandler AppointmentItemImporting

    Event Data

    The AppointmentItemImporting event's data class is DevExpress.Xpf.Scheduling.iCalendar.AppointmentItemImportingEventArgs.

    Remarks

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

    See Also