Skip to main content

DateSchedule

Schedule that runs on specific dates at a specific time.

frequencyFrequency (string)
Constant value: once
Default value: once
date_timesstring<date-time>[]required

List of specific date-times in ISO 8601 format with timezone

Possible values: >= 1

DateSchedule
{
"frequency": "once",
"date_times": "2023-12-25T09:00:00+01:00"
}