jackba / rapla

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

ICal Import #283

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using URL 
http://www.schulferien.org/iCal/Feiertage/icals/Feiertage_Baden_Wuerttemberg_201
3.ics

import and you can see, that there are problems importing whole day events. My 
analysis shows that wrong imported start /end date seem to be used. Timezone 
may interfere as well.

Could you please have a look at it?

Original issue reported on code.google.com by rkuester...@gmail.com on 24 May 2013 at 2:38

GoogleCodeExporter commented 9 years ago
ical4j reads the dates wrong, maybe because they don't have a timezone info.
line 166
Date startdate =  startDateProperty.getDate();
returns CET 01:00 instead of CET 0:00 for 1.1.2013

Original comment by christop...@gmail.com on 24 May 2013 at 6:07

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r4255.

Original comment by christop...@gmail.com on 24 May 2013 at 6:42

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r4258.

Original comment by christop...@gmail.com on 26 May 2013 at 8:32

GoogleCodeExporter commented 9 years ago

Original comment by christop...@gmail.com on 23 Aug 2013 at 9:34