I\'m stuck with a project I get at work. I need to change the background color of some days. It\'s a calendar where the user should see, which days are available and which n
For those looking to simply change the color of past dates, target .fc-past in your css and add a background-color property. E.g.,:
.fc-past
background-color
.fc-past { background-color: silver; }