The UniqueComponent type exposes the following members.

Properties

  NameDescription
Public propertyAttachments
Public propertyAttendees
Public propertyCalendar
Returns the iCalendar that this ICalendarObject belongs to.
(Inherited from CalendarObject.)
Public propertyCategories
Public propertyChildren
A collection of ICalendarObjects that are children of the current object.
(Inherited from CalendarObject.)
Public propertyClass
Public propertyColumn (Inherited from CalendarObject.)
Public propertyComments
Public propertyContacts
Public propertyCreated
Public propertyDescription
Public propertyDTStamp
Public propertyiCalendar (Inherited from CalendarObject.)
Public propertyIsLoaded (Inherited from CalendarObjectBase.)
Public propertyKey (Inherited from CalendarObject.)
Public propertyLastModified
Public propertyLine (Inherited from CalendarObject.)
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.
(Inherited from CalendarObject.)
Public propertyOrganizer
Public propertyParent
Returns the parent ICalendarObject that owns this one.
(Inherited from CalendarObject.)
Public propertyPriority
Public propertyProperties
Returns a list of properties that are associated with the iCalendar object.
(Inherited from CalendarComponent.)
Public propertyRelatedComponents
Public propertyRequestStatuses
Public propertySequence
Public propertySummary
Public propertyUID
Public propertyUrl

See Also