Hi,

I am looking for a way to retrieve a single calendar event entry using
the UID field.  So far, I could not find any documentation regarding
the Query API on that.

Right now I am using the following code:

myQuery.setStringCustomParameter("gCal:uid", uid);
getCalendardService().getFeed(myQuery, CalendarEventFeed.class);

This does not throw any exception, but it does not work either :o)

Any one would know how to correctly from a query object for the UID
field?  I have look in this group and found no answers regarding
similar posts.

Thanks in advance

Robert

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to