简体   繁体   中英

Google Data API - Merge Contacts

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.

I'm writing an application to remove alias email addresses and merge duplicate contacts to prevent losing Calendar appointments. The application detects duplicate Contacts based on the person's internal LDAP uid, but the Google Data API doesn't appear to have the ability to merge Contacts based on two entry IDs unless I'm overlooking the contacts API documentation

This describes how to manually merge the contacts or use the Contact Manager to automate the merge process, but the automated merge process is based on the contact's name and not the contact's internal uid.

Contacts API没有提供合并联系人的内置功能,但是您的应用程序可以通过复制相关字段然后删除多余的联系人来完成此操作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM