Platform SDK: Exchange 2000 Server

rrule Field

[This is preliminary documentation and subject to change.]

Contains the rule for pattern that defines a recurring appointment. The syntax is defined by the Recurrence Rule section of the iCalendar (RFC 2445) standard. The dtstart field specifies the first instance of the appointment; the rule is based on the date and time of the first instance.

Full Name

urn:schemas:calendar:rrule

Name Constant

CdoCalendar.cdoRRule

Variant Sub Type

[Visual Basic] Array of String

[C++] VT_ARRAY | VT_BSTR

OLE DB Type

DBTYPE_VECTOR | DBTYPE_WSTR

Example

"FREQ=MONTHLY"
"COUNT=10"
"BYMONTHDAY=2,15"