How to add Google Calendar Dynamically to jQuery FullCalendar?
Posted
by crosenblum
on Stack Overflow
See other posts from Stack Overflow
or by crosenblum
Published on 2010-05-21T16:16:17Z
Indexed on
2010/05/21
16:20 UTC
Read the original article
Hit count: 243
I have seen how to add google calendar, but when I run it, it create's a new calendar, even though the selector I am using, refer's to an existing calendar.
$calendar.fullCalendar({
events: $.fullCalendar.gcalFeed($feed_url.val())
});
I have other functions, that use renderEvents, but I am not sure how to use that with google calendars...
Any thoughts or suggestions?
Thank You.
© Stack Overflow or respective owner