Type | Description | |||
Component | A Component object that holds the properties and other components. |
For instance, having the following iCalendar format:
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//hacksw/handcal//NONSGML v1.0//EN BEGIN:VEVENT UID:19970610T172345Z-AF23B2@example.com DTSTAMP:19970610T172345Z DTSTART:19970714T170000Z DTEND:19970715T040000Z SUMMARY:Bastille Day Party END:VEVENT END:VCALENDAR
The Content.Components includes the VCALENDAR object, while the Root property refers to the VCALENDAR object directly.