Using:
* FullCalendar 2.1.1
* month view
I would like to display a mini calendar - all it shows is the day of the month - no event titles. But, on days that have events - i would like that cell to have a background color. (Sample below)
I guess via CSS i can manually hide all events using .fc-event-container {display: none;}
but what code would i use to change the cell background, if an event exists? something for dayRender
?
Thanks