[Tickets #6563] Re: iCalendar can't parse GEO-vCard-Tags
bugs at horde.org
bugs at horde.org
Fri Apr 4 18:50:53 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6563
-----------------------------------------------------------------------
Ticket | 6563
Updated By | horde at ssn.at
Summary | iCalendar can't parse GEO-vCard-Tags
Queue | SyncML
Type | Bug
State | Assigned
Priority | 1. Low
Milestone | 3.2
Patch |
Owners | Jan Schneider
+New Attachment | Nokia_GEO_E90entry.vcf
-----------------------------------------------------------------------
horde at ssn.at (2008-04-04 14:50) wrote:
Attached a vCard extracted from the wbxml-file in /tmp/sync.
This vCard is a bit long, but it has all fields the N90 offers filled.
The GEO-Tags are not vCard-RFC-compliant, as the are in wrong order and
with the wrong delimiter.
Additionally, the N90 doesn't understand a correctly formattet GEO-Tag
when sending it from the PC to the E90.
What we should do in any case is taking care of a wrong formatted GEO-Tag
in iCalendar.php. In case of a wrong format (as in my case) the
explode-function will return an array with just one element, so
'longitude' => floatval($floats[1]));
will fail, because there is no $floats[1].
More information about the bugs
mailing list