Skip to content

Dapacruz/Toggl.Functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toggl.Functions

Utility functions for generating reports using the Toggl API

Get-TogglDetailedReport
Returns report data for the specified date range

Get-TogglUtilizationReport
Calculate a utilization report for all pay periods in the specified date range

Get-TogglMonthlyHoursReport
Calculate a monthly billable hours report in the specified date range


Installation

PowerShell Gallery Install
PS> Install-Module -Name Toggl.Functions

PowerShell Gallery Inspect
PS> Save-Module -Name Toggl.Functions -Path <path> -RequiredVersion 0.0.1

Manual Install
Download, unzip and copy the Toggl.Functions subfolder to $home\Documents\WindowsPowerShell\Modules\

Releases

No releases published

Packages

No packages published