Greg, thank you for your answer!
In that case also an upcoming question - can we specify the order in which Kazoo will iterate callflow temporal rules? Or the order is just being kept as in json create/update request model?
Also have a question regarding temporal rule with date cycle.
Quote
start_date
The date that any recurrence should be calculated as starting on When
cycle
isdate
, the rule only considersstart_date
and matches it against the current day.
As I understood we need to pass Gregorian timestamp of the required date in 'start_date' property.
1. Will the properties time_window_start and time_window_stop be applied to temporal rule with date cycle?
2. How to specify the end date? Or we need to create temporal rule for each date required?