Back to Devexpress

iCalendarStructureCreatedEventArgs.Calendars Property

corelibraries-devexpress-dot-xtrascheduler-dot-icalendar-dot-icalendarstructurecreatedeventargs.md

latest1.9 KB
Original Source

iCalendarStructureCreatedEventArgs.Calendars Property

Provides access to the calendar structures conforming to the iCalendar specification.

Namespace : DevExpress.XtraScheduler.iCalendar

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public iCalendarContainer Calendars { get; }
vb
Public ReadOnly Property Calendars As iCalendarContainer

Property Value

TypeDescription
DevExpress.XtraScheduler.iCalendar.Components.iCalendarContainer

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.

See Also

iCalendarStructureCreatedEventArgs Class

iCalendarStructureCreatedEventArgs Members

DevExpress.XtraScheduler.iCalendar Namespace