The following is a simple example of an iCalendar component:
BEGIN:VEVENT
UID:19970610T172345Z-AF23B2@example.com
DTSTAMP:19970610T172345Z
DTSTART:19970714T170000Z
DTEND:19970715T040000Z
SUMMARY:Bastille Day Party
END:VEVENT
The Component object supports the following properties and methods:
Name | Description | |||
Clear | Clears the component, by removing the name, properties and components. | |||
Components | Retrieves the child components of the current component. | |||
Name | Indicates the component's name. | |||
Parent | Retrieves the parent of the component. | |||
Properties | Retrieves the properties of the current component. | |||
toICalendar | Gets the iCalendar representation of the component. | |||
UserData | Indicates any extra data associated with the component. |