I'm updating a contact using this python code:
contact_client = gdata.contacts.client.ContactsClient(source=APPL)
contact_client.ClientLogin(USER, PASS, APPL)
new_group = gdata.contacts.data.GroupEntry(title=atom.data.Title(text='Clientes'))
cli_group_entry = contact_client.CreateGroup(new_group)
entry.group_membership_info.append(cli_group_entry)
upd_entry = contact_client.Update(entry)
--
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
google-co...@googlegroups.com
To unsubscribe from this group, send email to
google-contacts...@googlegroups.com
For more options, visit this group at
http://code.google.com/apis/contacts/community/forum.html