Zum Hauptinhalt springen

recurring_workdays

Description

Definiert, welche Tage als Arbeitstage für wiederkehrende Ereignisse gelten, wenn in der Lightbox die Option "Every workday" gewählt wird.

recurring_workdays: any[]

Example

//setzt Arbeitstage von Dienstag bis Freitag
scheduler.config.recurring_workdays = [2, 3, 4, 5];

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

Details

Hinweis

Diese Einstellung erfordert, dass die recurring Extension aktiviert ist.

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.