bmatthias / kolab-android

Automatically exported from code.google.com/p/kolab-android
Other
0 stars 0 forks source link

Wrong enddate if recurring event will be edited on phone #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create weekly recurring event with kontact (e.g., every monday, 8am-9am)
2. sync calendar entry to android
3. change this calendar entry on phone to 8:07am - 9:07am and keep 
   recurrence on monday.
4. sync calendar entry back to IMAP folder
5. phone display correct start and end date (8:07am to 9:07am)
   xml contains start date "8:07am" which is correct but end date is still
   "9:00am"
   It looks like 
   writeXml(Document xml, CalendarEntry source, final Date lastChanged)
   in SyncCalendarHandler gets a broken CalendarEntry "source".

I'm not sure if caching causes this. Is anyone able to reproduce this?

Original issue reported on code.google.com by bytesque...@gmail.com on 7 Dec 2010 at 7:56

GoogleCodeExporter commented 8 years ago
Issue 46 has been merged into this issue.

Original comment by arthur.z...@gmail.com on 29 Jun 2011 at 8:10

GoogleCodeExporter commented 8 years ago
Commit:16737815dc37d8ba9e9d7665f4c680d9291f6853

Original comment by arthur.z...@gmail.com on 19 Oct 2011 at 3:07

GoogleCodeExporter commented 8 years ago

Original comment by arthur.z...@gmail.com on 19 Oct 2011 at 3:10