Skip to content

Instantly share code, notes, and snippets.

@jrabbit
Last active September 20, 2017 10:31
Show Gist options
  • Save jrabbit/9cbe29892e13d7dadc92b992ad43bb78 to your computer and use it in GitHub Desktop.
Save jrabbit/9cbe29892e13d7dadc92b992ad43bb78 to your computer and use it in GitHub Desktop.
manager = Gtd.Manager.get_default()
for tasklist in manager.get_task_lists():
for task in tasklist.get_tasks():
print("??????")
print(task.get_description())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment