Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google People API notes

In Google's People API, is it possible to access/change contact's notes? Person definition

When a contact is created https://contacts.google.com/, it is possible to set the field "Notes", that's what I'm looking for.

As of now, I'm using the official NodeJS API and the "UserDefined" for this purpose.

Thanks in advance,

like image 272
Miguel Avatar asked Dec 28 '17 11:12

Miguel


1 Answers

The notes field in https://contacts.google.com corresponds to the biography field on the person.

like image 192
Amos Yuen Avatar answered Oct 09 '22 04:10

Amos Yuen