3 messages in com.googlegroups.google-calendar-help-dataapiGetting a list of users calendars in ...
FromSent OnAttachments
Ken19 Apr 2007 12:30 
Lane LiaBraaten (Google)19 Apr 2007 18:23 
Ken20 Apr 2007 15:40 
Subject:Getting a list of users calendars in javascript
From:Ken (kenn@gmail.com)
Date:04/19/2007 12:30:48 PM
List:com.googlegroups.google-calendar-help-dataapi

Hi

I am able to retieve a list of calendars via C# and client libs. I am also able to retrieve it using this url

http://www.google.com/calendar/feeds/default

which return it as a feed. What I would like though is to be able to do

http://www.google.com/calendar/feeds/default?alt=json or

http://www.google.com/calendar/feeds/default?alt=json-in-script&callback=myFunction

I am hoping that I do not have to resort to string parsing or MSXML/ XmlProcessor.

Any thoughts?