Skip to main content

recurring_workdays

Description

Specifies working days that will affect the recurring event when the user selects the ""Every workday" option in the lightbox

recurring_workdays: any[]

Example

//sets working days from Tuesday to Friday
scheduler.config.recurring_workdays = [2, 3, 4, 5];

Default value: [1, 2, 3, 4, 5]

Details

note

The property requires the recurring extension to be enabled.

recurringworkdays_config

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.