[Korganizer-devel] [Bug 140624] If an iCal component (VEvent / VTODO) does not contain an ORGANIZER property the line "ORGANIZER:MAILTO:

Reinhold Kainhofer reinhold at kainhofer.com
Fri Jan 26 05:06:58 CET 2007


" is added. This breaks the ical file (and as far as I know also the ical rfc) and other programs have trouble reading the ical file with this line   
Content-Type: text/plain; charset="utf-8"   
X-Bugzilla-URL: http://bugs.kde.org/   
X-Bugzilla-Reason: AssignedTo   
Precedence: bulk 
In-Reply-To: <20070125221739.140624.guidodiepen at gmail.com>  
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=140624         
reinhold kainhofer com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From reinhold kainhofer com  2007-01-26 05:06 -------
SVN commit 627230 by kainhofe:

Don't write out empty, invalid or superfluous fields. If we have an empty organizer, an invalid URI would be generated. Fields like Sequence, CLASS, etc. have a default value (defined in rfc 2445), so we don't have to write that default value out and grow the icalendar file even more....

BUG: 140624


 M  +26 -13    icalformatimpl.cpp  
 M  +1 -1      incidence.cpp  
 M  +0 -16     tests/data/Compat/KOrganizer_3.1.ics.ical.ref  
 M  +0 -2      tests/data/Compat/KOrganizer_3.1a.ics.ical.ref  
 M  +0 -6      tests/data/Compat/KOrganizer_3.2.ics.ical.ref  
 M  +0 -2      tests/data/Compat/MSExchange.ics.ical.ref  
 M  +0 -15     tests/data/Compat/Mozilla_1.0.ics.ical.ref  
 M  +0 -1      tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase01.ics  
 M  +0 -1      tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase02.ics  
 M  +0 -1      tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase03.ics  
 M  +0 -1      tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase04.ics  
 M  +0 -1      tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase05.ics  
 M  +0 -1      tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase06.ics  
 M  +0 -1      tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase07.ics  
 M  +0 -1      tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase08.ics  
 M  +0 -1      tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase09.ics  
 M  +0 -1      tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCase10.ics  
 M  +0 -10     tests/data/RecurrenceRule/KAlarm_3.4/KAlarm_TestCases.ics.all  
 M  +0 -1      tests/data/vCalendar/KOrganizer_vCalTestCase01.vcs.ical.ref  
 M  +0 -1      tests/data/vCalendar/KOrganizer_vCalTestCase02.vcs.ical.ref  
 M  +0 -1      tests/data/vCalendar/KOrganizer_vCalTestCase03.vcs.ical.ref  
 M  +0 -1      tests/data/vCalendar/KOrganizer_vCalTestCase04.vcs.ical.ref  
 M  +0 -1      tests/data/vCalendar/KOrganizer_vCalTestCase05.vcs.ical.ref  
 M  +0 -2      tests/data/vCalendar/KOrganizer_vCalTestCase06.vcs.ical.ref  
 M  +0 -1      tests/data/vCalendar/KOrganizer_vCalTestCase07.vcs.ical.ref  
 M  +0 -1      tests/data/vCalendar/KOrganizer_vCalTestCase08.vcs.ical.ref  
 M  +0 -1      tests/data/vCalendar/KOrganizer_vCalTestCase09.vcs.ical.ref  
 M  +0 -1      tests/data/vCalendar/KOrganizer_vCalTestCase10.vcs.ical.ref  
 M  +0 -1      tests/data/vCalendar/KOrganizer_vCalTestCase11.vcs.ical.ref  
 M  +0 -1      tests/data/vCalendar/KOrganizer_vCalTestCase12.vcs.ical.ref  
 M  +0 -1      tests/data/vCalendar/KOrganizer_vCalTestCase13.vcs.ical.ref


More information about the Korganizer-devel mailing list