iCalendarEventImportException(VEventCollection) Constructor
Initializes a new instance of the iCalendarEventImportException class with the specified settings.
Namespace: DevExpress.XtraScheduler.iCalendar
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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