The .NET example shows how to create a ContactEntry with allready lots
of contactinfo.
The most stripped contact would be created like this:

ContactEntry newEntry = new ContactEntry();
Uri feedUri = new Uri(ContactsQuery.CreateContactsUri("default"));
ContactEntry createdEntry = (ContactEntry)contactService.Insert
(feedUri, newEntry);

But that is not enough, and adding one single e-mailaddress, also
doesn't cut it.
Which are the minimum requirements?

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

Reply via email to