[Tickets #12506] Re: Contacts sync with ActiveSync get duplicates and not sync
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Aug 12 17:45:37 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12506
------------------------------------------------------------------------------
Ticket | 12506
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | Contacts sync with ActiveSync get duplicates and not
| sync
Queue | Synchronization
Version | Git master
Type | Bug
State | Assigned
Priority | 1. Low
Milestone |
Patch | 1
Owners | Michael Rubinsky
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2013-08-12 17:45) wrote:
> Note that there are no email fields or so in the imported vcard. Example:
> BEGIN:VCARD
> VERSION:3.0
> TEL;TYPE=HOME,VOICE:+555555555
> N:;TEST;;;
> FN:TEST
> END:VCARD
>
> When imported homeEmail, workEmail and so are set to NULL not to ''
This is the result returned from Turba_Driver::toHash() when I import
your example:
array(3) { 'homePhone' => string(10) "+555555555" 'firstname' =>
string(4) "TEST" 'name' => string(4) "TEST" }
More information about the bugs
mailing list