FullCalendar 不显示我们的事件,而是从当前日期/时间开始创建元素。我已经用多个谷歌日历(公共、自定义等)尝试过这个,并且总是得到相同的结果。
$('#calendar').fullCalendar({
eventSources: [{
url:'https://www.google.com/calendar/feeds/jcornelius.com_e9lk2eh1p3tdn3v775l0e0v48g%40group.calendar.google.com/public/basic',
dataType : 'jsonp'
}]
});
请参阅此小提琴以重现该问题。