Hi,

Actually, to work with System Groups (like My Contacts) you need the
latest version of the library that implements Contacts V2, you can
download the latest GData library for .NET here:
http://code.google.com/p/google-gdata/downloads/list



On 4/9/09, richard at selestial <[email protected]> wrote:
>
>
> 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