Skip to content

Simple synchronization from Toggl to Google Calendar. Using Google Script

License

Notifications You must be signed in to change notification settings

NotAPattern/toggl-to-google-calendar-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple synchronization from Toggl to Google Calendar. Using Google Script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published