Search code examples
javascriptgoogle-contacts-api

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=ya29.owFYVWvQ8nnKbxH4pdeB3gJ8-kME1cL0LcHCKQ3x7qhs7bbFfB2IdPVzOhqZNbtNkDQCu3f5by8ZRQ&group=http://www.google.com/m8/feeds/groups/jonathan.carl.odonnell%40gmail.com/base/6

enter image description here


Solution

  • 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.