Add contacts to Google Contacts' main Contacts list (not hidden)
问题 I'm using the GAS code bellow to add a new contact into Google Contacts (https://contacts.google.com/): var contact = ContactsApp.createContact('Bbbb', 'Cccc', 'mymail@mails.com').addUrl(ContactsApp.Field.WORK_WEBSITE, 'https://sites.google.com/site/diccionarioie'); The code works perfectly but for a single detail: it adds the new contact to a hidden list and not to the main or visible «Contacts» list. I know it works because when I use the lookup box to search for the newly created contact