R. BOURGEOIS
R. BOURGEOIS

Reputation: 11

Google people API V1 extended properties

I'm upgrading our Google service wrapper (PHP) with the latest Google PHP client v2-2-2.

I'm trying to replace contact API with people API, but I can't get extended properties (NOT USER DEFINED PROPERTIES).

People API seems not manage this properties, any solutions ?

Thanks & bye.

Upvotes: 1

Views: 141

Answers (1)

Linda Lawton - DaImTo
Linda Lawton - DaImTo

Reputation: 117271

If you check the documentation Person.get returns a Person resource

Person resource does not contain the extended properties that are available in the contacts api

gd:extendedProperty Contact entry uses an extended gd:extendedProperty, which stores client-specific properties (see: Extended properties and projections).

You may want to consider adding it as a feature request issue forum

Upvotes: 1

Related Questions