The following is a simple example of an iCalendar format:
BEGIN:VCALENDAR
Version:2.0
PRODID:-//hacksw/handcal//NONSGML v1.0//EN
END:VCALENDAR
The Version, PRODID are properties of the VCALENDAR object.
The Properties collection supports the following properties and method:
Name | Description | |||
Add | Adds a Property object to the collection and returns a reference to the newly created object. | |||
Clear | Removes all objects in a collection. | |||
Count | Returns the number of properties in the collection. | |||
Enumerate | Enumerates the properties in the collection whose name matches the giving mask. | |||
Item | Returns a specific Property of the Properties collection, giving its index or name. | |||
Remove | Removes a specific member from the Properties collection, giving its index or name. |