The IICalendar type exposes the following members.

Properties

  NameDescription
Public propertyCalendar
Returns the iCalendar that this object is associated with.
(Inherited from ICalendarObject.)
Public propertyChildren
Returns a list of children of this object.
(Inherited from ICalendarObject.)
Public propertyColumn
Returns the column number where this calendar object was found during parsing.
(Inherited from ICalendarObject.)
Public propertyEvents
Gets a list of Events contained in the calendar.
Public propertyFreeBusy
Gets a list of Free/Busy components contained in the calendar.
Public propertyiCalendar (Inherited from ICalendarObject.)
Public propertyIsLoaded
Gets whether or not the object has been loaded.
(Inherited from ILoadable.)
Public propertyJournals
Gets a list of Journal entries contained in the calendar.
Public propertyKey (Inherited from IKeyedObject<(Of <(<'T>)>)>.)
Public propertyLine
Returns the line number where this calendar object was found during parsing.
(Inherited from ICalendarObject.)
Public propertyMethod
Gets/sets the calendar method.
Public propertyName
The name of the calendar object. Every calendar object can be assigned a name.
(Inherited from ICalendarObject.)
Public propertyParent
Returns the parent of this object.
(Inherited from ICalendarObject.)
Public propertyProductID
Gets/sets the product ID for the calendar.
Public propertyProperties (Inherited from ICalendarPropertyListContainer.)
Public propertyRecurrenceEvaluationMode
Gets/sets the evaluation mode during recurrence evaluation. Default is ThrowException.
Public propertyRecurrenceRestriction
Gets/sets the restriction on how evaluation of recurrence patterns occurs within this calendar.
Public propertyScale
Gets/sets the scale of the calendar.
Public propertyTimeZones
Gets a list of time zones contained in the calendar.
Public propertyTodos
Gets a list of To-do items contained in the calendar.
Public propertyUniqueComponents
Gets a list of unique components contained in the calendar.
Public propertyVersion
Gets/sets the calendar version. Defaults to "2.0".

See Also