Adds 'outlook calendargroup add' command. Closes #7103 - #7440
Open
MartinM85 wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new Outlook workload command to the CLI for Microsoft 365 to create Microsoft Graph calendar groups for the signed-in user or a specified user, aligning with the requested outlook calendargroup add functionality in issue #7103.
Changes:
- Introduces the
outlook calendargroup addGraph command implementation with Zod-based option validation and delegated/app-only behavior. - Adds a full test suite covering validation, permission-mode behavior, and OData error handling.
- Updates documentation (command reference + sidebar navigation) and registers the new command constant.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/m365/outlook/commands/calendargroup/calendargroup-add.ts | Implements the new calendargroup add Graph command with schema validation and permission-mode handling. |
| src/m365/outlook/commands/calendargroup/calendargroup-add.spec.ts | Adds unit tests for validation rules, request URL construction, permission scenarios, and error handling. |
| src/m365/outlook/commands.ts | Registers the CALENDARGROUP_ADD command name constant. |
| docs/src/config/sidebars.ts | Adds the new command doc page to the Outlook calendargroup sidebar section. |
| docs/docs/cmd/outlook/calendargroup/calendargroup-add.mdx | Adds the command reference documentation, including options, permissions, examples, and response formats. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #7103