Skip to content

Description for -RemoveCanceledMeetings property #11243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion exchange/exchange-ps/exchange/Set-CalendarProcessing.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,10 @@ Accept wildcard characters: False
### -RemoveCanceledMeetings
This parameter is available only in the cloud-based service.

{{ Fill RemoveCanceledMeetings Description }}
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.

```yaml
Type: Boolean
Expand Down