Summary: | Etc/GMT timezone format not supported | ||
---|---|---|---|
Product: | [Frameworks and Libraries] libkgapi | Reporter: | Thiago Jung Bauermann <thiago.bauermann> |
Component: | calendar | Assignee: | Daniel Vrátil <dvratil> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdepim-bugs |
Priority: | NOR | ||
Version: | GIT | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.0.0 | |
Sentry Crash Report: |
Description
Thiago Jung Bauermann
2013-01-16 20:13:23 UTC
Could you please provide the original iCal of the event downloaded from Google Calendar web UI? Here it is: BEGIN:VEVENT DTSTART;TZID=Etc/GMT+3:20120708T080000 DTEND;TZID=Etc/GMT+3:20120708T080000 RRULE:FREQ=MONTHLY;UNTIL=21001230T110000Z;BYMONTHDAY=8 DTSTAMP:20130116T205919Z UID:GF9tvDEV4F2xe58Um320W2 CLASS:PRIVATE CREATED:20130109T152359Z DESCRIPTION: LAST-MODIFIED:20130109T152359Z LOCATION: SEQUENCE:0 STATUS:CONFIRMED SUMMARY:Limpeza do casco TRANSP:OPAQUE END:VEVENT Here's another event with the same problem. Akonadi raw payload: BEGIN:VCALENDAR PRODID:-//K Desktop Environment//NONSGML libkcal 3.2//EN VERSION:2.0 BEGIN:VEVENT DTSTAMP:20130114T143027Z CREATED:20130114T143027Z UID:_dt4jaihn6d13id26694modpoalmj6chgasp0 LAST-MODIFIED:20130114T143027Z SUMMARY:Reunião pp STATUS:CONFIRMED RRULE:FREQ=WEEKLY;UNTIL=21001230T173000Z;INTERVAL=2;BYDAY=MO DTEND:20121022T160000 TRANSP:OPAQUE END:VEVENT END:VCALENDAR Google .ics: BEGIN:VEVENT DTSTART;TZID=Etc/GMT+3:20121022T143000 DTEND;TZID=Etc/GMT+3:20121022T150000 RRULE:FREQ=WEEKLY;INTERVAL=2;UNTIL=21001230T173000Z;BYDAY=MO DTSTAMP:20130116T205919Z UID:oI5J73B94F2Il78Um320W2 CLASS:PRIVATE CREATED:20130109T152424Z DESCRIPTION: LAST-MODIFIED:20130114T143027Z LOCATION: SEQUENCE:0 STATUS:CONFIRMED SUMMARY:Reunião pp TRANSP:OPAQUE END:VEVEN One thing that is worth noting is that neither of those events were created in the Google web UI, and not in KOrganizer either. I created them (and a lot of others in the same calendar but which work fine) in my Symbian cell phone and synchronized them using the Mail for Exchange app. Can you please test with LibKGAPI 2.0.1? The import works correctly for me now. Google API exports the event as "dateTime": "2012-10-22T17:30:00Z", "timeZone": "Etc/GMT+3" and in Akonadi Console it's imported as DTSTART:20121022T173000Z If you can provide the information requested in comment #4, please add it. Hello, Sorry for the big delay. I am now using KDE 4.11 with KDE PIM 4.11 and libkgapi 2.0.1. The events I pasted above didn't show up after the upgrade, but after I removed and then re-added the Google Calendar and Tasks resource they did. This bug is solved, thanks! Great, thanks for feedback. |