Figured it out.  I use the following code, now, if anyone is interested:
calendarId = calendarId.substring(calendarId.lastIndexOf('/') + 1); // the 
prefix returned by google doesn't work for reuse
URL entryUrl = new 
URL("https://www.google.com/calendar/feeds/default/owncalendars/full/"; + 
calendarID + "[email protected]");
CalendarEntry resultEntry = myService.getEntry(entryUrl, 
CalendarEntry.class);

Following this, I was able to examine the entry, and update it if necessary.

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

Reply via email to