rapidwebltd / php-google-contacts-v3-api

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

Can't access many attributes ! #55

Closed aa-ahmed-aa closed 6 years ago

aa-ahmed-aa commented 6 years ago

i want to access some attributes in the api but i can't do this the create method can only set the name, email,phonenumber and notes, i want to set many other variables EXP: ['organization']['orgName'], i'll try to do this with my instance of the repo but i want to check if there is any tries have made before with this task ,and is it doable or not ?

DivineOmega commented 6 years ago

Unfortunately, this library can't access all extended attributes.

It might be worth taking a look at a new package we've made, PHP Google People API, which is far more capable.