views:

6477

answers:

5

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?

+2  A: 

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

nickspacek / Net-Google-Tasks

Mahin
+7  A: 

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.

Krishna Gopalakrishnan
A: 

Apparently it's getting close. http://code.google.com/p/gdata-issues/issues/detail?id=987

iJames
A: 

Here is a rudimentary script to parse out key value pairs from your default task list:

http://privacylog.blogspot.com/2010/07/api-for-google-tasks.html

Andy
+1  A: 

I don't have the reputation to edit others' entries yet, but I wanted to point out that the issue has moved from gdata-issues id=987 to apps-api-issues id=985, here: http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=985 (see comment 511 on the page that others have linked to)

Mark