javaapigmailgdata-api

Gmail Task API exist?


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?


Solution

  • 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/