I've been going over this for a few days and so far can't find anything that addresses what I'm looking for.
I need to update about 2000 users from our current mail system to Google Apps. Step 1. Transfer their contacts. Many of them have grouped their contacts, and I need to replicate that. I want to use OAuth because that way I won't have to log in as each individual user to update their contacts. I'm using C# (.NET) to do this and .. well, I can't find much. The documentation for the Contacts API for .NET skips the entire concept of Contact Groups and it doesn't look like any of it adresses OAuth. I've managed to get some stuff working with OAuth, like add contacts to a user's "base" or infiled contacts, I can also add groups. I'd love to figure out how to list a user's contact groups and how to add contacts to a group. I did find some pseudo code the other day ... 1. get a list of ContactGroups with their IDs 2. add a contact to the group. Exactly what I want to do, but I can't find how to do it. I don't find this: http://google-gdata.googlecode.com/svn/docs/index.html# very useful, it seems that once I know what I want, it would be great, but I don't quite know what I want or need. I guess, what I really want is some documentation that shows me how to use the API, all that I find is what it is. Sorry to sound all complainy like that, it just gets very frustrating. I'll keep looking .... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
