You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
17
17
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.
19
19
20
20
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
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.
34
41
35
42
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).
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.
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.
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.
0 commit comments