Google Calendar API trick for Ajax developers
Posted by pat 133 days ago
Neat trick from Elias Torres in the Google Calendar Help Data API group: when your user is logged in the browser, doing a GET on href="http://www.google.com/calendar/compose?ctext= returns you a json object of the parsed text. I tried it with http://www.google.com/calendar/compose?ctext=meeting%20with%20dorothee%20at%2010%20pm%20for%201%20hour and it worked fine.
[['_SpawnQuickAddEvent','meeting with dorothee','','','20060501T220000','20060501T230000',[],'',null,[],[]]]
Neat trick that he's using in his Quick Add Firefox extension.