Forum Archive

Modify Contact Info

samwine

Is it possible to modify information for an existing contact using the contacts module?

What I want to do is be able to choose a contact (or have the contact name already defined in the script) and then add new info to the "social profile" field. Can anyone get me started on a script that does this?

JonB

You will want to use contacts.find to find a specific name. Then, update the field. Then use contacts.save() to update the contacts in iOS.