jquery-week-calendar
jquery-week-calendar copied to clipboard
businessHours formats
Is there any way of setting the businessHours start and end with something like "8:30" instead of 8 ? If not, any hints of how could be done? Thanks!
I have been looking for similar functionality in my app. As a work around, I have the 'events.json' file automatically generating a 'freeBusy' busy event over the periods I do not want to be displayed for each week, and just rounding the 'businessHours' display range to the smallest range I can that includes the 'available' range.
Long story short, we have two grey bands at the top and bottom of the calendar where you cannot place events, but it works as a temporary workaround.
Thank you for your answer. I ended using the same work around. I hope that functionality will be implemented, that will be a great addition to the plugin.