How to disable a range of dates depends on the work hours?
问题 I want to close a range of hours cells so that the user can't book on that specific hour, i've created a modal windows that allows the admin to set his own working hours every day all the week. Update : I've found a solution, i have to add this little magic to my fullcalendar businessHours where it can take any list of hours, but the problem is how to disable the event click on the non-business hour ? here is my new code : $('#calendar').fullCalendar({ header: { left: 'prev,next today',