以编程方式添加“生日”使用 Google 联系人 API 访问 Google 通讯录?
我正在尝试使用 Google Contact API (C#) 将“生日”值添加到 Google Contact。 任何人都可以帮我吗?
我正在使用 Google 数据 API 设置(1.4.0.2)。 我得到了此 链接 上指定的一个解决方案,
但要实施接受的解决方案,我需要升级到最新版本客户端库,即 API 3.0。
但对于 .Net,我没有获得版本 3 API。 在这种情况下我该怎么办?
谢谢
I am trying to add "Birthday" value to Google Contact using Google Contact API (C#).
Can anyone help me out here.
I am using Google Data API Setup(1.4.0.2).
I got one solution as specified on this link
But to implement accepted solution i need to upgrade to the latest version of the client library i.e API 3.0.
But for .Net i am not getting Version 3 API.
What should i do in such situation?
Thanx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
答案在这里:
http:// /www.google.com/support/forum/p/apps-apis/thread?tid=5dfdb7ff0609cb80&hl=en
.NET 客户端库仅使用版本 2...生日 API 函数在版本 3 中可用我的建议是使用 API 版本 3 重新编译 .NET 客户端库,并尝试自行解决一些错误。这是一个很好的娱乐练习,而且当然不是不可能的。
比仅仅说“这是不可能的”更好的答案。
The answer is here:
http://www.google.com/support/forum/p/apps-apis/thread?tid=5dfdb7ff0609cb80&hl=en
The .NET client library only uses Version 2... Birthday API functions are availble in Verison 3. My suggestion is to recompile the .NET client library using Version 3 of the API and try to iron out a few things of the errors yourself. It's a good exercise for fun and certainly not impossible.
Much better answer than just saying "It's impossible".
您可能需要查看 API 文档 适用于 .NET 的 Google Contact API。
Exact 页面上有一个关于如何添加联系人的示例。
You might want to check the API Documentation of Google Contact APIs for .NET.
There is an example on that Exact page on how you add contacts.