The Journal type exposes the following members.

Properties

  NameDescription
Public propertyAlarms
A list of Alarms for this recurring component.
(Inherited from RecurringComponent.)
Public propertyAttachments (Inherited from UniqueComponent.)
Public propertyAttendees (Inherited from UniqueComponent.)
Public propertyCalendar
Returns the iCalendar that this ICalendarObject belongs to.
(Inherited from CalendarObject.)
Public propertyCategories (Inherited from UniqueComponent.)
Public propertyChildren
A collection of ICalendarObjects that are children of the current object.
(Inherited from CalendarObject.)
Public propertyClass (Inherited from UniqueComponent.)
Public propertyColumn (Inherited from CalendarObject.)
Public propertyComments (Inherited from UniqueComponent.)
Public propertyContacts (Inherited from UniqueComponent.)
Public propertyCreated (Inherited from UniqueComponent.)
Public propertyDescription (Inherited from UniqueComponent.)
Public propertyDTStamp (Inherited from UniqueComponent.)
Public propertyDTStart
The start date/time of the component.
(Inherited from RecurringComponent.)
Protected propertyEvaluationIncludesReferenceDate (Overrides RecurringComponent..::..EvaluationIncludesReferenceDate.)
Public propertyExceptionDates (Inherited from RecurringComponent.)
Public propertyExceptionRules (Inherited from RecurringComponent.)
Public propertyiCalendar (Inherited from CalendarObject.)
Public propertyIsLoaded (Inherited from CalendarObjectBase.)
Public propertyKey (Inherited from CalendarObject.)
Public propertyLastModified (Inherited from UniqueComponent.)
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 (Inherited from UniqueComponent.)
Public propertyParent
Returns the parent ICalendarObject that owns this one.
(Inherited from CalendarObject.)
Public propertyPriority (Inherited from UniqueComponent.)
Public propertyProperties
Returns a list of properties that are associated with the iCalendar object.
(Inherited from CalendarComponent.)
Public propertyRecurrenceDates (Inherited from RecurringComponent.)
Public propertyRecurrenceID (Inherited from RecurringComponent.)
Public propertyRecurrenceRules (Inherited from RecurringComponent.)
Public propertyRelatedComponents (Inherited from UniqueComponent.)
Public propertyRequestStatuses (Inherited from UniqueComponent.)
Public propertySequence (Inherited from UniqueComponent.)
Public propertyStart
An alias to the DTStart field (i.e. start date/time).
(Inherited from RecurringComponent.)
Public propertyStatus
Public propertySummary (Inherited from UniqueComponent.)
Public propertyUID (Inherited from UniqueComponent.)
Public propertyUrl (Inherited from UniqueComponent.)

See Also