underscorephil / todoist_dayone

6 stars 1 forks source link

subtasks #5

Open underscorephil opened 9 years ago

underscorephil commented 9 years ago

properly handle parent tasks and represent them in the day one log

underscorephil commented 9 years ago

it seems this may not be possible. https://todoist.com/Support/show/106472/

if parent is indeed unavailable the only way to get subtasks properly logged would be to use projects->tasks instead of projects->task->subtask.

the projects object also does not appear to have a parent. it would be possible to scan from the top down, but that would be expensive.