Skip to content Skip to sidebar Skip to footer

What Is The Id Of The Starred Contacts Group In The Google Contacts Api

Is the starred group even a real group? Can you access it with the group api? This is the closest I have gotten: http://www.google.com/m8/feeds/contacts/group/default?access_token

Solution 1:

The group is a real, non-system group whose ID changes from account to account. When I accessed the group using the google contacts API library I wrote, the name of the group was "Starred in Android", so you can find it in your list of groups that way.

Also see my response to the issue you opened on my repo.

Post a Comment for "What Is The Id Of The Starred Contacts Group In The Google Contacts Api"