Writing into My Contacts
问题 I have been trying to create contact in My Contacts folder, so it could be synced with my phone. I would't mind using groups, but their synchronization is broken on iPhone. Anyway, I am using this script: function update() { var group = ContactsApp.findContactGroup('My Contacts'); group.addContact(ContactsApp.createContact('Fido','McDog', 'fido@example.com')); var contact = ContactsApp.findByEmailAddress('fido@example.com'); contact.setWorkPhone('123123123123'); } If I use any other name for