I have this agenda view and I want to hide the hours line. What's the solution ? Thanks.
You can use basicWeek instead of agendaWeek view available views
check this: http://jsfiddle.net/e78b944d/1/
$('#calendar').fullCalendar({ defaultView: 'basicWeek' /* 'agendaWeek' */ });