From 963ada58446c02c1b997dd982f3524cceaaf77c6 Mon Sep 17 00:00:00 2001 From: Sama Zaki <79676061+sama-zaki@users.noreply.github.com> Date: Tue, 5 Sep 2023 17:34:28 -0500 Subject: [PATCH 1/3] Update Set-CalendarProcessing.md --- exchange/exchange-ps/exchange/Set-CalendarProcessing.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-CalendarProcessing.md b/exchange/exchange-ps/exchange/Set-CalendarProcessing.md index c50aa18f1c..c7d41cced8 100644 --- a/exchange/exchange-ps/exchange/Set-CalendarProcessing.md +++ b/exchange/exchange-ps/exchange/Set-CalendarProcessing.md @@ -796,9 +796,10 @@ Accept wildcard characters: False ``` ### -RemoveCanceledMeetings -This parameter is available only in the cloud-based service. +This parameter is available only in the cloud-based service. The RemoveCanceledMeetings parameter specifies whether to automatically delete meetings that were canceled by organizer from the resource mailbox's calendar. -{{ Fill RemoveCanceledMeetings Description }} +- $true: Canceled meetings are deleted. +- $false: Canceled meetings aren't deleted. This is the default value. ```yaml Type: Boolean From 33a47a36eee35ab5c452155d817eecc152f41cf9 Mon Sep 17 00:00:00 2001 From: Sama Zaki <79676061+sama-zaki@users.noreply.github.com> Date: Wed, 6 Sep 2023 10:57:30 -0500 Subject: [PATCH 2/3] Update exchange/exchange-ps/exchange/Set-CalendarProcessing.md Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- exchange/exchange-ps/exchange/Set-CalendarProcessing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Set-CalendarProcessing.md b/exchange/exchange-ps/exchange/Set-CalendarProcessing.md index c7d41cced8..6f14c9e3e0 100644 --- a/exchange/exchange-ps/exchange/Set-CalendarProcessing.md +++ b/exchange/exchange-ps/exchange/Set-CalendarProcessing.md @@ -796,7 +796,7 @@ Accept wildcard characters: False ``` ### -RemoveCanceledMeetings -This parameter is available only in the cloud-based service. The RemoveCanceledMeetings parameter specifies whether to automatically delete meetings that were canceled by organizer from the resource mailbox's calendar. +This parameter is available only in the cloud-based service. The RemoveCanceledMeetings parameter specifies whether to automatically delete meetings that were canceled by the organizer from the resource mailbox's calendar. - $true: Canceled meetings are deleted. - $false: Canceled meetings aren't deleted. This is the default value. From 1ac286a79cefa1ebf7c8608e919ff917fd060cb6 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Wed, 6 Sep 2023 09:25:06 -0700 Subject: [PATCH 3/3] Update Set-CalendarProcessing.md --- exchange/exchange-ps/exchange/Set-CalendarProcessing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Set-CalendarProcessing.md b/exchange/exchange-ps/exchange/Set-CalendarProcessing.md index 6f14c9e3e0..318576858d 100644 --- a/exchange/exchange-ps/exchange/Set-CalendarProcessing.md +++ b/exchange/exchange-ps/exchange/Set-CalendarProcessing.md @@ -796,7 +796,9 @@ Accept wildcard characters: False ``` ### -RemoveCanceledMeetings -This parameter is available only in the cloud-based service. The RemoveCanceledMeetings parameter specifies whether to automatically delete meetings that were canceled by the organizer from the resource mailbox's calendar. +This parameter is available only in the cloud-based service. + +The RemoveCanceledMeetings parameter specifies whether to automatically delete meetings that were cancelled by the organizer from the resource mailbox's calendar. Valid values are: - $true: Canceled meetings are deleted. - $false: Canceled meetings aren't deleted. This is the default value.