Reference of required fields by event type:
Edit
Field Type Required Description
blockOptions.method.args.time 24_hours_time_array + Target time array. Should not be empty.
Should contain at least one value in 24 hour time format.
Edit
Field Type Required Description
blockOptions.method.args.time 24_hours_time_array + Target time array. Required. May be empty.
If empty, the event is a range event that is true during all the period defined by the weekdays field.
May have multiple different values.
blockOptions.method.args.weekdays int_array + The weekday array contains integer numbers. The possible values are 1..7 range.
Edit
Field Type Required Description
blockOptions.method.args.time 24_hours_time_array + Target time array. Required. May be empty.
blockOptions.method.args.days int_array + An array of days of month. The possible values are 1..31 range. If day is set to 31 then event works in each month where 31st day is present.
Edit
Field Type Required Description
blockOptions.method.args.weeks int_array + An array of week numbers. The possible values are in range [1..6, -1] for weeks of a month.
Week -1 means the last week of a period.
First day of a week is Monday.
Edit
Field Type Required Description
blockOptions.method.args.weeks int_array + An array of week numbers. The possible values are in range [1..54, -1] for weeks of a year.
Week -1 means the last week of a period.
First day of a week is Monday.