ericzile / google-gdata

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

Deleted Instances of a Recurring event must not be available on deleting Parent Recurring chain #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a Recurring event.
2. Delete any instance of this Recurrence.
3. Now delete the parent event itself.
4. The deleted instance is coming in the "full" projection

What is the expected output? What do you see instead?
The deleted instance must on come in "full" projection once the main 
recurring chain has been deleted. Instead, since the deleted instance is 
still coming, my program tends to delete this Google Event as well and it 
generates a 404 error which is right.

What version of the product are you using? On what operating system?
1.0.9.9 .NET Calendar API, Windows XP

Please provide any additional information below.
See, for a single event, once deleted, it doesnt come in the "full" 
projection. I can understand that after Google changed the EXDATE 
behaviour of the Recurrence rule, the deleted instances of a Recurring 
chain comes as a seperate events which is perfectly alright but once i 
have deleted the main parent chain, the deleted event must not come in the 
feed otherwise how do i know whether this instance is valid or not. Then, 
i will have to check whether the parent event is as well avilable in the 
feed.

I have workaround but the bug must be corrected

Original issue reported on code.google.com by itskulvi...@gmail.com on 27 Jul 2007 at 8:32

GoogleCodeExporter commented 9 years ago
Test

Original comment by tom...@gmail.com on 27 Jul 2007 at 5:37

GoogleCodeExporter commented 9 years ago

Original comment by fman...@gmail.com on 3 Aug 2007 at 1:17

GoogleCodeExporter commented 9 years ago
This has been moved to the gdata-issues project:

http://code.google.com/p/gdata-issues/issues/detail?id=13

Original comment by api.jfis...@gmail.com on 3 Aug 2007 at 7:46