Alternate value of "FeedUri" for contacts entry .
Posted
by Preeti
on Stack Overflow
See other posts from Stack Overflow
or by Preeti
Published on 2010-04-23T14:20:48Z
Indexed on
2010/04/23
14:23 UTC
Read the original article
Hit count: 134
Hi,
I am trying to create a contact on Google Apps. I am using Admin credential to create contact in other users in same domain.
Problem i am facing is when i use:
Uri feedUri = new Uri(ContactsQuery.CreateContactsUri("default"));
ContactEntry createdEntry = (ContactEntry)service.Insert(feedUri, ContactEntry[0]);
It is adding contact in Admin account but i a want to put contact in other user's account.
How can i do that?
I am using Google Apps API version 2 for .NET.
Thanx
© Stack Overflow or respective owner