bmatthias / kolab-android

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

Start and end date of reoccurring events 1 hour late #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an reoccurring Event (every monday or so) with start date in XML file 
on Server, lets say 17:00
2. XML date is UTC !
3. Sync date to phone
4. Time start = Utils.getXmlElementTime(root, "start-date"); and 
getXmlElementTime(Element parent, String name) in Utils expexts the date 
correct as UTC
5. problem: Somehow the entry is saved for our calendar in UTC+1 = 18:00

I don't know yet what causes this issue, maybe there is some Android magic 
going on since our calendar is set to timezone Europe/Berlin...

All I know is that after this one sync, start and end date are exactly ONE hour 
later than set in the xml file.

Original issue reported on code.google.com by STrille...@googlemail.com on 20 Oct 2011 at 8:44

GoogleCodeExporter commented 8 years ago

Original comment by arthur.z...@gmail.com on 24 Feb 2012 at 9:16

GoogleCodeExporter commented 8 years ago
Added timezone to calendar entry

Original comment by arthur.z...@gmail.com on 24 Feb 2012 at 11:00