| Issue 104: | Multiple Google Calendars | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Is there a way to include multiple google calendars - each with their own options?
Sep 23, 2009
#1
raynes....@gmail.com
Sep 24, 2009
glad you got it to work. for those having the same issue, use the 'eventSources' option, as described in the docs.
Status:
Done
Oct 6, 2009
Could you please post an example where the gcalFeed() function is used with the eventSources option? I've been struggling to get multiple google calendar feeds to display on the same calendar. Your time is much appreciated.
Oct 6, 2009
Got it. <code> feed1 = http://www.google.com/calendar/feeds/... feed2 = http://www.google.com/calendar/feeds/... $('#calendar').fullCalendar({ eventSources: [$.fullCalendar.gcalFeed(feed1),$.fullCalendar.gcalFeed(feed2)], }); </code> Thanks! |
|
| ► Sign in to add a comment |