views:

28

answers:

0

I want to find all contacts belonging to a particular group (eg "Friends").

I have worked out how to get a the groups a contact belongs to but that group has a URI rather than a friendly name (I could iterate over all contacts but that seems a bit heavy handed).

I have seen the python examples but it doesnt seem to be one doing quite what I want.