Hi:

I'm having difficulties retrieving the contact's Organization via
gdata-python.

I've managed to retrieve name, adresses, phone numbers, but I'm not
understanding the organization element.

feed=_cclient.GetContacts()
for entry in feed.entry:
  print entry.organization.[what_parameter_here].text # ?

What parameter I should use?

-- 
You received this message because you are subscribed to the Google
Groups "Google Contacts, Shared Contacts and User Profiles APIs" 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://code.google.com/apis/contacts/community/forum.html

Reply via email to