The CalendarObject type exposes the following members.

Properties

  NameDescription
Public propertyCalendar
Returns the iCalendar that this ICalendarObject belongs to.
Public propertyChildren
A collection of ICalendarObjects that are children of the current object.
Public propertyColumn
Public propertyiCalendar
Public propertyIsLoaded (Inherited from CalendarObjectBase.)
Public propertyKey
Public propertyLine
Public propertyName
Gets or sets the name of the ICalendarObject. For iCalendar components, this is the RFC 5545 name of the component.

Examples

  • Event - "VEVENT"
  • Todo - "VTODO"
  • TimeZone - "VTIMEZONE"
  • etc.
Public propertyParent
Returns the parent ICalendarObject that owns this one.

See Also