Summary | X-SYNCJE-SPOUSE, ANNIVERSARY, CHILD names are product-specific |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | spm (at) boiteauxlettres (dot) sent (dot) at |
Created | 03/11/2009 (5966 days ago) |
Due | |
Updated | 10/01/2009 (5762 days ago) |
Assigned | 03/14/2009 (5963 days ago) |
Resolved | 03/14/2009 (5963 days ago) |
Milestone | 2.3.3 |
Patch | No |
Assigned to Jan Schneider
Milestone ⇒ 2.3.3
Support both, the more portable X- properties and the BC X-SYNCJE properties
(
Bug #8074).http://cvs.horde.org/diff.php/framework/iCalendar/iCalendar.php?rt=horde&r1=1.57.4.77&r2=1.57.4.78&ty=u
Support both, the more portable X- properties and the BC X-SYNCJE properties
(
Bug #8074).http://cvs.horde.org/diff.php/turba/lib/Driver.php?rt=horde&r1=1.57.2.88&r2=1.57.2.89&ty=u
State ⇒ Resolved
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Device/Sync4j.php?rt=horde&r1=1.59&r2=1.60&ty=u
http://cvs.horde.org/diff.php/framework/iCalendar/iCalendar.php?rt=horde&r1=1.157&r2=1.158&ty=u
http://cvs.horde.org/diff.php/turba/docs/CHANGES?rt=horde&r1=1.473&r2=1.474&ty=u
http://cvs.horde.org/diff.php/turba/lib/Driver.php?rt=horde&r1=1.228&r2=1.229&ty=u
Type ⇒ Enhancement
Priority ⇒ 1. Low
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ X-SYNCJE-SPOUSE, ANNIVERSARY, CHILD names are product-specific
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ Yes
New Attachment: horde_spouse_child.patch
State ⇒ Unconfirmed
'X-SYNCJE-SPOUSE', and 'X-SYNCJE-CHILD' vCard property names. These are
product-specific, and there are different variations on
these like X-EVOLUTION-SPOUSE, X-EVOLUTION-ANNIVERSARY,
X-FUNAMBOL-SPOUSE.
The wikipedia vCard page mentions the more neutral X-ANNIVERSARY and
X-SPOUSE property names, and I noticed that my Nokia E51 uses them, as
well as X-ASSISTANT and X-ASSISTANT-TEL.
Wouldn't it be better for horde to internally use these generic names,
instead of product-specific ones? Driver code could do conversion if
necessary for specific devices.
After making some minor changes (see attached patch), my Nokia
syncs Spouse and Children
correctly. I don't think these changes will break the Sync4j
synchronization, since the use of X-SYNCJE-* appears to be
horde-internal, but exported vCards will be more "neutral", which is
probably good in the long run.
David Hoover.