{CompanyName} FlexyGo

RecurrenceRange Members

The RecurrenceRange type exposes the following members.

Properties


  Name Description
Public property 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
Public property numberOfOccurrences
The number Of times To repeat the Event. Required And must be positive If type Is numbered
Public property recurrenceTimeZone
Time zone for the startDate And endDate properties. Optional. If Not specified, the time zone of the event Is used
Public property 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
Public property type
The recurrence range. The possible values are: endDate, noEnd, numbered. Required