Skip to main content

iCalendarEventImportException(VEventCollection) Constructor

Initializes a new instance of the iCalendarEventImportException class with the specified settings.

Namespace: DevExpress.XtraScheduler.iCalendar

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public iCalendarEventImportException(
    VEventCollection events
)

Parameters

Name Type Description
events DevExpress.XtraScheduler.iCalendar.Components.VEventCollection

A DevExpress.XtraScheduler.iCalendar.Components.VEventCollection object representing a collection of event calendar components defined by iCalendar standard.

See Also