30

在 Gmail 内部,有一个名为“任务”的小功能。它可以让我输入一个待办事项列表。我想知道是否有任何官方/非官方的 Google API 可以通过 Java 语言访问/更新列表?

4

7 回答 7

17

官方的 Google Task API 已于 2011 年 5 月发布(嗯,它在实验室中,但它是官方的)

https://developers.google.com/google-apps/tasks/

以下是 Java 特定的库:

https://developers.google.com/api-client-library/java/

于 2011-05-11T15:46:37.827 回答
10

到目前为止,官方的 Google Tasks API 还不存在。在http://code.google.com/p/gdata-issues/issues/detail?id=987处打开了一个功能请求。

于 2009-10-24T08:04:35.180 回答
4

如果您按星数对 Google API 问题进行排序,则此功能绝对位于列表顶部。他们不提供 API 一定有一些政治原因 - 这已经在跟踪器上运行了近 2 年(2009 年 1 月 18 日添加)。

Type         Priority Stars  Summary
Enhancement  Medium   4810   Request API for Tasks (in the Google Mail Interface)    
Enhancement  Low      158    structured fields wanted for postal addresses   
Enhancement  Medium   133    embed several private calendars in one iframe   
Defect       High     100    Lack of Individual Name Fields Causes Synchronization Problems with Mobile Devices      
Enhancement  ----     77     Upload arbitrary file types to standard accounts 

http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=985&sort=-stars%20priority&colspec=API%20ID%20Type%20Status%20Priority%20Stars%20Summary

于 2010-12-03T21:55:47.383 回答
2

它是一个 perl 模块。检查它是否可以帮助您。

nickspacek / 网络谷歌任务

于 2009-09-28T07:31:16.670 回答
2

更新 - 似乎它在 2011 年的任务列表中,请参阅 2011 年 1 月 13 日的这篇文章:

http://gmailblog.blogspot.com/2011/01/top-tasks-for-google-tasks.html

于 2011-01-23T13:08:58.210 回答
1

最后,他们发布了 API:http ://code.google.com/intl/uk/apis/tasks/index.html

于 2011-05-12T11:20:14.887 回答
0

显然它越来越近了。 http://code.google.com/p/gdata-issues/issues/detail?id=987

于 2010-07-09T19:10:04.880 回答