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

Adds -Priority and -Description for cmdlet Set-PnPPlannerTask #1947

Merged
merged 3 commits into from
Jun 9, 2022

Conversation

milanholemans
Copy link
Contributor

Type

  • Bug Fix
  • New Feature
  • Sample

Related Issues?

Fixes #1937

What is in this Pull Request ?

Adds 2 extra parameters Description and Priority to the Set-PnPPlannerTask cmdlet.

Also refactored an existing method GetTaskAsync. Since I needed a part of the code to retrieve task details, I isolated the logic to retrieve planner details in a new method.

Examples:

Set-PnPPlannerTask -TaskId "abcedf" -Priority 1 -Description "Lorem ipsum dolor sit amet"

@KoenZomers
Copy link
Collaborator

Thanks!

@KoenZomers KoenZomers merged commit 457a769 into pnp:dev Jun 9, 2022
@milanholemans milanholemans deleted the setplannertask-params branch June 9, 2022 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Add extra parameters for Set-PnPPlannerTask cmdlet
2 participants