My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 2356: Google calendar integration broken?
3 people starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Merged:  issue 1526
Owner:  ----
Closed:  Nov 2014


Sign in to add a comment
 
Reported by ted.stra...@gmail.com, Nov 17, 2014
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>
Nov 17, 2014
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Duplicate
Mergedinto: 1526
Sign in to add a comment

Powered by Google Project Hosting