I was hoping to use code like this to add a contact to the
"MyContacts" group (as suggested by Julian of Google):

    GroupMembershipInfo groupMembershipInfo = new GroupMembershipInfo
();
    groupMembershipInfo.setHref(getGroupUrlByName(contactsService,
"contacts"));
    entry.addGroupMembershipInfo(groupMembershipInfo);

But it isn't possible (GroupMembershipInfo doesn't exist in my version
of the .net library). Is there a later version or am I doing something
stupid?
--~--~---------~--~----~------------~-------~--~----~
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