On Fri, Mar 6, 2009 at 1:11 PM, RPI <[email protected]> wrote: > > I am sending the following to the calendar API: > > http://www.google.com/calendar/feeds/userid%40group.calendar.google.com/private-magic-cookie/full > > When I look at the response there are no "gd:etag" attributes, which I > need to only get events when something changes. is there something > else I need to add to the request? > Thanks - J >
For gd:etag elements, you need to either send a 'GData-Version: 2.1' HTTP header or include 'v=2.1' as a query parameter. Otherwise, the API defaults to v1, which uses versioned URLs instead of ETags. -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
