Gmailの中には、「タスク」と呼ばれる小さな機能があります。それは私がやることリストを入力することを可能にすることができます。Java言語でリストにアクセス/更新するための公式/非公式のGoogleAPIがあるかどうか疑問に思っていますか?
7 に答える
公式の Google Task API が 2011 年 5 月にリリースされました (まあ、Labs にありますが、公式です)。
https://developers.google.com/google-apps/tasks/
Java 固有のライブラリは次のとおりです。
現在、公式のGoogleTasksAPIは存在しません。http://code.google.com/p/gdata-issues/issues/detail?id=987で開かれている機能リクエストがあります。
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
そのperlモジュール。それがあなたを助けることができるかどうかそれをチェックしてください。
更新 - 2011 年のタスク リストにあるようです。2011 年 1 月 13 日のこの投稿を参照してください。
http://gmailblog.blogspot.com/2011/01/top-tasks-for-google-tasks.html
最後に、API をリリースしました: http://code.google.com/intl/uk/apis/tasks/index.html
どうやらそれは近づいています。 http://code.google.com/p/gdata-issues/issues/detail?id=987