external help file | Module Name | online version | schema |
---|---|---|---|
PSTodoist-help.xml |
PSTodoist |
2.0.0 |
Closes a Todoist task
Close-TodoistTask [-Id] <Int64[]> [[-Token] <String>] [<CommonParameters>]
Closes a Todoist task, can either be via array or INT array. Can also be supplied through pipeline
Close-TodoistTask -Id 123456789
Close-TodoistTask -Id 098765432,123466721
Get-TodoistTask | ? {$_.Content -match "Stop Procrastinating"} | Close-TodoistTask
Id of the todoist task
Type: Int64[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Todoist token if it's not set as a global variable with Set-TodoistToken
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: $Global:TodoistToken
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).