I am using the jquery fullcalendar and it\'s working great however in the agendaweek view there are no dividing lines between the days. I have reviewed the fullcalendar site and
I had the same issue in angular js (bower install), solved it with:
.fc-time-grid .fc-slats td { background: transparent; }