Newer Version Available
Reminder Recurring Schedule Input
Input representation of the recurring schedule of a reminder.
- JSON example
- Here’s a sample to configure a recurring reminder.
-
1{ 2 "schedule": { 3 "recurrenceRule": "RRULE:FREQ=DAILY;INTERVAL=1;UNTIL=20231130T000000Z;", 4 "scheduleType": "Recurring" 5 } 6} - Properties
-
Name Type Description Required or Optional Available Version recurrenceRule String Recurrence rule for the reminder. Required 60.0 scheduleType String Schedule type of the reminder. Valid value is Recurring.
Required 60.0