Follows the same logic as iCalendar (RFC 2445).
<RecurrenceRule> <frequency type="Frequency"/> <count type="unsignedInt"/> <until type="date"/> <interval type="unsignedInt"/> <byDay type="DayOfWeekList"/> <byMonthDay type="DayOfMonthList"/> <byYearDay type="DayOfYearList"/> <byMonth type="MonthList"/> <bySetPos type="DayOfYearList"/> <honorRule type="boolean"/> </RecurrenceRule>
Specifies the frequency of the recurrence rule.
Specifies the number of items that were created with the recurrence rule.
Specifies the ending date of the recurrence rule.
Specifies the interval between created items, based on the frequency.
Specifies a list of days.
Specifies a list of the days of the month.
Specifies a list of the days of the year.
Specifies a list of the months of the year.
Specifies whether to set the date information by position.
--For GroupWise 2012 and later.
By default, the startDate is always put in the recurrence set, but if honorRule is true, the startDate value is only put in if it matches the rule.
--For GroupWise 2012 and later.