Summary | vCalendar to SIF conversion for Sync4j (Funambol) not preserving Reminder and Attendee data |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | cdillon (at) wolves (dot) k12 (dot) mo (dot) us |
Created | 07/01/2008 (6223 days ago) |
Due | |
Updated | 07/10/2008 (6214 days ago) |
Assigned | 07/09/2008 (6215 days ago) |
Resolved | 07/10/2008 (6214 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 3.2.2 |
Patch | No |
State ⇒ Resolved
import attendees from iCalendar objects intentionally.
framework-FRAMEWORK_3-2008-07-10.tar.gz to my horde/lib directory and
tested syncing. Reminders seem to work just fine now.
New Attachment: vcal-data.txt
calendar event with two Attendees. The Funambol client does not send
the Attendee data when configured to send in SIF format. It has
prepended an "X" in front of the first attendee, for some reason. The
contact names should just be "Test Contact 1" and "Test Contact 2",
with corresponding email addresses. These do not appear to be
properly formatted according to the vCalendar 1.0 spec, unless I am
reading it wrong. I think by this we can assume that Funambol does
not properly support Attendee data at this time.
doesn't mention any support for synchronizing attendees. Do you know
something different?
was looking at the data packets, so I assumed they did support it. I
remember that the client's (Funambol) Attendee data when sending in
SIF format was corrupted, but I don't remember how it looked in
vCalendar format.
Thank you for fixing the Reminder sync. I'll download Sync4j.php from
CVS and drop it into my horde installation and test that soon. I'll
also generate some new client->server data that contains all fields,
especially Attendee, and upload that to this bug trail for reference.
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Device/Sync4j.php?r1=1.8.2.18&r2=1.8.2.19&ty=u
http://cvs.horde.org/co.php/framework/SyncML/tests/sif.phpt?r=1.1.2.1
http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.515.2.428&r2=1.515.2.429&ty=u
Taken from
State ⇒ Feedback
doesn't mention any support for synchronizing attendees. Do you know
something different?
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Device/Sync4j.php?r1=1.52&r2=1.53&ty=u
http://cvs.horde.org/co.php/framework/SyncML/tests/sif.phpt?r=1.1
http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.1124&r2=1.1125&ty=u
Assigned to
State ⇒ Assigned
Priority ⇒ 2. Medium
New Attachment: data.txt
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ vCalendar to SIF conversion for Sync4j (Funambol) not preserving Reminder and Attendee data
Type ⇒ Bug
Priority ⇒ 1. Low
sent to a WM5 client running Funambol Windows Mobile Plug-In 6.5.18.
It appears that during the server conversion from vCalendar to the SIF
format that the Reminder information is not preserved and thus not
sent to the client. Attendee data also is not preserved.
Current versions of the Funambol plug-in may be able to understand the
vCalendar data directly without conversion to SIF.