Details
Description
Each platform has a different set of fields for contact or address book records. BridgeIt can canonicalize this to make it straightforward for web applications to work with the data.
Activity
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.4 Beta [ 10874 ] |
Ken Fyten
made changes -
Component/s | BridgeIt [ 10870 ] | |
Component/s | Containers [ 10064 ] |
For iOS we have:
https://developer.apple.com/library/ios/documentation/AddressBook/Reference/ABPersonRef_iPhoneOS/Reference/reference.html
kABPersonFirstNameProperty; (firstName)
kABPersonLastNameProperty; (lastName)
kABPersonMiddleNameProperty; (middleName)
kABPersonPrefixProperty;
kABPersonSuffixProperty;
kABPersonNicknameProperty;
kABPersonFirstNamePhoneticProperty;
kABPersonLastNamePhoneticProperty;
kABPersonMiddleNamePhoneticProperty;
kABPersonOrganizationProperty; (company)
kABPersonJobTitleProperty;
kABPersonDepartmentProperty;
kABPersonEmailProperty;
kABPersonBirthdayProperty;
kABPersonNoteProperty;
kABPersonCreationDateProperty;
kABPersonModificationDateProperty;
kABPersonAddressProperty;
kABPersonAddressStreetKey;
kABPersonAddressCityKey;
kABPersonAddressStateKey;
kABPersonAddressZIPKey;
kABPersonAddressCountryKey;
kABPersonAddressCountryCodeKey;
kABPersonPhoneProperty;
kABPersonPhoneMobileLabel;
kABPersonPhoneIPhoneLabel;
kABPersonPhoneMainLabel;
kABPersonPhoneHomeFAXLabel;
kABPersonPhoneWorkFAXLabel;
kABPersonPhoneOtherFAXLabel;
kABPersonPhonePagerLabel;
(Possible mappings after the constant names.)