RecurrenceRange Members
The RecurrenceRange type exposes the following members.
Properties
Name | Description | |
---|---|---|
endDate |
The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may Not be this date. Required if type Is endDate
|
|
numberOfOccurrences |
The number Of times To repeat the Event. Required And must be positive If type Is numbered
|
|
recurrenceTimeZone |
Time zone for the startDate And endDate properties. Optional. If Not specified, the time zone of the event Is used
|
|
startDate |
The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date Or later, depending on the recurrence
pattern of the event. Must be the same value as the start property of the recurring event. Required
|
|
type |
The recurrence range. The possible values are: endDate, noEnd, numbered. Required
|