And How can I access Google Task API to get/update the google task list by ruby/RoR?
Asked
Active
Viewed 599 times
3 Answers
2
It seems that there is no official Ruby client by Google at this point. However the API is set up to be restful and building a small wrapper around it shouldn't pose too much of a problem.
It seems that somebody already started development on a ruby client, perhaps you can join forces and build it together.

Maran
- 2,751
- 15
- 12
1
I believe this is the client you're looking for: http://code.google.com/p/google-api-ruby-client/
Tasks is not explicitly listed but this client should work.
~~Jenny

mimming
- 13,974
- 3
- 45
- 74
-
that client doesn't seem to include tasks api – dwaynemac Sep 20 '11 at 16:18
0
As of this writing (and as of Dec 1 2011) the Tasks API is supported: http://code.google.com/p/google-api-ruby-client/wiki/SupportedAPIs

Sam Rose
- 66
- 1
- 5