Gmail 任务 API 存在吗?

发布于 2024-08-05 12:00:41 字数 90 浏览 13 评论 0原文

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

Inside Gmail, there is a small function called "Task". It can allow me to enter a to-do-list. I'm wondering if there is any official / unofficial Google API to access / update the list by Java language?

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

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

发布评论

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

评论(7

相对绾红妆 2024-08-12 12:00:41

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

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

以下是 Java 特定库:

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

The official Google Task API has been released in May 2011 (Well, it's in Labs, but it is official)

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

Here are the Java specific libraries:

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

爱情眠于流年 2024-08-12 12:00:41

The official Google Tasks API doesn't exist as of now. There is a feature request open at http://code.google.com/p/gdata-issues/issues/detail?id=987.

绿萝 2024-08-12 12:00:41

如果您按星数对 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

If you sort the Google API issues by number of stars, this feature is overwhelmingly at the top of the list. There must be some political reason why they're not providing an API - this has been on the tracker for nearly 2 years now (added Jan 18, 2009).

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

无妨# 2024-08-12 12:00:41

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

nickspacek / Net-Google-Tasks

Its a perl module. Check it if it can help you.

nickspacek / Net-Google-Tasks

如何视而不见 2024-08-12 12:00:41

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

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

Update - it seems as if it is on their task list for 2011, see this post from 13 January 2011:

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

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