Summary | All day event shows up as 2 all day events |
Queue | Synchronization |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | marco.peterseil (at) partner-treuhand (dot) at |
Created | 06/05/2008 (6188 days ago) |
Due | |
Updated | 04/25/2009 (5864 days ago) |
Assigned | 04/05/2009 (5884 days ago) |
Resolved | 04/25/2009 (5864 days ago) |
Milestone | 3.3.4 |
Patch | Yes |
I will try to test it next week...
Thanks
I applied the patch, and now Funambol crashes miserably
(OutlookPlugin.exe has encountered a problem and needs to close...)
I'm using Outlook 2003 and i have tried Funambol 6.5.8 and 7.1.1. Same result.
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Backend.php?rt=horde&r1=1.8.2.16&r2=1.8.2.17&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Command/SyncHdr.php?rt=horde&r1=1.4.2.4&r2=1.4.2.5&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Device/Sync4j.php?rt=horde&r1=1.8.2.24&r2=1.8.2.25&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/tests/testpacket.php?rt=horde&r1=1.2.2.1&r2=1.2.2.2&ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?rt=horde&r1=1.515.2.524&r2=1.515.2.525&ty=u
State ⇒ Feedback
than the start date with 1-day events.
Try what I committed instead. It might not be completely correct
because we export the date with UTC time 00:00, while we might have to
export them in the local time 00:00 converted to UTC. Please let me
know if this still works.
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Device/Sync4j.php?rt=horde&r1=1.61&r2=1.62&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Backend.php?rt=horde&r1=1.56&r2=1.57&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Command/SyncHdr.php?rt=horde&r1=1.9&r2=1.10&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Device/Sync4j.php?rt=horde&r1=1.60&r2=1.61&ty=u
http://cvs.horde.org/diff.php/framework/SyncML/tests/testpacket.php?rt=horde&r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?rt=horde&r1=1.1224&r2=1.1225&ty=u
I hate to manage local patches for Horde but without this and Ticket
#7790SyncML from Horde is unusable for us.Patch ⇒ Yes
Assigned to Jan Schneider
State ⇒ Assigned
New Attachment: patch-outlook-all-day.patch
bug #6966, but result from Outlook (andtherefore SIF-E) includes the end-date in all-day-event while iCal
does not. This is addresed in Line #384 for sif2vevent, but not for
the reverse in vevent2sif until now (Horde 3.3.2 / Kronolith 2.3).
My proposal which fixed it for me is attached. It should be fine for
all Funambol Clients using the SIF-E format.
bug #6966fixed this problem too.I'm not able to tell you if the patch solves my problem. Working on it
but will take some time...thanks anyway.
Taken from Jan Schneider
State ⇒ No Feedback
State ⇒ Feedback
bug #6966fixed this problem too.Assigned to
Priority ⇒ 2. Medium
bug #6966.New Attachment: alldayevent.patch
Sync4j.php driver.
In examples any all day event from Outlook showed up on the BB as n+1 days.
I was able to correct it by subtracting 1 day from the DTEND value.
Preliminary testing between Outlook with the Toltec connector and a BB
with the Funambol software showed the expected functionality.
Theoretically, this may break other Funambol clients. i.e. the
Funambol Outlook client.
My patch is attached.
State ⇒ Assigned
Priority ⇒ 1. Low
State ⇒ Unconfirmed
New Attachment: log.txt
Patch ⇒ No
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ All day event shows up as 2 all day events
Type ⇒ Bug
After the sync I have an all day event over 2 days.
For example: 05.06.08 all day event "TEST" at kronoltih. Sync with pda
= 05.06.08 - 06.06.08 all day event with of course the same title
"TEST".
Exporting this day as .ics and importing it manually at outlook shows
me the correct date for the all day event.