iCalendarStructureCreatedEventArgs.Calendars Property
Provides access to the calendar structures conforming to the iCalendar specification.
Namespace: DevExpress.XtraScheduler.iCalendar
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
An object that holds the calendars. |
#Remarks
RFC 2445 allows several calendars coexisting in one file. This file is represented by iCalendarContainer object. Use indexed notation to get access to a particular calendar object, represented by DevExpress.XtraScheduler.iCalendar.Components.iCalendarComponent class instance. Its Events property provides access to the collection of individual calendar events with properties conforming to iCalendar standard. See the iCalendarImporter.CalendarStructureCreated topic for the code sample.