Skip to content

Commit 3ce7cad

Browse files
committed
Update Set-CalendarNotification.md
Updates per email request and other general clean-up.
1 parent fb86c61 commit 3ce7cad

File tree

1 file changed

+44
-17
lines changed

1 file changed

+44
-17
lines changed

exchange/exchange-ps/exchange/Set-CalendarNotification.md

Lines changed: 44 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,29 @@ monikerRange: "exchserver-ps-2010 || exchserver-ps-2013 || exchserver-ps-2016 ||
1515
## SYNOPSIS
1616
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.
1717

18-
Use the Set-CalendarNotification cmdlet to set text message notifications for calendar events for a user.
18+
The Set-CalendarNotification cmdlet allows users to set text message notification options for calendar events in their own calendar. By default, the MyTextMessaging end-user role gives access to this cmdlet, so admins can't configure text messaging notification for calender events in user calendars.
1919

2020
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2121

2222
## SYNTAX
2323

2424
```
25-
Set-CalendarNotification [-Identity] <MailboxIdParameter> [-CalendarUpdateNotification <Boolean>]
26-
[-CalendarUpdateSendDuringWorkHour <Boolean>] [-Confirm] [-DailyAgendaNotification <Boolean>]
27-
[-DailyAgendaNotificationSendTime <TimeSpan>] [-DomainController <Fqdn>] [-IgnoreDefaultScope]
28-
[-MeetingReminderNotification <Boolean>] [-MeetingReminderSendDuringWorkHour <Boolean>]
29-
[-NextDays <Int32>] [-WhatIf] [<CommonParameters>]
25+
Set-CalendarNotification [-Identity] <MailboxIdParameter>
26+
[-CalendarUpdateNotification <Boolean>]
27+
[-CalendarUpdateSendDuringWorkHour <Boolean>]
28+
[-Confirm]
29+
[-DailyAgendaNotification <Boolean>]
30+
[-DailyAgendaNotificationSendTime <TimeSpan>]
31+
[-DomainController <Fqdn>]
32+
[-IgnoreDefaultScope]
33+
[-MeetingReminderNotification <Boolean>]
34+
[-MeetingReminderSendDuringWorkHour <Boolean>]
35+
[-NextDays <Int32>]
36+
[-WhatIf] [<CommonParameters>]
3037
```
3138

3239
## DESCRIPTION
33-
Users can receive text message notifications of changes to calendar events and daily agendas. Use the Set-CalendarNotification cmdlet to configure these notifications for a user.
40+
Users can receive text message notifications of changes to calendar events and daily agendas.
3441

3542
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
3643

@@ -96,7 +103,11 @@ Accept wildcard characters: False
96103
```
97104
98105
### -CalendarUpdateNotification
99-
The CalendarUpdateNotification parameter specifies whether calendar notifications are enabled for the user.
106+
The CalendarUpdateNotification parameter specifies whether calendar update notifications are sent to the user's mobile device. Valid values are:
107+
108+
- $true: Calendar update notifications are enabled.
109+
110+
- $false: Calendar update notifications aren't enabled. This is the default value.
100111
101112
```yaml
102113
Type: Boolean
@@ -112,7 +123,11 @@ Accept wildcard characters: False
112123
```
113124
114125
### -CalendarUpdateSendDuringWorkHour
115-
The CalendarUpdateSendDuringWorkHour parameter specifies whether calendar notifications are sent during working hours.
126+
The CalendarUpdateSendDuringWorkHour parameter specifies whether calendar update notifications are only sent to the user's mobile device during working hours. Valid values are:
127+
128+
- $true: Calendar update notifications are only sent during working hours.
129+
130+
- $false: Calendar update notifications are sent anytime. This is the default value.
116131
117132
```yaml
118133
Type: Boolean
@@ -148,7 +163,11 @@ Accept wildcard characters: False
148163
```
149164
150165
### -DailyAgendaNotification
151-
The DailyAgendaNotification parameter specifies whether a daily agenda should be sent to the user's mobile phone.
166+
The DailyAgendaNotification parameter specifies whether daily agenda notifications are sent to the user's mobile device. Valid values are:
167+
168+
- $true: Daily agenda notifications are sent.
169+
170+
- $false: Daily agenda notifications are not sent. This is the default value.
152171
153172
```yaml
154173
Type: Boolean
@@ -164,11 +183,11 @@ Accept wildcard characters: False
164183
```
165184
166185
### -DailyAgendaNotificationSendTime
167-
The DailyAgendaNotificationSendTime parameter specifies the time to send the daily agenda.
186+
The DailyAgendaNotificationSendTime parameter specifies the time to send daily agenda notifications to the user's mobile device.
168187
169-
To specify a value, enter it as a time span: dd.hh:mm:ss where dd = days, hh = hours, mm = minutes and ss = seconds.
188+
To specify a value, enter it as a time span: hh:mm:ss where hh = hours, mm = minutes and ss = seconds.
170189
171-
For example, a time span of 2 days and 8 hours is shown: 02.08:00:00.
190+
The default value is 08:00:00.
172191
173192
```yaml
174193
Type: TimeSpan
@@ -202,7 +221,7 @@ Accept wildcard characters: False
202221
```
203222
204223
### -IgnoreDefaultScope
205-
The IgnoreDefaultScope parameter isn't implemented yet.
224+
This parameter is reserved for internal Microsoft use.
206225
207226
```yaml
208227
Type: SwitchParameter
@@ -218,7 +237,11 @@ Accept wildcard characters: False
218237
```
219238
220239
### -MeetingReminderNotification
221-
The MeetingReminderNotification parameter specifies whether meeting reminders are sent to the user's mobile phone.
240+
The MeetingReminderNotification parameter specifies whether meeting reminder notifications are sent to the user's mobile device. Valid values are:
241+
242+
- $true: Meeting reminder notifications are sent.
243+
244+
- $false: Meeting reminder notifications are not sent. This is the default value.
222245
223246
```yaml
224247
Type: Boolean
@@ -234,7 +257,11 @@ Accept wildcard characters: False
234257
```
235258
236259
### -MeetingReminderSendDuringWorkHour
237-
The MeetingReminderSendDuringWorkHour parameter specifies whether meeting reminders are only sent during working hours.
260+
The MeetingReminderSendDuringWorkHour parameter specifies whether meeting reminder notifications are only sent to the user's mobile device during working hours. Valid values are:
261+
262+
- $true: Meeting update notifications are only sent during working hours.
263+
264+
- $false: Meeting update notifications are sent anytime. This is the default value.
238265
239266
```yaml
240267
Type: Boolean
@@ -250,7 +277,7 @@ Accept wildcard characters: False
250277
```
251278
252279
### -NextDays
253-
The NextDays parameter specifies how many days should be sent in the daily agenda.
280+
The NextDays parameter specifies how many days should be sent in the daily agenda notification to the user's mobile device. A valid value is an integer between 1 and 7. The default value is 1.
254281
255282
```yaml
256283
Type: Int32

0 commit comments

Comments
 (0)