This is the fullcalendar html structure:
The fullcalendar cells are divided into 3 categories, and for the first 2 I was able to tap into and add custom data/styling:
fc-daygrid-day-top
(modified using thedayCellContent
from CalendarOptions)fc-daygrid-day-events
(modified using theeventContent
from CalendarOptions)fc-daygrid-day-bg
???
Is there a way to tap into the third one as well(the highlighted line of code)?