Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

crgriffiths/Google-Apps-Scripts-Toggl-Request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Google Apps Scripts Toggl Request

This is a simple script that can be used in Google Apps Scripts to connect to Toggl, request the summary data and write that data to a Google Sheets spreadsheet. This is extensible to write any of the data contained in the JSON object returned by the object.

##Usage

You will need a few things to complete the request. You will need a Toggl API Key (found by signing in to Toggl and navigating to "My Profile"), your Toggl Workspace ID, and the email address associated with your account. To write to the spreadsheet you will need the spreadsheet ID, or adjust the code to create a new spreadsheet.

##Useful Links

About

This script was created to connect to Toggl's Reports API v2 and get the total recorded hours for all projects active in the last full year (Toggl's maximum requestable date range).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors