I have a valid JSON-Feed (validated with JSONLint) that works fine with Chrome. But there are no events showing up in IE/FF. I tried to use different time formats and everything else that was already answered in similar questions.
JSON Feed:
[{"id":"64","title":"","start":"1356517800","end":"1356521400","allDay":false}]
Calendar:
$('.roomscal').fullCalendar({
events: 'http://..../events.php'
});
Could someone please help me?