Hi Ray, In this case, I have an application that is already generating unique UIDs as it was previously synced with another calendar system. So they are not the same as the Google event ID.
I was hoping to query on the UID I am supplying to Google, but I haven't found a way query that returns results for it. I've tried: https://www.google.com/calendar/feeds/default/private/full?uid=12312312312 https://www.google.com/calendar/feeds/default/private/full?q=uid2312312312 https://www.google.com/calendar/feeds/default/private/full?q=uid:2312312312 Ideally, this functionality would be exposed through the Java API, so it would be possible to add a UID to a query object in the same way you can add a date range or full text string to match. Thanks for looking at this, -Jason On May 31, 2:56 pm, Ray Baxter <[email protected]> wrote: > I'm curious, do you have events where the uid is not the same as the event > id? > > That is, do you have cases > wherehttps://www.google.com/calendar/feeds/default/private/full/1231232132...<https://www.google.com/calendar/feeds/default/private/full?q=uid12312...> > doesn't return the event with uid 12312321323213? > > Ray > > <https://www.google.com/calendar/feeds/default/private/full?q=uid12312...> > > On Tue, May 31, 2011 at 12:36 PM, Jason Schulz <[email protected]>wrote: > > > > > > > > > I did find the examples for full-text queries, but they don't match > > against the gcal:uid value. They search against title, description, etc. > > > What I did to solve my situation was to make the event title unique. Then I > > can use a full-text query to find an event to udpate/delete etc. Its not the > > most elegant solution, and I feel like gcal:uid should be searchable via the > > Java API (and maybe it is with CustomParameters, but I couldn't find a way). > > > So if I use: > > >https://www.google.com/calendar/feeds/default/private/full?q=uid12312... > > > That doesn't match against the gcal:uid field. > > > If someone has an example of using the Java API to search against uid, that > > would be great. If not, I'll just continue to use full-text queries against > > unique event titles as that seems to be a workaround. > > > -- > > 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://code.google.com/apis/calendar/community/forum.html -- 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://code.google.com/apis/calendar/community/forum.html
