rapidwebltd / php-google-contacts-v3-api

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

Google contacts API how to get Starred contacts #27

Open nagesh314 opened 7 years ago

nagesh314 commented 7 years ago

Hello,

I am using google contacts API in php and I am facing problem in getting Starred contacts.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39872924-google-contacts-api-how-to-get-starred-contacts?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 7 years ago

Google Contacts seems to identify starred contacts using the contact groups system. Each Google account appears to have a group called something similar to 'Starred on Android' which contains all starred contacts.

nagesh314 commented 7 years ago

This is not happening for every gmail account. I gave account where I marked 2 contacts as starred but there is not group called "Starred in Android" so its difficult to find contacts which has star.

DivineOmega commented 7 years ago

I'll see if I can get this implemented early next year. I'm aiming for it to be a feature of the 1.3 release.