Thanks for that. If that orderby parameter has always been there... I spent a good amount of time debugging ordering problems with my code for nothing. But still very good to know, maybe now I can trim off quite a bit of code.
The JSON stuff looks awesome actually, but I'm betting that I couldn't use it for my calendar because recurring events would show up more than once on the list. I downloaded the Zend Framework, but couldn't make heads or tails on how to get started with it (it seems a little massive), so I kept with my approach. As far as the API goes, I haven't looked at it since last spring, but if I ever give it another shot I will be sure to share any frustrations with you. Thanks, -- Darren On 1/5/07, Ryan Boyd (Google) <[EMAIL PROTECTED]> wrote:
Great job Darren - that's an interesting use of the API. FYI - There is now a PHP client library from Zend for GData (as part of the Zend Framework - http://framework.zend.com/download/gdata). You can also do a 'orderby=starttime' query to get events in order of start time as opposed to last updated time (see http://code.google.com/apis/gdata/calendar.html#Parameters). You may also find the JSON output feature interesting -- http://code.google.com/apis/gdata/json.html Please feel free to share any additional feedback you have regarding the usage of the API -- our ears are open. Cheers, -Ryan On Jan 4, 12:49 pm, "hindenburg" <[EMAIL PROTECTED]> wrote: > Just thought I would share this with anyone interested. I bash on the > API in the post, but maybe things have gotten better since I gave it > shot. > > I made a parser that puts events in order of start time not publishing > date.http://www.digg.com/programming/Google_Hack_Ajax_Web_Events_Calendar > > -- > Darren >
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
