http://bugzilla.moblin.org/show_bug.cgi?id=9820
pohly <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Undecided |P2 CC| |[email protected] AssignedTo|[email protected] |[email protected] --- Comment #2 from pohly <[email protected]> 2010-02-22 00:25:29 PST --- The relevant error in the log is: # [2010-02-21 00:04:21.594] calendar: fixing timezonesBEGIN:VCALENDAR VERSION:2.0 PRODID:-//Synthesis AG//NONSGML SyncML Engine V3.4.0.4//EN BEGIN:VTIMEZONE TZID:CST BEGIN:STANDARD DTSTART:19670101T000000 TZOFFSETFROM:-0600 TZOFFSETTO:-0600 END:STANDARD END:VTIMEZONE BEGIN:VEVENT STATUS:1 CATEGORIES:MEETING PRIORITY:0 SUMMARY:recurrence\, yearly\, two times DESCRIPTION:recurrence\, yearly\, two times DTSTART;TZID=CST:20060406T180000 RRULE:FREQ=YEARLY;INTERVAL=1;BYMONTH=4;UNTIL=20070406T180000 DTEND;TZID=CST:20060406T183000 END:VEVENT END:VCALENDAR : Could not retrieve calendar time zone This comes from EvolutionCalendarSource.cpp: // fix up TZIDs if (!e_cal_check_timezones(icomp, NULL, e_cal_tzlookup_ecal, (const void *)m_calendar.get(), &gerror)) { throwError(string("fixing timezones") + data, gerror); } I only found traces of the "Could not retrieve calendar time zone" error in the 2.28 Evolution source: $ grep -r "Could not retrieve calendar time zone" /home/pohly/syncevolution/evo-svn/evolution-data-server/ /home/pohly/syncevolution/evo-svn/evolution-data-server/po/ro.po:#~ msgid "Could not retrieve calendar time zone" It seems that it got introduced in this commit on the master branch, which is IMHO what Moblin uses: Author: Ross Burton <[email protected]> 2009-07-06 17:52:12 Committer: Ross Burton <[email protected]> 2009-10-02 13:37:20 Parent: a83ab0c680b99e73ac5f28ef203c901e512370a6 (Remove calendar/idl) Child: 46bcd71d14a6fe120798af43c147574023d492e9 (Move glib-gen.mak to the top of the source tree) Branches: remotes/origin/camel-gobject, remotes/origin/e-source-store, remotes/origin/master, remotes/origin/treitter-client-gdbus, remotes/origin/treitter-factory-refactor, remotes/origin/treitter-test-suites Follows: EVOLUTION_DATA_SERVER_2_27_90 Precedes: EVOLUTION_DATA_SERVER_2_29_1 Port libedata-cal to DBus Jingke, is this really limited to this particular example or does it also occur when importing other calendar events? Ross, any ideas what could cause this? -- Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
