When retrieving the events in a user's secondary calendar, the events do not 
contain Edit URIs.  The secondary calendar was created by my code.  The user 
name and password used to create the calendar are used to login with 
ClientLogin before retrieving the calendar's feed -- so my code should have 
write access.

The URL for the calendar's feed is the following, which I believe should 
send back Edit URIs:

https://www.google.com/calendar/feeds/xxxxxxx%40group.calendar.google.com/private/full


All I get for each entry are "alternate" and "self" URIs:


<link href="https://www.google.com/calendar/event?eid=xxxxxxx"; 
rel="alternate" title="alternate" type="text/html"/>


<link 
href="https://www.google.com/calendar/feeds/xxxxxxx%40group.calendar.google.com/private/composite/xxxxxxx";
 
rel="self" type="application/atom+xml"/>


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