I'm having a hard time getting a multiple day event to span correctly after I upgraded from Fullcalendar 3.9 to 4.0.1 and I'm starting to wonder if it is a bug or that I'm doing something wrong.
The event in the picture below called "10.00 Vossa Jazz 2019" is supposed to span from 12.4 to 14.4 - but only spans from 12.4 to 13.4.
Fullcalendar gets the event from an eventSource - this file: https://ekstremedia.no/kk2/rapporter/Festivalar.json where you can see:
"start": "2019-04-12T10:00:00+02:00",
and
"end": "2019-04-14T22:00:00+02:00",
which is correct, 12.4 10:00 to 14.4 22:00. I've also tried allDay: true but it has the same behaviour.
Is this a bug or can somebody spot an error?
Demo and source: https://ekstremedia.no/kk2/kalender