The IICalendar type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Calendar |
Returns the iCalendar that this object
is associated with.
(Inherited from ICalendarObject.) | |
| Children |
Returns a list of children of this object.
(Inherited from ICalendarObject.) | |
| Column |
Returns the column number where this calendar
object was found during parsing.
(Inherited from ICalendarObject.) | |
| Events |
Gets a list of Events contained in the calendar.
| |
| FreeBusy |
Gets a list of Free/Busy components contained in the calendar.
| |
| iCalendar | (Inherited from ICalendarObject.) | |
| IsLoaded |
Gets whether or not the object has been loaded.
(Inherited from ILoadable.) | |
| Journals |
Gets a list of Journal entries contained in the calendar.
| |
| Key | (Inherited from IKeyedObject<(Of <(<'T>)>)>.) | |
| Line |
Returns the line number where this calendar
object was found during parsing.
(Inherited from ICalendarObject.) | |
| Method |
Gets/sets the calendar method.
| |
| Name |
The name of the calendar object.
Every calendar object can be assigned
a name.
(Inherited from ICalendarObject.) | |
| Parent |
Returns the parent of this object.
(Inherited from ICalendarObject.) | |
| ProductID |
Gets/sets the product ID for the calendar.
| |
| Properties | (Inherited from ICalendarPropertyListContainer.) | |
| RecurrenceEvaluationMode |
Gets/sets the evaluation mode during recurrence
evaluation. Default is ThrowException.
| |
| RecurrenceRestriction |
Gets/sets the restriction on how evaluation of
recurrence patterns occurs within this calendar.
| |
| Scale |
Gets/sets the scale of the calendar.
| |
| TimeZones |
Gets a list of time zones contained in the calendar.
| |
| Todos |
Gets a list of To-do items contained in the calendar.
| |
| UniqueComponents |
Gets a list of unique components contained in the calendar.
| |
| Version |
Gets/sets the calendar version. Defaults to "2.0".
|