Class Contact

  • All listed Contact methods within Google Apps Script's ContactsApp service are deprecated and should not be used in new scripts.

  • These methods provided functionality for managing contact data, including adding, retrieving, and modifying details like names, addresses, and phone numbers.

  • Each deprecated method's documentation includes its description, parameters, return type, and required authorization scopes.

  • Developers should use the People API advanced service as a modern alternative for interacting with contact data.

  • While the documentation provides examples of deprecated methods, they are for illustrative purposes only and should be avoided in new development.

Contact

Deprecated. Instead, use the People API advanced service

A Contact contains the name, address, and various contact details of a contact.

Deprecated methods