A class that represents a property of the iCalendar itself or one of its components. It can also represent non-standard (X-) properties of an iCalendar component, as seen with many applications, such as with Apple's iCal. X-WR-CALNAME:US Holidays

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Remarks

Currently, the "known" properties for an iCalendar are as follows:
  • ProdID
  • Version
  • CalScale
  • Method
There may be other, custom X-properties applied to the calendar, and X-properties may be applied to calendar components.

Inheritance Hierarchy

System..::..Object
  iCal..::..CalendarObjectBase
    iCal..::..CalendarObject
      iCal..::..CalendarProperty

See Also