Hi If I take a particular calendar (usually private), extract all the entryIDs and then do a GET with the following URL form: /feeds/userid/private-magicCookie/full/entryID and set the HTTP header If-None-Match to the appropriate etag for the entryID, then I do now get the HTTP:304 status code.
However its mighty tedious to go through every event in feed like this and I had wanted to leverage the same "send data only when changed" functionality on the overall feed itself. I tried the same procedure with a URL of this form: /feeds/userid/private-magicCookie/full/ and the If-None-Match header set to the weak etag of the feed (ie W/"CkcBQX47eCp7I2A9WxVUE0w."). Alas I always get the entire return even when nothing has changed. What am I missing?? - J --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
