A simple script for uploading Toggl entries into a Google calendar.
- Python 3
- Toggl account
- you need the API token from My Profile
- Google account
- Google calendar
- you need to get Calendar Address of the calendar from the settings of the calendar
- Google project with OAuth 2.0 client ID
- https://developers.google.com/google-apps/calendar/quickstart/python#prerequisites
- you need the client_secret.json file
- Set the timezone in toggl-to-gcal.py
- Enter the Toggl token and Calendar address
- Cope the client_secret.json file to the folder with the script
- run python3 toggl-to-gcal.py YYYY-MM-DD to copy the entriens from Toggl to Google Calendar