google-code-export / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

Support for Google Tasks? #520

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is there plans for supporting Google Tasks?  There is an API for it now at 
http://code.google.com/intl/ja/apis/tasks/overview.html

Thanks!

D

Original issue reported on code.google.com by ducku...@gmail.com on 5 Jun 2011 at 2:19

GoogleCodeExporter commented 9 years ago
Hello,

Please read the documentation as it explains how to consume the Google Tasks 
API with the new Google APIs Python client:
  http://code.google.com/apis/tasks/v1/using.html
  http://code.google.com/p/google-api-python-client/

Best,
Alain

Original comment by ala...@google.com on 5 Jun 2011 at 3:32

GoogleCodeExporter commented 9 years ago
Alain,

That does not help with projects that rely on the gdata libraries for their 
functionality.  The googlecl project http://code.google.com/p/googlecl/ being 
the primary one that I would like to see this feature in.

We have a bit of a disconnect with this as the feature request for that project 
has been marked to not be implemented until it is implemented into this 
library.  Now you are saying this library is not going to consider this feature 
request even though the API has been published for this service.  Where does 
that leave the users?

Thank You,

Charlie

Original comment by charlie....@hunterdouglas.com on 18 Jul 2011 at 5:57

GoogleCodeExporter commented 9 years ago
Hello Charlie,

Unfortunately, there is no plan to support the Tasks API in the current GData 
client library as the Tasks API has been implemented on top of Google's new API 
infrastructure.
I would advise you to take a look at the new client library as it is much more 
easier to get started and to maintain.

For client applications that relies on GData APIs and new APIs, there is no 
other choice than to include the 2 client libraries.
You can however use the same OAuth 2.0 token between the two client libraries 
as long as the scopes are properly specified.

Best,
Alain

Original comment by ala...@google.com on 18 Jul 2011 at 6:02