Summary | EXDATES from Nokia do not sync |
Queue | Synchronization |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | mephisto (at) gmx (dot) net |
Created | 01/22/2010 (5640 days ago) |
Due | |
Updated | 03/13/2011 (5225 days ago) |
Assigned | 10/24/2010 (5365 days ago) |
Resolved | 03/13/2011 (5225 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Feedback
Version ⇒ FRAMEWORK_3
Priority ⇒ 2. Medium
http://git.horde.org/diff.php/framework/iCalendar/iCalendar.php?rt=horde&r1=1.57.4.79&r2=1.57.4.80&ty=u
New Attachment: nokia-correct-exdates.diff
I have written a patch that makes EXDATE synchronisation work, at
least for my Nokia E52.
The patch is against current (as of 19.03.2010) cvs of framework and
applies to
framework/SyncML/SyncML/Device/Nokia.php.
You can find the diff attached to this thread.
Best,
Heiner
Assigned to Jan Schneider
State ⇒ Assigned
New Attachment: example-nokia-exdate.txt
State ⇒ Feedback
Queue ⇒ Synchronization
Priority ⇒ 1. Low
see when reporting the bug.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ EXDATES from Nokia do not sync
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
I found that my Nokia E52 sends Exdates in the form
EXDATE: DATUM1; DATUM2; DATUM3\n
whereas Horde expects the form
EXDATE: DATUM1\n
EXDATE: DATUM2\n
EXDATE: DATUM3\n
After looking in the source of the cvs FRAMEWORK_3-version (as of
december 2009), I think the bug still exists in current cvs, as there
is no conversion done in Device/Nokia.php.
Best regards
Heiner