/* * FullCalendar v1.4.10 Google Calendar Extension * * Copyright (c) 2010 Adam Shaw * Dual licensed under the MIT and GPL licenses, located in * MIT-LICENSE.txt and GPL-LICENSE.txt respectively. * * Date: Sat Jan 1 23:46:27 2011 -0800 * */ (function($) { $.fullCalendar.gcalFeedArray = function(feedArray) { return function(start, end, callback) { var totalEvents = []; var nrFeedsCollected = 0; if(feedArray.length == 0) callback(totalEvents); //All feeds collected: use callback for (i=0;i