5

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,

Miguel
  • 53
  • 5

1 Answers1

16

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

Amos Yuen
  • 1,420
  • 1
  • 9
  • 19