Work time in fullcalendar [Solution]
- by Zozo
Full calendar have no included options to work-time feature (selecting first and last rows in agenda view for any day - where in example company is not working). I managed something like that:
viewDisplay: function(view){
$.ajax({
url: 'index.php?r=calendar/Default/worktime',
…