dejan56
Dec 23, 2015 - 15:07
Hi,
I am new to both Python and Pythonista. I am trying to create code to deduplicate contacts on iPhone.
However, I am not able to add email to Contacts.
import contacts
people = contacts.get_all_people()
print people[0].full_name
people[0].email.append((u'$!
contacts.save()
Why is this email not showing up in iPad Contacts?
Regards,
Dejan