| Name | Description | Type | Additional information |
|---|---|---|---|
| OccurrenceCount |
The occurrence count of the recurrence. Only set when Range is 'EndsAfterOccurrences' |
integer |
None |
| Periodicity |
Defines together with the interval the frequency between occurrences. For example: every n-th week or n-th day. |
integer |
None |
| Range |
The range defines the duration of the recurrence. |
Range |
None |
| Interval |
The RecurrenceInterval defines the interval of the recurrence. (Daily, Weekly, Monthly, Yearly) |
RecurrenceInterval |
None |
| WeekDays |
Specifies the days on which the recurrence occurs. Required when Type is Weekly |
WeekDays |
None |
| RecurrenceStart |
The start of the recurrence. |
date |
None |
| RecurrenceEnd |
The end of the recurrence. Null when Range is NoEndDate |
date |
None |
| Month |
Gets or sets the month (as a number) on which the corresponding appointment reoccurs. Only valid for yearly intervals. |
integer |
None |
| DayNumber |
Gets or sets the ordinal number of a day within a defined month. Only valid for monthly and yearly intervals. |
integer |
None |
| WeekOfMonth |
Gets or sets the ordinal number of a week within a defined month. Only valid for monthly and yearly intervals. |
WeekOfMonth |
None |