This follows on from the first post about time tracking and setting up Toggl. Automating time tracking helps alleviate the burden of remembering to start and stop timers. There maybe situations where it would not be good etiquette to have your phone out to start the timer. Automating this chore should also increase the accuracy of the timers.
This requires a Toggl account and the following apps installed:
A current limitation with AutoWeb Toggl integration is the lack of support for tags.
Before going further, the unique Toggl API token is required so that we can make web service calls to Toggl logged in with your credentials. A token is more secure way communication than username and passwords.
To find the API token, log into Toggl. Go to your profile and at the bottom there is a long string in a field labelled API token. Make a copy / note. Now’s the time to reset / generate a new one.
I have created 2 tasker tasks. 1 to get the project ID so that any start timers can pass a name of the project and get the project ID. 2 the task to start a timer using the project ID.
See attached.
See attached
Here are a few examples of where I use these timers.
The profile is downloadable here. You’ll need to change the file from a text file to xml.
Start_Timer_By_Project_Name.tsk
Minimising the manual time tracking and having a more hands off approach where possible will make time tracking very easy.
The value will be in the data it gathers and demonstrate where your time goes which I hope to cover in the future.