medabdellahi / google-caldav-issues

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

Deleted resources (.ics) remain on server #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create event.ics with PUT
2. delete event.ics with DEL
3. retrieve event.ics with GET

What is the expected output?
 a RESOURCE NOT FOUND

What do you see instead?
 a VTIMEZONE component like the following

---
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
X-WR-CALNAME:caldav4j
X-WR-TIMEZONE:Europe/Rome
X-WR-CALDESC:
BEGIN:VTIMEZONE
TZID:Europe/Rome
X-LIC-LOCATION:Europe/Rome
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:STANDARD
END:VTIMEZONE
END:VCALENDAR

---

What version of the product are you using? On what operating system?
test made with caldav4j and konqueror webdav client

Please provide any additional information below.

Original issue reported on code.google.com by robipo...@gmail.com on 21 Aug 2008 at 4:15

GoogleCodeExporter commented 9 years ago
is it a kind of tombstone of the event?

Original comment by robipo...@gmail.com on 15 Sep 2008 at 9:29

GoogleCodeExporter commented 9 years ago
No, that's not a tombstone, it's a bug. However it's fixed and pushed to 
production.
Now you will get 404.

Original comment by di...@google.com on 2 Oct 2008 at 11:49

GoogleCodeExporter commented 9 years ago
even if tombstones would not be a bad idea (but it's not so easy)

Original comment by robipo...@gmail.com on 2 Oct 2008 at 1:31