views:

543

answers:

2

I'm looking for an open-source javascript solution that would allow me to style a calendar. So far the best I've found has been http://arshaw.com/fullcalendar/ the only problem with this is that it doesn't integrate with multiple Google Calendars. Has anyone seen something that does?

A: 

Brian,

you might want to take a look here : How do I use multiple sources with the jQuery plugin fullCalendar?

A: 

For displaying multiple Google Calendars, try the Ext Scheduler which is based on pure JavaScript. See this example, which does exactly what you describe:

http://www.ext-scheduler.com/examples/googlecalendar/googlecalendar.html

mats