[ABRecord setValue:forProperty:] with custom property?
[ABRecord setValue:forProperty:] with custom property?
- Subject: [ABRecord setValue:forProperty:] with custom property?
- From: Claus Atzenbeck <email@hidden>
- Date: Sun, 25 Nov 2007 10:09:50 +0100 (CET)
Hi all,
my application uses Apple's Address Book framework to store and retrieve
contact information. Additionally, I need to associate the Wikipedia ID
of some users to their Address Book entry.
The problem is that [ABRecord setValue:forProperty:] only allows to set
values for predefined properties. AFAIK, there no way to define my own
property for people's Wikipedia IDs?
In case there is no way (I did not find any), I would either need to
store the association between Wikipedia ID and Address Book ID
(kABUIDProperty) or I would need to misuse an Address Book field to
store the Wikipedia ID (e.g., kABNoteProperty).
Any way to store a customized field using the AB framework?
Cheers,
Claus
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden