This is JSON representation of event:
"id" : 253,
"title" : "16-17",
"allDay" : true,
"start" : "2015-04-16T00:00:00.000+03:00",
"end" : "2015-04-17T00:30:00.000+03:00"
FullCalendar renders it as single day event. I suspect that the problem is in timezone settings, but can't understand what exactly.
I've tried to use: ignoreTimezone: false
but it didn't help.
I suppose that JSON above will render full day event from 16th to 17th (two day event).
Thank you.
UPDATE: I'm using FullCalendar v2.3.1 and there's a link to jsfiddle which reproduces this issue: http://jsfiddle.net/anatoly314/m8d68v1b/4/