| Issue 2356: | Google calendar integration broken? | |
| 3 people starred this issue and may be notified of changes. | Back to list |
I was having trouble getting google calendar integration to work and then I noticed that the public demo on your site is also broken. >> http://fullcalendar.io/js/fullcalendar-2.2.0/demos/gcal.html The XML calendar link from the example is working - US Holidays. I'm pasting the code from your example below. <script> $(document).ready(function() { $('#calendar').fullCalendar({ // US Holidays events: 'http://www.google.com/calendar/feeds/usa__en%40holiday.calendar.google.com/public/basic', eventClick: function(event) { // opens events in a popup window window.open(event.url, 'gcalevent', 'width=700,height=600'); return false; }, loading: function(bool) { $('#loading').toggle(bool); } }); }); </script> |
|
| ► Sign in to add a comment |
Mergedinto: 1526