I am making a fullCalendar backed car reservation functionality. This is the coffescript file.
updateEvent = (event, delta, revertFunc) -> $.aja
I dont know if its still usefull, but you can use this method, add a day to your end date using :
$date = new DateTime('2000-01-01'); $date->add(new DateInterval('P0Y0M1DT0H0M0S'));
this will increment your end date by one day.