I am making a fullCalendar backed car reservation functionality. This is the coffescript file.
updateEvent = (event, delta, revertFunc) -> $.aja
I was also facing the same and resolved it by adding "T23:59:00" to the end date i.e "end" => $end_date."T23:59:00",
"T23:59:00"
"end"
$end_date."T23:59:00"