Summary: | korganizer global/local tzid problem | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Martin van Es <bugs> |
Component: | timezones | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | smartins, stephan.diestelhorst |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin van Es
2006-11-15 17:36:44 UTC
I have a similar problem. From Zimbra I recieve a ics with more than one VTIMEZONE: BEGIN:VCALENDAR PRODID:Zimbra-Calendar-Provider VERSION:2.0 METHOD:REQUEST BEGIN:VTIMEZONE TZID:(GMT-08.00) Pacific Time (US & Canada) / Tijuana BEGIN:STANDARD DTSTART:16010101T020000 TZOFFSETTO:-0800 TZOFFSETFROM:-0700 RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=10;BYDAY=-1SU END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T020000 TZOFFSETTO:-0700 TZOFFSETFROM:-0800 RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=4;BYDAY=1SU END:DAYLIGHT END:VTIMEZONE BEGIN:VTIMEZONE TZID:(GMT+01.00) Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna BEGIN:STANDARD DTSTART:16010101T030000 TZOFFSETTO:+0100 TZOFFSETFROM:+0200 RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=10;BYDAY=-1SU END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T020000 TZOFFSETTO:+0200 TZOFFSETFROM:+0100 RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=3;BYDAY=-1SU END:DAYLIGHT END:VTIMEZONE BEGIN:VEVENT DTSTART;TZID="(GMT+01.00) Amsterdam / Berlin / Bern / Rome / Stockholm / Vie nna":20070416T100000 DTEND;TZID="(GMT+01.00) Amsterdam / Berlin / Bern / Rome / Stockholm / Vienn a":20070416T110000 Korganizer schedules the meeting at 18-19, corresponding to the first timezone (US-pacific), although the DTSTART refers to the other timezone. If I remove the top timezone declaration it imports right. If I switch the to declarations it also work. Perhaps libkcal only uses the first VTIMEZONE and ignores TZID ? tzid support was fixed in kde4. |