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:

  1.  
  2. var cal = new Calendar(“7cghno42lleqpbihmoi5qiikm8%40group.calendar.google.com”);
  3.  
  4. cal.onsuccess = function(c){ alert(c); }
  5. cal.loadFeed();
  6.  

Source: Ajaxian
Original Article: http://ajaxian.com/archives/gcalendar-accessing-google-calendar-from-javascript

Leave a Reply

You must be logged in to post a comment.



Site Navigation