如何在 iPhone SDK 中获取 Google 日历任务?

发布于 2024-12-04 06:48:13 字数 413 浏览 1 评论 0原文

我想首先检索 Google 任务,我尝试从 http://code 获取它。来自 gdata 的 google.com/p/gdata-objectivec-client 我使用日历 API,但它只提供日历事件。

然后我尝试从 http://code.google.com/apis/tasks 获取它,但是这个 API 链接只给我方法名称,它不能给 Google Task API。

是否有任何用于获取 Google 任务的 API,请向我提供该 API 的链接。

提前致谢...

I want to retrieving Google Tasks for this first i try to get it from http://code.google.com/p/gdata-objectivec-client from gdata i use calendar API but it gives me only calendar events.

Then I try to get it from http://code.google.com/apis/tasks but this API link only give me methods name it cannot give Google Task API.

Is there any API for getting Google Tasks, please provide me link of that.

Thanks in advance...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

请别遗忘我 2024-12-11 06:48:13

Google 正在从较旧的 XML API(“Google 数据 API”)转向较新的 JSON API。

Google 日历仍然以 XML API 形式提供,并且可以通过旧库 http 进行访问://code.google.com/p/gdata-objectivec-client/

Google Tasks 可作为 JSON API 使用,并且可以使用较新的库http://code.google.com/p/google-api-objectivec-client/

这些库共享一些用于网络和授权的通用组件,并且是兼容的。

Google is moving from older XML APIs ("Google Data APIs") to newer JSON APIs.

Google Calendar is still available as an XML API, and can be accessed with the older library, http://code.google.com/p/gdata-objectivec-client/

Google Tasks is available as a JSON API, and can be accessed with the newer library, http://code.google.com/p/google-api-objectivec-client/

The libraries share some common components for networking and authorization, and are compatible.

雪花飘飘的天空 2024-12-11 06:48:13

google-api-objectivec-client 的任务示例位于:

http://code.google.com/p/google-api-objectivec-client/source/browse/#svn%2Ftrunk%2FExamples%2FTasksSample

自己没用过,只知道它的存在...

There is a tasks example for the google-api-objectivec-client at:

http://code.google.com/p/google-api-objectivec-client/source/browse/#svn%2Ftrunk%2FExamples%2FTasksSample

Did not use it myself, only know of its existence...

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