Thank you
I managed to get rid of the error by replacing
$("#eventCalendarInline").eventCalendar({
jsonData: eventsInline
});
with
Appery('eventCalendarInline').eventCalendar({
jsonData: eventsInline
});
I'm still having display issues though, see below. Any thoughts?
after resizing the screen it refreshes the calendar and then it fills the whole screen but as you can see the events aren't displayed below the calendar. I have tried changing the css but haven't been able to figure it out.
If I refresh firefox after the page has loaded it displays correctly.