Monday, January 1st, 2007
GCalendar: Accessing Google Calendar from JavaScript
Christian Decker wanted to access Google Calendar's new JSON services in a simple way, so he has created, and shared GCalendar, an API for doing just that.
JAVASCRIPT:
-
-
var cal = new Calendar(“7cghno42lleqpbihmoi5qiikm8%40group.calendar.google.comâ€);
-
-
cal.onsuccess = function(c){ alert(c); }
-
cal.loadFeed();
-





3.6 rating from 56 votes







Ajaxians, much as we all love JavaScript and Ajax, today is New Year’s Day. Have a day off! Go drink a beer or something. ;-)
Dean… what about you and I do the same thing… ;-)
Dean… I’m doing that right now…
Good java Script example
http://bookingengine.galaxyweblinks.com/