2

And How can I access Google Task API to get/update the google task list by ruby/RoR?

Sayuj
  • 7,464
  • 13
  • 59
  • 76

3 Answers3

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