Servoy / fullcalendarcomponent

MIT License
4 stars 2 forks source link

Multiple BusinessHours configuration #8

Closed xavidop closed 5 years ago

xavidop commented 6 years ago

we want to enable the multiple BusinessHours configuration in this component in order to use the component like this: https://fullcalendar.io/docs/businessHours

businessHours: [ // specify an array instead { dow: [ 1, 2, 3 ], // Monday, Tuesday, Wednesday start: '08:00', // 8am end: '18:00' // 6pm }, { dow: [ 4, 5 ], // Thursday, Friday start: '10:00', // 10am end: '16:00' // 4pm } ]