In one of my projects, I am utilizing jQuery FullCalendar to schedule appointments for doctors.
The doctors should be able to specify their availability between 9 AM - 5 PM on weekdays. If this is not set, the background color of the spans of time not booked should turn grey or another color, and the text should read as "unavailable" within those spans.
I attempted using 'inverse-background' which isn't functioning currently. Has anyone successfully implemented this or have any suggestions?
Thank you.