Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add extra parameters for Add-PnPPlannerTask cmdlet #1936

Closed
milanholemans opened this issue Jun 5, 2022 · 2 comments · Fixed by #1964
Closed

[FEATURE] Add extra parameters for Add-PnPPlannerTask cmdlet #1936

milanholemans opened this issue Jun 5, 2022 · 2 comments · Fixed by #1964
Assignees
Labels
enhancement New feature or request

Comments

@milanholemans
Copy link
Contributor

milanholemans commented Jun 5, 2022

Is your feature request related to a problem? Please describe.
Currently you can only create a task and specify a title and assign it to someone. However there are many other properties for tasks.
We could add:

  • PercentComplete
  • Priority (Number 1-10)
  • Start date
  • Due date
  • Description

Describe the solution you'd like
Something like:

Add-PnPPlannerTask -PlanId "abcdef" -Bucket "To do" -Title "Urgent task" -PercentComplete 50 -Priority 3 -StartDate 2022-06-05 -DueDate 2022-06-07 -Description "Lorem ipsum dolor sit amet"

Describe alternatives you've considered
/

Additional context
/

@milanholemans milanholemans added the enhancement New feature or request label Jun 5, 2022
@milanholemans
Copy link
Contributor Author

I'm willing to work on this.

@gautamdsheth
Copy link
Collaborator

Go for it 👍😍🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants