While I have seen this question asked, I haven\'t seen the answer. I just want to be able to color the background-color of the TD from a certain ra
background-color
TD
since version 2.2, you can use Background Events
$('#calendar').fullCalendar({ defaultDate: '2014-11-10', defaultView: 'agendaWeek', events: [ { start: '2014-11-10T10:00:00', end: '2014-11-10T16:00:00', rendering: 'background' } ] });