Hi, 
Thank you for your reply. It did help. Although I ended up using 
getEventEntry method instead. 
I'd just document it over here with code.

cc = gdata.calendar.client.CalendarClient()
cc.auth_token = gdata.gauth.AuthSubToken(token)
event = cc.GetEventEntry(uri = event_uri)  // The uri is fetched using 
event.getEditLink().href
event.title = atom.data.Title("New Title")
cc.Update(event)





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