external help file | Module Name | online version | schema |
---|---|---|---|
PSTodoist-help.xml |
PSTodoist |
2.0.0 |
Updates a todoist task
Update-TodoistTask [-Id] <String> [[-Content] <String>] [[-LabelIDs] <Int32[]>] [[-Priority] <Int32>]
[[-DueString] <String>] [[-DueDate] <String>] [[-DueDateTime] <DateTime>] [[-DueLang] <String>]
[[-ProjectID] <String>] [[-Token] <String>] [<CommonParameters>]
Updates a todoist task, alternate token can be supplied if Set-TodoistToken is not used
Update-TodoistTask -Id 1234 -Content "Put out forest fires" -DueString "In 2 years"
ID of todoist Task
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Content (text) of task.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
LabelID or LabelIDs that the task should have (one int or array of ints)
Type: Int32[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Priority of the task.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
String with due date. "Tomorrow 4pm" etc. Can't be used with other Due* parameters (except DueLang)
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
String with due date. Format: yyyy-MM-dd (2018-07-20) . Can't be used with other Due* parameters (except DueLang)
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specific date and time in RFC3339 format in UTC. Can't be used with other Due* parameters (except DueLang)
Type: DateTime
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
2-letter code specifying language in case DueString is not written in English.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 8
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Id of the project that the task should be in
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 9
Default value: None
Accept pipeline input: False
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: 10
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).