I am using fullcalendar.io.
businessHours: [
{
daysOfWeek: [ 1, 2, 3],
startTime: '10:00',
endTime: '12:00',
},
{
daysOfWeek: [ 1, 2, 3],
startTime: '15:00',
endTime: '18:00',
}
]
I have one custom setting for a store on my website where they are only open between 10 Am to 12 PM and from 3 pm to 6 pm, I am using the full calendar to show their timing but here when I apply this setting its not working.
How can I show grey background during other timing which is not in business hours (i.e in between 12 PM to 3 PM)?