< Back

Get-KBFDayOverview

Thu Jan 16, 2020 10:00 am

NAME Get-KBFDayOverview



SYNOPSIS

Grabs all time entries, groups them as report





SYNTAX

Get-KBFDayOverview [-ApiToken] <String> [-Day] <DateTime> [<CommonParameters>]





DESCRIPTION

Sometimes you have to report what your day was like.

No problem if you used the kanbanflow timer features.





PARAMETERS

-ApiToken <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Day <DateTime>



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-KBFDayOverview -ApiToken $board -Day ((Get-Date).Date)















RELATED LINKS