pnp / cli-microsoft365

Manage Microsoft 365 and SharePoint Framework projects on any platform
https://aka.ms/cli-m365
MIT License
911 stars 319 forks source link

New command: m365 notes #2982

Open to-s opened 2 years ago

to-s commented 2 years ago

Usage

m365 notes pages list / m365 notes pages get / m365 notes pages patch / m365 notes pages add

Description

List, get, patch, create and patch onenote notebooks, sections and pages.

Options

m365 notes pages list Option Description
-ui, --uid <id> ID of the user. Specify uid or gid but not both.
-gi, --gid <id> ID of the group. Specify uid or gid but not both.

Additional Info

https://docs.microsoft.com/en-us/graph/api/resources/onenote-api-overview?view=graph-rest-1.0

waldekmastykarz commented 2 years ago

Thank you for the feature request @to-s. To keep the work manageable, I'd suggest that we break the issue into 4 separate commands. That way, more folks can help with the implementation and we can track the progress independently.

As for the spec, let's consider a few adjustments before we continue:

Let's update the spec with some more information so that we can start implementing it 👍

waldekmastykarz commented 2 years ago

Hey @to-s, are you still interested in working with us on these commands?

Abderahman88 commented 2 years ago

@waldekmastykarz If needed, I can pick this one up. 👍

waldekmastykarz commented 2 years ago

Awesome @Abderahman88! We should start with creating separate specs for the different commands. Once we have them, we could proceed with the implementation.

plamber commented 1 year ago

Hi @Abderahman88, are you still interested in working on this one?

As suggested by @waldekmastykarz we could use this issue here to describe the m365 notes pages list command and create three separate issues to handle the other three commands.

Thank you for your feedback

Abderahman88 commented 1 year ago

Hi @plamber,

Yes, I will try to make some time this week.

This issue is related to #3097 and #3100

milanholemans commented 1 year ago

@Abderahman88, just checking, are you still working on this?

Abderahman88 commented 1 year ago

@milanholemans Yes still working on this one.

milanholemans commented 7 months ago

Hi @Abderahman88 are you still working on this?