Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 858 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 858 Bytes

toggl-to-google-calendar-sync

Simple synchronization from Toggl to Google Calendar. Using Google Script

How to install and run

  1. Create Google Script project.

  2. Paste code from main.gs to App.gs.

  3. Change first variables:

  • TOGGL_API_KEY — your Toggl API key in profile,
  • CALENDAR_NAME — your Google Calendar name, default is your gmail,
  • UPDATE_IN_MINUTES — sync time in minutes.
  1. Save project by save button.

  2. Select "Install" in list of functions.

  3. Click "Run".

Congratilations! Now every UPDATE_IN_MINUTES minutes the script will synchronize the time.

To do

  • Better sync when change Toggl times
  • Add property for remember last success sync time
  • Toggl project tags to description event
  • Toggl project color to event color