6.0.0-alpha12
6/8/25

[#9280] Compatibility with iPhone and OSX Addressbook vcard.
Summary Compatibility with iPhone and OSX Addressbook vcard.
Queue Turba
Queue Version 2.3.5
Type Enhancement
State Rejected
Priority 1. Low
Owners
Requester federico (at) fbaraldi (dot) it
Created 10/01/2010 (5364 days ago)
Due
Updated 10/05/2010 (5360 days ago)
Assigned
Resolved 10/05/2010 (5360 days ago)
Milestone
Patch No

History
10/05/2010 03:47:04 PM Michael Rubinsky Comment #2
State ⇒ Rejected
Reply to this comment
This is a configuration issue. At the most, a note in turba's sources 
config could be added, but not including multiple email fields by 
default in the example/out of the box configuration.
10/01/2010 11:17:45 AM federico (at) fbaraldi (dot) it Comment #1
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Compatibility with iPhone and OSX Addressbook vcard.
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
Reply to this comment
To ensure sync compatibility with iPhone and OSX Adressbook using 
funambul is necessary to modify the file turba/config/sources.php 
adding:

'homeEmail' => 'object_homeemail',
'workEmail' => 'object_workemail',

and then:

_("Communications") => array('email', 'homeEmail', 'workEmail', 
'homePhone', 'workPhone',
'cellPhone', 'fax', 'pager'),

and then to modify the db structure:

ALTER TABLE `turba_objects`
ADD `object_homeemail` VARCHAR( 255 ) NOT NULL AFTER `object_email`,
ADD `object_workemail` VARCHAR( 255 ) NOT NULL AFTER `object_homeemail`

I hope to find these enhancement in the next version .... thank you.

Saved Queries