You initially asked how to search for an event based on id. But there is no need for searching, if you have the id, you have the url for that event. In your case, you mentioned the url:
http://www.google.com/calendar/feeds/[email protected]/public/full/d9kvgjjp3dvs5lj12p6ej6ino0 If you do an HTTP GET on that url, you will see the details of your event. Hope that helps, Ray On Wed, Mar 11, 2009 at 2:08 AM, cajo_vcambra <[email protected]> wrote: > > Hi Trevor, > > I'm still trying to learn how to use the API in an efficient way. > Everything is still new to me. > Could you explain your solution? > > Kind regards, > > Carlos Ferreira > > On Mar 11, 12:09 am, Trevor Johns <[email protected]> wrote: >> 2009/3/10 cajo_vcambra <[email protected]>: >> >> > I'm trying to find a specific event for the list of the events that >> > belong to a Calendar. I'm doing this by retrieving all the events and >> > extracting the ID from the URL and doing a comparison with the ID I've >> >> I'm not sure what you mean here. Why not just load the URL you're >> extracting the ID from? >> >> -- >> Trevor Johns > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
