我正在尝试将一个FullCalendar加入到一个网站中,与谷歌议程同步。我像这样调用函数:
$(document).ready( function() {
$('#calendar').fullCalendar({
events: { url: "http://www.google.com/calendar/feeds/laporte.julie%40gmail.com/public/basic" }
});
});日历显示得很好,但没有显示其中的数据。我在谷歌议程中的配置是好的。有人能帮帮我吗?
发布于 2011-11-01 01:56:51
您是否包括:?
<script type='text/javascript' src='fullcalendar/gcal.js'></script>你可以在这里参考:http://arshaw.com/fullcalendar/docs/google_calendar/了解更多关于这个主题的信息。
https://stackoverflow.com/questions/6900871
复制相似问题