google-code-export / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

Events are duplicated in calendar after deleting and adding them again on google appengince #404

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Delete event by CalendarService.DeleteEvent(event.GetEditLink().href)
2. Add the same event again

What is the expected output? What do you see instead?
I expect to see 1 event, but there are 2, although the 1st step was performed 
successfully.

Please use labels and text to provide additional information.
This problem occurrs only on google appengine, everything works fine on a local 
machine.

Original issue reported on code.google.com by raya.shm...@gmail.com on 6 Jul 2010 at 5:02

GoogleCodeExporter commented 9 years ago
Please migrate to gdata.calendar.client.CalendarClient. Re-open if you are 
still experiencing the issue.

Original comment by ala...@google.com on 7 Oct 2011 at 9:31