Google Data API - Merge Contacts

后端 未结 1 1174
面向向阳花
面向向阳花 2021-01-24 03:50

Does the Google Data API have the ability to merge two contacts based on their entry ids?

My place of employment allows multiple email addresses for the same person.

相关标签:
1条回答
  • 2021-01-24 04:20

    The Contacts API doesn't provide a built-in function to merge contacts, but your application could accomplish the same by copying over relevant fields and then deleting the extra contacts.

    0 讨论(0)
提交回复
热议问题