Hi Simon, I'm actually in the process of writing up some knowledge base articles which likely address the issue you're having. My guess is that you're trying to retrive this feed through a web browser.
>From the KB article in development: HTTP cookie authentication is used when a feed is retrieved through the web browser of a user who is currently logged into the Google Calendar UI. These HTTP cookies can be used for read-only access to the Atom or RSS formatted feeds only. Alt types of json or json-in- script will not work with this method of authentication. Note: these cookies are different than the S cookie cookie used for session handling and are also different from the "magic cookie" feeds described above. As read-only feeds, these do not include references to the edit URLs (<link rel="edit" href=.../>) needed for updating or deleting entries. This feed method of authentication is most often used by developers for learning and debugging purposes. Note-- You can't just fake the edit URL using the id value, because the id value does not contain the full URL required by the optimistic concurrency [1] versioning system used by GData. This information should be in the KB [2] shortly. Hope this helps! Cheers, -Ryan [1] = http://code.google.com/apis/gdata/reference.html#Optimistic-concurrency [2] = http://code.google.com/support/bin/topic.py?topic=10023 On Mar 31, 6:02 am, Simon Wistow <[EMAIL PROTECTED]> wrote: > Am I being insane or if I got to my Calendar's default feed either with > /private/full or /public/full then entries don't have a > > <link rel="edit" ... /> > > tag in them. > > Is there any way to force the feed to have that in or can I just fake it > with the <id></id> value? > > Simon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
