Hi Phillip,
I suggest moving this discussion to the developers list. Beside the
topics of the list, I’m not sure Patrick and Nigel are reading the users
list.
I’m currently busy with a SSO contract, I will look for the iCal
modifications next week.
Ralf
pherbert schrieb:
when having multiple lines descriptions in contacts or calendar, these are
not correctly encoded in vcard.
The problem seems to be line [784] of
trunk/phpgwapi/inc/horde/Horde/iCalendar.php
$value = str_replace($this->_newline, ‘\n’, $value);
When removing this line, the description value is corect on the client.
I could not find any sideffects during my tests, if some clients have
problems with this, I assume this would then have to be fixed at a higher
level, because the current state with this line just causes broken output.
Vcard extract without the reported line code:
DESCRIPTION;ENCODING=QUOTED-PRINTABLE:Desc 1=0D=0ADesk 2=0D=0A=0D=0A
Vcard extract with the reported line of code
DESCRIPTION;ENCODING=QUOTED-PRINTABLE:Desc 1\nDesk 2\n\n
I wonder why this was added - probably only Lars can tell. It might be
necessary for some clients. If it’s not standard, it should be switched
on for that client only.
–
Ralf Becker
eGroupWare Training & Support ==> http://www.egroupware-support.de
Outdoor Unlimited Training GmbH [www.outdoor-training.de]
Handelsregister HRB Kaiserslautern 3587
Geschäftsführer Birgit und Ralf Becker
Leibnizstr. 17, 67663 Kaiserslautern, Germany
Telefon +49 (0)631 31657-0