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
@@ -398,13 +400,11 @@ In Exchange Online, this example results in meeting updates being auto-processed
398
400
### -ShortenEventScopeDefault
399
401
This parameter is available only in the cloud-based service
400
402
401
-
{{ Fill ShortenEventScopeDefault Description }}
403
+
The ShortenEventScopeDefault parameter specifies whether calendar events start late or end early in the organization. Valid values are:
402
404
403
-
Valid values are:
404
-
405
-
- None (default value)
406
-
- EndEarly
407
-
- StartLate
405
+
- 0 or None: Calendar events in the organization don't automatically start late or end early. This is the default value.
406
+
- 1 or EndEarly: By default, the end time of all calendar events is reduced by the number of minutes as specified by the values of the DefaultMinutesToReduceLongEventsBy and DefaultMinutesToReduceShortEventsBy parameters.
407
+
- 2 or StartLate: By default, the start time of all calendar events is delayed by the number of minutes as specified by the values of the DefaultMinutesToReduceLongEventsBy and DefaultMinutesToReduceShortEventsBy parameters.
This parameter is available only in the cloud-based service.
1233
+
1234
+
The DefaultMinutesToReduceLongEventsBy parameter specifies the number of minutes to reduce calendar events by if the events are 60 minutes or longer. A valid value is an integer from 0 to 29. The default value is 10.
1235
+
1236
+
To use this parameter, you also need to include the ShortenEventScopeDefault parameter.
1237
+
1238
+
Whether long events start late or end early by the specified number of minutes depends on the value of the ShortenEventScopeDefault parameter (EndEarly or StartLate).
1239
+
1240
+
```yaml
1241
+
Type: Int32
1242
+
Parameter Sets: ShortenEventScopeParameter
1243
+
Aliases:
1244
+
Applicable: Exchange Online
1245
+
Required: False
1246
+
Position: Named
1247
+
Default value: None
1248
+
Accept pipeline input: False
1249
+
Accept wildcard characters: False
1250
+
```
1251
+
1252
+
### -DefaultMinutesToReduceShortEventsBy
1253
+
This parameter is available only in the cloud-based service.
1254
+
1255
+
The DefaultMinutesToReduceShortEventsBy parameter specifies the number of minutes to reduce calendar events by if the events are less than 60 minutes long. A valid value is an integer from 0 to 29. The default value is 5.
1256
+
1257
+
To use this parameter, you also need to include the ShortenEventScopeDefault parameter.
1258
+
1259
+
Whether short events start late or end early by the specified number of minutes depends on the value of the ShortenEventScopeDefault parameter (EndEarly or StartLate).
1260
+
1261
+
```yaml
1262
+
Type: Int32
1263
+
Parameter Sets: ShortenEventScopeParameter
1264
+
Aliases:
1265
+
Applicable: Exchange Online
1266
+
Required: False
1267
+
Position: Named
1268
+
Default value: None
1269
+
Accept pipeline input: False
1270
+
Accept wildcard characters: False
1271
+
```
1272
+
1231
1273
### -DefaultPublicFolderAgeLimit
1232
1274
The DefaultPublicFolderAgeLimit parameter specifies the default age limit for the contents of public folders across the entire organization. Content in a public folder is automatically deleted when this age limit is exceeded. This attribute applies to all public folders in the organization that don't have their own AgeLimit setting.
0 commit comments