RecurrenceRule

Follows the same logic as iCalendar (RFC 2445).

Syntax

<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>

Definitions

frequency

Specifies the frequency of the recurrence rule.

count

Specifies the number of items that were created with the recurrence rule.

until

Specifies the ending date of the recurrence rule.

interval

Specifies the interval between created items, based on the frequency.

byDay

Specifies a list of days.

byMonthDay

Specifies a list of the days of the month.

byYearDay

Specifies a list of the days of the year.

byMonth

Specifies a list of the months of the year.

bySetPos

Specifies whether to set the date information by position.

--For GroupWise 2012 and later.

honorRule

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.