Hello, You can retrieve a specific event by using the event's edit link which looks something like: https://www.google.com/calendar/feed/CALENDAR_ID/private/full/EVENT_ID
Simply send an authorized (if the calendar is private) GET request to this URL and you will get the event's details. You can then check the Etag or the updated element to see if the event has changed. Best, Alain On Thu, Sep 29, 2011 at 2:43 PM, BluePencil <[email protected]> wrote: > Thank you Alain, for a kind advice. > I noticed that the issue had been reported as a known one. > > In regard to "updated-min query", I guess it is not guaranteed we can get a > specific event. > We may retrieve more than one events. > Are there any workaround to get a specific event. > For example searching with <id> > > > By the way .... > I wish google to fix or delete the article of "Retrieving an event again" > on this web site. > > http://code.google.com/intl/ja/apis/calendar/data/2.0/developers_guide_protocol.html#RetrievingCached > There still be an explanation about If-None-Match. > > -- > 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 > -- Alain Vongsouvanh | Developer Programs Engineer -- 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
