Type | Description | |||
String | A String expression that specifies the name of the property. |
The following is a simple example of an iCalendar format:
BEGIN:VCALENDAR
BEGIN:VEVENT
SUMMARY;LANGUAGE=en-US:Company Holiday Party
DATE:20010101
END:VEVENT
END:VCALENDAR
The SUMMARY and DATE are the name of the properties of the VCALENDAR object.