Bug 190909 - some entries of Kalendar on kolab server created with korganizer 4.2.0 are no more visible in 4.2.2
Summary: some entries of Kalendar on kolab server created with korganizer 4.2.0 are no...
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: 4.2.2
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-28 13:18 UTC by Sascha Effert
Modified: 2009-04-30 23:19 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
An xml File of a not shown calender entry (1.01 KB, application/xml)
2009-04-30 19:53 UTC, Sascha Effert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha Effert 2009-04-28 13:18:15 UTC
Version:           4.2.2 (using KDE 4.2.2)
OS:                Linux
Installed from:    Ubuntu Packages

I am using korganizer within kontact. My data is stored on a kolab server which is connected as disconnected IMAP. After upgrading from kde 4.2.0 to 4.2.2 I can not see some of my entries. Using the web-interface of the kolab-server I can see that the dates are still there. I removed the whole kde-configuration and build up a new connection to the kolab-server, but the entries in korganizer are still missing. Using kde 4.2.0 I can still access all entries. I exported one of this entries using the web interface. Here it is:

BEGIN:VCALENDAR
VERSION:2.0
X-WR-CALNAME:INBOX.Kalender
PRODID:-//The Horde Project//Horde_iCalendar Library//EN
METHOD:PUBLISH
BEGIN:VEVENT
DTSTART:20080813T120000Z
DTEND:20080813T140000Z
DTSTAMP:20090428T110643Z
UID:libkcal-1654211658.559
CREATED:20090428T110602Z
LAST-MODIFIED:20090428T110602Z
SUMMARY:Oberseminar
ORGANIZER;CN=Sascha Effert:mailto:fermat@uni-paderborn.de
CLASS:PUBLIC
STATUS:CONFIRMED
TRANSP:OPAQUE
RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=WE
EXDATE:20090408T120000Z
END:VEVENT
END:VCALENDAR

From the kolab-list I got a hint that kde 4.2.0 had a bug storing korganizer entries and that I shall use the following line on kolabserver to repair it:

for i in *.; do sed -i 's/ZZ</Z</g' $i; done

My problem is, that I can not access the kolab-server as it is a company wide solution. My second problem is, that kontact is no supported client by our company (yeah, I now... please do not blame me for that...). So it would be great if I could access the data without doing anything on the kolab server. Is it possible?
Comment 1 Till Adam 2009-04-29 23:06:36 UTC
Sascha, thanks for the report. Since the ical export by Horde doesn't really let us see the issue, can you provide us with the xml attachment in the calendar mail folder, please? The whole mail is fine too. Thanks.
Comment 2 Allen Winter 2009-04-29 23:25:45 UTC
Yep, we need to see the xml attachment.

The exported iCal is fine.  KOrganizer is happy with it.
So something must be different in the xml.
Comment 3 Sascha Effert 2009-04-30 19:53:56 UTC
Created attachment 33247 [details]
An xml File of a not shown calender entry
Comment 4 Allen Winter 2009-04-30 22:09:28 UTC
Thanks Sascha.

We see the problem and have a fix for you in KDE 4.2.3 and KDE 4.3.0.
Comment 5 Allen Winter 2009-04-30 23:19:55 UTC
SVN commit 961889 by winterz:

merge from e4 SVN commit 961853 by winterz: 

deal with dates that end with a "ZZ" by removing the last "Z" only and leaving
1 trailing "Z".  One trailing "Z" is required of ISO UTC dates.

Dirk, can you make sure this goes into the 4.2.3 tag please?

BUG: 190909
CCMAIL: mueller@kde.org


 M  +4 -1      kolabbase.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=961889