Type | Description | |||
Variant | A VARIANT expression that specifies the value of the property. |
If the property's type is exPropertyTypeRecur, you can use any of the following properties:
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 20010101 and Company Holiday Party are the values of the properties DATE and SUMMARY of the VCALENDAR object.