Reminder Recurring Schedule Input
Input representation of the recurring schedule of a reminder.
- JSON example
- Here’s a sample to configure a recurring reminder.
-
{ "schedule": { "recurrenceRule": "RRULE:FREQ=DAILY;INTERVAL=1;UNTIL=20231130T000000Z;", "scheduleType": "Recurring" } }
- 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