以编程方式添加“生日”使用 Google 联系人 API 访问 Google 通讯录?

发布于 2024-08-27 06:11:44 字数 315 浏览 5 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

痴骨ら 2024-09-03 06:11:44

答案在这里:

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".

手长情犹 2024-09-03 06:11:44

您可能需要查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文