Skip to content

Commit eff4cfd

Browse files
Release v3.0.63 (#99)
Co-authored-by: Adam-it <58668583+Adam-it@users.noreply.github.com>
1 parent d36f65f commit eff4cfd

7 files changed

Lines changed: 3518 additions & 3434 deletions

File tree

data/m365Model.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,11 +1005,41 @@
10051005
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/onenote/page/page-list.mdx",
10061006
"docs": "https://pnp.github.io/cli-microsoft365/cmd/onenote/page/page-list"
10071007
},
1008+
{
1009+
"name": "outlook calendar add",
1010+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/outlook/calendar/calendar-add.mdx",
1011+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/outlook/calendar/calendar-add"
1012+
},
1013+
{
1014+
"name": "outlook calendar get",
1015+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/outlook/calendar/calendar-get.mdx",
1016+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/outlook/calendar/calendar-get"
1017+
},
1018+
{
1019+
"name": "outlook calendar remove",
1020+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/outlook/calendar/calendar-remove.mdx",
1021+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/outlook/calendar/calendar-remove"
1022+
},
10081023
{
10091024
"name": "outlook calendargroup list",
10101025
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/outlook/calendargroup/calendargroup-list.mdx",
10111026
"docs": "https://pnp.github.io/cli-microsoft365/cmd/outlook/calendargroup/calendargroup-list"
10121027
},
1028+
{
1029+
"name": "outlook event cancel",
1030+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/outlook/event/event-cancel.mdx",
1031+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/outlook/event/event-cancel"
1032+
},
1033+
{
1034+
"name": "event list",
1035+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/outlook/event/event-list.mdx",
1036+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/outlook/event/event-list"
1037+
},
1038+
{
1039+
"name": "outlook event remove",
1040+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/outlook/event/event-remove.mdx",
1041+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/outlook/event/event-remove"
1042+
},
10131043
{
10141044
"name": "outlook mail searchfolder add",
10151045
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/outlook/mail/mail-searchfolder-add.mdx",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cli-for-microsoft-365-extension",
33
"displayName": "CLI for Microsoft 365 extension",
44
"description": "This extension provides functionalities that may be helpful when creating scripts using CLI for Microsoft 365 like docs, commands list, sample gallery and many more.",
5-
"version": "3.0.62",
5+
"version": "3.0.63",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)