Issue 880: No event so no loading
Status:  Done
Owner: ----
Closed:  Apr 2011
Reported by driesvan...@gmail.com, Apr 1, 2011
I created a calendar on a page.
Users have to add events to this calendars.
Users are divided in levels and can only see the events connected with their level.

If a user has no event in the current month then the calendar won't load as show in the image attached.
Screen shot 2011-04-01 at 12.03.57.zip
35.5 KB   Download
Apr 2, 2011
Project Member #1 adamrs...@gmail.com
can you please post a link to a runnable webpage the internet? or a zip with a runnable html file? a screenshot is not very useful in this situation.

it could be that you are returning `null` or `false` or an empty string as the data in your event feed. fullcalendar used to choke on this. in version 1.5, fullcalendar should gracefully handle this. might want to try version 1.5 before doing anything else.
Status: Done
Apr 3, 2011
#2 driesvan...@gmail.com
Yeah, I tought you might comment that.
Problem is that I can't because I am not the owner of the site.

But ...
Installing the newest version of fullcalendar worked.
Why couldn't I come up with that.

Thanks.