| external help file | Module Name | online version | schema |
|---|---|---|---|
PSTodoist-help.xml |
PSTodoist |
2.0.0 |
Creates a new project in todoist
New-TodoistProject [-Name] <Object> [[-Token] <String>] [<CommonParameters>]
Creates a new project in todoist
New-TodoistProject -Name "My cool project"
New projects name
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
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: 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).