rapidwebltd / php-google-contacts-v3-api

👥 PHP library for the Google Contacts API (v3)
MIT License
102 stars 64 forks source link

Does the client support Extended Properties? #30

Closed sjordan1975 closed 6 years ago

sjordan1975 commented 7 years ago

From the documentation:

It is possible to set any additional contact- or contact group- related information as an extended property (arbitrary name - value pair) for a contact or contact group entry. Preserving key uniqueness is a responsibility of clients. Value of the extended property may be stored as a value (arbitrary string) or an XML blob (these are mutually exclusive; instead of a valid XML blob plain text can be used). Each contact may have at most ten (10) extended properties associated. Each of them should be reasonably small, that is it should not be a photo, ringtone etc.

See https://developers.google.com/google-apps/contacts/v3/reference?authuser=1#ProjectionsAndExtended

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/40765546-does-the-client-support-extended-properties?utm_campaign=plugin&utm_content=tracker%2F19518826&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F19518826&utm_medium=issues&utm_source=github).
DivineOmega commented 6 years ago

No, unfortunately extended properties are not supported. You should consider using our recently released PHP Google People API package which might be able to help with this.