Hello

I am trying to add contact information via the Python client library.
The following code runs but the data does not show up in the UI for that 
contact.
Also in the UI the Job Title / Company field under the contact name are no 
longer selectable. There is just whitespace.
What am I doing wrong here?

# Set Title and Organization
new_contact.organization = gdata.data.Organization(
  label='Work',
  primary='true', 
  org_name=gdata.data.OrgName(text='Google'),
  org_title=gdata.data.OrgTitle(text='Software Tester'))

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