Hi,
You should be able to use the href to Get the Group Entry, for
example:
uri = "http://www.google.com/m8/feeds/groups/user%40domain.com/
base/7d60cf6309868fc6"
entry = self.gd_client.Get(uri,
converter=gdata.contacts.GroupEntryFromString)
print 'Group Title: %s' % (entry.title.text)
Cheers,
Julian
On Feb 1, 7:57 am, ralfe <[email protected]> wrote:
> I'm using the Python client library. If I inspect the
> "entry.group_membership_info" object, I see the xml with 'deleted',
> 'href' and 'xmlns' attributes. If I have the group's href value, how
> can I determine the title or name of that group?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Contacts API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---