Skip to content

Commit c679c33

Browse files
committed
Update Remove-CalendarEvents.md
Changes per PR MicrosoftDocs#2285 plus additional formating and edits
1 parent 921bda4 commit c679c33

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

exchange/exchange-ps/exchange/mailboxes/Remove-CalendarEvents.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
11
---
22
external help file: Microsoft.Exchange.CalendarsAndGroups-Help.xml
3-
applicable: Exchange Online
3+
Applicable: Exchange Server 2019, Exchange Online
44
title: Remove-CalendarEvents
55
schema: 2.0.0
6-
monikerRange: "exchonline-ps"
6+
monikerRange: "exchserver-ps-2019 || exchonline-ps"
77
---
88

99
# Remove-CalendarEvents
1010

1111
## SYNOPSIS
12-
This cmdlet is available only in the cloud-based service.
12+
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1313

14-
Use the Remove-CalendarEvents cmdlet to cancel future meetings in user or resource mailboxes in Office 365. Cancelling future meetings removes them from attendee and resource calendars (for example, you're going to remove the mailbox, or the user is going on a leave of absence).
14+
Use the Remove-CalendarEvents cmdlet to cancel future meetings in user or resource mailboxes. Cancelling future meetings removes them from attendee and resource calendars (for example, you're going to remove the mailbox, or the user is going on a leave of absence).
1515

1616
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1717

1818
## SYNTAX
1919

2020
```
21-
Remove-CalendarEvents [-Identity] <MailboxIdParameter> [-CancelOrganizedMeetings] [-Confirm] [-PreviewOnly]
22-
[-QueryStartDate <ExDateTime>] [-QueryWindowInDays <Int32>] [-WhatIf] [<CommonParameters>]
21+
Remove-CalendarEvents [-Identity] <MailboxIdParameter>
22+
[-CancelOrganizedMeetings]
23+
[-Confirm]
24+
[-PreviewOnly]
25+
[-QueryStartDate <ExDateTime>]
26+
[-QueryWindowInDays <Int32>]
27+
[-WhatIf] [<CommonParameters>]
2328
```
2429

2530
## DESCRIPTION
@@ -75,7 +80,7 @@ For example:
7580
Type: MailboxIdParameter
7681
Parameter Sets: (All)
7782
Aliases:
78-
Applicable: Exchange Online
83+
Applicable: Exchange Server 2019, Exchange Online
7984
Required: True
8085
Position: 1
8186
Default value: None
@@ -92,7 +97,7 @@ To cancel meetings in the mailbox, you need to use this switch.
9297
Type: SwitchParameter
9398
Parameter Sets: (All)
9499
Aliases:
95-
Applicable: Exchange Online
100+
Applicable: Exchange Server 2019, Exchange Online
96101
Required: False
97102
Position: Named
98103
Default value: None
@@ -111,7 +116,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
111116
Type: SwitchParameter
112117
Parameter Sets: (All)
113118
Aliases: cf
114-
Applicable: Exchange Online
119+
Applicable: Exchange Server 2019, Exchange Online
115120
Required: False
116121
Position: Named
117122
Default value: None
@@ -128,7 +133,7 @@ You use this switch with the Verbose switch.
128133
Type: SwitchParameter
129134
Parameter Sets: (All)
130135
Aliases:
131-
Applicable: Exchange Online
136+
Applicable: Exchange Server 2019, Exchange Online
132137
Required: False
133138
Position: Named
134139
Default value: None
@@ -149,7 +154,7 @@ You use the QueryWindowInDays parameter to specify the end date.
149154
Type: ExDateTime
150155
Parameter Sets: (All)
151156
Aliases:
152-
Applicable: Exchange Online
157+
Applicable: Exchange Server 2019, Exchange Online
153158
Required: False
154159
Position: Named
155160
Default value: None
@@ -168,7 +173,7 @@ If an instance of a recurring meeting occurs during the specified time period, t
168173
Type: Int32
169174
Parameter Sets: (All)
170175
Aliases:
171-
Applicable: Exchange Online
176+
Applicable: Exchange Server 2019, Exchange Online
172177
Required: False
173178
Position: Named
174179
Default value: None
@@ -183,7 +188,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
183188
Type: SwitchParameter
184189
Parameter Sets: (All)
185190
Aliases: wi
186-
Applicable: Exchange Online
191+
Applicable: Exchange Server 2019, Exchange Online
187192
Required: False
188193
Position: Named
189194
Default value: None

0 commit comments

Comments
 (0)