Taskwarrior v0.2.0 Taskwarrior View Source
Parses Taskwarrior data
Link to this section Summary
Functions
Parses Taskwarrior JSON data and returns a list of Taskwarrior.Task items
Link to this section Functions
Parses Taskwarrior JSON data and returns a list of Taskwarrior.Task items
This function makes assumption that the JSON that is provided originates from
Taskwarrior's data exporting command: task export
. This allows us to make
certain assumptions, such as the JSON being valid, and that dates (and other
details) are formatted in a specific way.