我正在尝试将FullCalendar包含在与Google Agenda同步的网站中。我把这个函数称为:
$(document).ready( function() {
$('#calendar').fullCalendar({
events: { url: "http://www.google.com/calendar/feeds/laporte.julie%40gmail.com/public/basic" }
});
});
日历显示得很好,但不会显示数据。我在谷歌议程中的配置很好。有人可以帮帮我吗?
答案 0 :(得分:0)
你是否包括:?
<script type='text/javascript' src='fullcalendar/gcal.js'></script>
您可以在此处参考:http://arshaw.com/fullcalendar/docs/google_calendar/了解有关此主题的更多信息。