On Mon, Jan 5, 2009 at 3:42 AM, Kalvados <[email protected]> wrote: > > Hi Trevor and a Happy New Year ;-) ! > > Thanks for reply... I'm back from holidays and just saw your > response... > > I don't know about 'eid' query parameter... What is this ? Where to > find all parameters available for queries ? > How to use them through the .net client ? > > By EventId I mean the EventId property, member of EventEntry class. > Doc for .net client : http://google-gdata.googlecode.com/svn/docs/index.html > (then Calendar Namespace and EventEntry...) > > I checked calendarService.get(...) method, but it works with the entry > unique URI (Doc : Returns a single Atom entry based upon its unique > URI.) and I only know the EventId... > > So is there a way to write a full text query that looks for a matching > EventId ?
Ah, I think I understand what you're doing now. The property your'e looking for is EventEntry.SelfUri. This will return the URL of the event, which you can then use in subsequent calls to calendarService.get(). Does that help? -- 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 -~----------~----~----~----~------~----~------~--~---
