A common scenario is wishing to start a running timer with no current end time (i.e. ongoing). It is not obvious how to do this via the Web API, as the t2 item is required in a record.
Through reading the timetagger_cli code it is apparent that this is achieved by setting t1 and t2 to the same time. This is not documented in the API documentation. Could this be added to the documentation?
A common scenario is wishing to start a running timer with no current end time (i.e. ongoing). It is not obvious how to do this via the Web API, as the
t2item is required in a record.Through reading the timetagger_cli code it is apparent that this is achieved by setting
t1andt2to the same time. This is not documented in the API documentation. Could this be added to the documentation?