Comment 37 for bug 788564

Revision history for this message
Ishan Thilina Somasiri (ishanthilina) wrote :

Hi all,

I too would love to have Google Tasks support in GTG and I am currently trying to implement it. I too agree with Sander's above comment on mapping Google tasklists and and GTG tags. Also implementing sub tasks too will be possible since Gtasks now supports sub tasks.

So I started working on that in https://code.launchpad.net/~ishanthilina/gtg/googleTasks . I cloned the branch from https://code.launchpad.net/~gtg-contributors/gtg/google_tasks . It only supported fetching tasks from a single tasklist. But I added the support to get the tasks from all the tasklists. But the problem is as soon as the tasks are retrieved, they get deleted :D. Anyway, I'm working on resolving that. I'm new to both Python and GTG. I'm slowly learning and doing experiments with the code. Any help, advice regarding my efforts will be highly appreciated.