Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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