planner plan add
Adds a new Microsoft Planner plan
Usage
m365 planner plan add [options]
Options
-t, --title <title>
: Title of the plan to add
--ownerGroupId [ownerGroupId]
: ID of the Group that owns the plan. A valid group must exist before this field can be set. Specify either ownerGroupId or ownerGroupName but not both.
--ownerGroupName [ownerGroupName]
: Name of the Group that owns the plan. A valid group must exist before this field can be set. Specify either ownerGroupId or ownerGroupName but not both.
--8<-- "docs/cmd/_global.md"
Examples
Adds a Microsoft Planner plan with the name My Planner Plan for Group ebf3b108-5234-4e22-b93d-656d7dae5874
m365 planner plan add --title "My Planner Plan" --ownerGroupId "ebf3b108-5234-4e22-b93d-656d7dae5874"
Adds a Microsoft Planner plan with the name My Planner Plan for Group My Planner Group
m365 planner plan add --title "My Planner Plan" --ownerGroupName "My Planner Group"
planner plan add
Adds a new Microsoft Planner plan
Usage
Options
-t, --title <title>: Title of the plan to add
--ownerGroupId [ownerGroupId]: ID of the Group that owns the plan. A valid group must exist before this field can be set. Specify either ownerGroupId or ownerGroupName but not both.
--ownerGroupName [ownerGroupName]: Name of the Group that owns the plan. A valid group must exist before this field can be set. Specify either ownerGroupId or ownerGroupName but not both.
--8<-- "docs/cmd/_global.md"
Examples
Adds a Microsoft Planner plan with the name My Planner Plan for Group ebf3b108-5234-4e22-b93d-656d7dae5874
Adds a Microsoft Planner plan with the name My Planner Plan for Group My Planner Group