DDay.iCal Version 0.71

[This is preliminary documentation and is subject to change.]

The iCalendar type exposes the following members.

Properties

  NameDescription
Children
A collection of iCalObjects that are children of the current object.
(Inherited from iCalObject.)
Events
A collection of Event components in the iCalendar.
FreeBusy
A collection of FreeBusy components in the iCalendar.
iCalendar
Returns the iCalendar that this iCalObject belongs to.
(Inherited from iCalObject.)
Journals
A collection of Journal components in the iCalendar.
Method
Name
Gets or sets the name of the iCalObject. For iCalendar components, this is the RFC 2445 name of the component.

Examples

  • Event - "VEVENT"
  • Todo - "VTODO"
  • TimeZone - "VTIMEZONE"
  • etc.
(Inherited from iCalObject.)
Parameters
Returns a list of parameters that are associated with the iCalendar object.
(Inherited from iCalObject.)
Parent
Returns the parent iCalObject that owns this one.
(Inherited from iCalObject.)
ProductID
Properties
Returns a list of properties that are associated with the iCalendar object.
(Inherited from iCalObject.)
RecurrenceEvaluationMode
RecurrenceRestriction
RecurringComponents
Scale
SerializedItems (Inherited from ComponentBase.)
TimeZones
A collection of [!:DDay.iCal.Components.TimeZone] components in the iCalendar.
Todos
A collection of Todo components in the iCalendar.
UniqueComponents
Version

See Also