跳转到主要内容

recurring_workdays

Description

定义在 lightbox 中选择 "Every workday" 选项时,哪些天被视为工作日的数组。

recurring_workdays: any[]

Example

// 设置工作日为周二到周五
scheduler.config.recurring_workdays = [2, 3, 4, 5];

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

Details

注释

该设置需要启用 recurring 扩展。

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.