I am looking at how I can implement custom times for each day. For example I want to use the scheduler for reservation at an establishment and want to set the hours for each day the business is open. The hours would be something like:
Monday through Thursday - 9:00AM to 11:00PM
Friday and Saturday - 9:00AM to 2:00AM
Sunday - 11:00AM to 9:00PM
This would require Fridays and Saturdays to overlap on each day. I want to be able to prohibit reservation from being scheduled on the times that the business is closed so maybe those times are not displayed somehow. Any help with this getting this set up would be appreciated.