[Korganizer-devel] [Bug 123960] KOrganizer does not import certain vcs files

Sergio Martins (ld50) iamsergio at gmail.com
Wed Dec 24 19:31:39 CET 2008


http://bugs.kde.org/show_bug.cgi?id=123960


Sergio Martins (ld50) iamsergio gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iamsergio at gmail.com




--- Comment #5 from Sergio Martins (ld50) <iamsergio gmail com>  2008-12-24 19:31:38 ---
That vcs file is bugged.

It uses the QUOTED-PRINTABLE encoding, so:

InvokeMVCReservation?LANGUAGE=en

should be
InvokeMVCReservation?LANGUAGE=3Den


(equal signs must be encoded)

Here's a simpler test case:

BEGIN:VCALENDAR
PRODID: Avis Rent A Car
VERSION:1.0
BEGIN:VEVENT
DTSTART:20060302T074500
DTEND:20060302T160000
UID:CD0000008B9511D182D800C04FB1625D6C54CDBEDFC54B41B5AE8D072FDE1C22
DESCRIPTION;ENCODING=QUOTED-PRINTABLE: a=This isnt shown
SUMMARY;ENCODING=QUOTED-PRINTABLE:my summary
PRIORITY:3
END:VEVENT
END:VCALENDAR


What description do you see with evolution? Do you see the = sign after
LANGUAGE in the description or does evolution just skips it?


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Korganizer-devel mailing list