|
Requests
- Authorize
- Meetings
- MyMeetings
- MyTasks
- Tasks
- Users
- WebHooks
Objects
Enums
|
JSRecurrenceTypes
| Value |
Description |
| DAILY |
Repeat each day |
| WEEKLY |
Repeat each week on one or more days. The DayOfWeekMask defines which days |
| MONTHLY |
Repeat monthly the "DayOfMonth" |
| MONTHLYNTH |
Repeat monthly on the Nth day.
Use Instance and DayOfWeekMask to define the day(s) |
| YEARLY |
Repeat yearly on the same date. |
| YEARLYNTH |
Repeat yearly on the same day and month.
E.g. The 2nd Tuesday of February. Instance = 2, DayOfWeekMask=Tuesday and Feburay from the StartDate |
|