php-google-contacts-v3-api icon indicating copy to clipboard operation
php-google-contacts-v3-api copied to clipboard

👥 PHP library for the Google Contacts API (v3)

Results 17 php-google-contacts-v3-api issues
Sort by recently updated
recently updated
newest added

I want to create a birthday date for my contact and a link to the website too. I try this : `$birthday = $doc->createElement('gContact:birthday'); $birthday->setAttribute('when', $birth); $entry->appendChild($birthday);` but it doesn't...

Hello, can you add support for firstname, lastname and company? Thank you. --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/45420506-add-firstname-lastname-company?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).

i want to update contact data, but when i updated the data, the contact name has been missing. this is my code ` $contact->name = 'Test'; $contact->phoneNumber = '081234567890'; $contact->email...

Hi Got this issue suddenly (earlier it was working fine without any changes). While creating new Contact, title/full name is not reflected. Any idea how to solve this? Thanks

this updates the request to match the new structure of the title specified in https://developers.google.com/contacts/v3/

Hello, Do you know if there is a problem updating the phone of an existing contact? I can not change the phone using the submitUpdates ($contact) function. Someone help? ---...

When i try get contact that does not exist i got php server error. I checked : `$response = $val->getResponseBody();` This return string 'Contact not found.' There should be some...

I'm going through a problem that I have not seen people commenting too much, the synchronization of GoogleContact contacts with the mobile, I'm trying the problem with at least 5...

Hi I'm programming chat application for android I need sync contacts with server Can i use google contacts for sync ?