Hi,

the "private" url you are mentionning is a "private magic-cookie" feed (the 
magic-cookie is symbolized by the random id "xxxxxxxxx") ; it is (*and has 
always been*) read-only. The API reference (see API reference 
here<http://code.google.com/intl/fr/apis/calendar/data/2.0/reference.html#Personal_Settings_feed>)
 
mentions 3 visibilities : public, private magic-cookie, private. 

The last one is the ONLY one which is read/write. With private magic-cookie 
visibility, you don't have to authenticate, as the "xxxxxxx" id is 
sufficient enough to block unwanted views.

If you want to update a feed you MUST authenticate (and use "private" 
visibility : 
http://www.google.com/calendar/feeds/[email protected]/private/full).

Please update your feed URI (to use "private" visibiliy), and don't be so 
sure of not having made a mistake ;-) !


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