Skip to content

Schedule Data Source

This data source returns a list of available schedules, which can be used to select a calendar schedule for time-based operations.

The ScheduleDataSource provides a list of channels in the following JSON format:

1
2
3
{
    "name": "schedule name"
}

If ValueFormat and TextFormat properties are not explicitly specified, the data source will default to using {{name}} and {{name}}, respectively.

Example

1
2
3
<ScheduleDataSource TextFormat="" ValueFormat="" Enabled="True">
    <Mappings/>
</ScheduleDataSource>