@@ -60,6 +60,8 @@ Set-MailboxCalendarConfiguration [-Identity] <MailboxIdParameter>
60
60
[-CreateEventsFromEmailAsPrivate <Boolean>]
61
61
[-DailyAgendaMailSchedule <AgendaMailSchedule>]
62
62
[-DefaultMeetingDuration <Int32>]
63
+ [-DefaultMinutesToReduceLongEventsBy <Int32>]
64
+ [-DefaultMinutesToReduceShortEventsBy <Int32>]
63
65
[-DefaultOnlineMeetingProvider <OnlineMeetingProviderType>]
64
66
[-DefaultReminderTime <TimeSpan>]
65
67
[-DiningEventsFromEmailEnabled <Boolean>]
@@ -77,6 +79,7 @@ Set-MailboxCalendarConfiguration [-Identity] <MailboxIdParameter>
77
79
[-ReminderSoundEnabled <Boolean>]
78
80
[-RentalCarEventsFromEmailEnabled <Boolean>]
79
81
[-ServiceAppointmentEventsFromEmailEnabled <Boolean>]
82
+ [-ShortenEventScopeDefault <ShortenEventScopeOption>]
80
83
[-ShowWeekNumbers <Boolean>]
81
84
[-SkipAgendaMailOnFreeDays <Boolean>]
82
85
[-TimeIncrement <HourIncrement>]
@@ -109,6 +112,8 @@ Set-MailboxCalendarConfiguration [-MailboxLocation <MailboxLocationIdParameter>]
109
112
[-CreateEventsFromEmailAsPrivate <Boolean>]
110
113
[-DailyAgendaMailSchedule <AgendaMailSchedule>]
111
114
[-DefaultMeetingDuration <Int32>]
115
+ [-DefaultMinutesToReduceLongEventsBy <Int32>]
116
+ [-DefaultMinutesToReduceShortEventsBy <Int32>]
112
117
[-DefaultOnlineMeetingProvider <OnlineMeetingProviderType>]
113
118
[-DefaultReminderTime <TimeSpan>]
114
119
[-DiningEventsFromEmailEnabled <Boolean>]
@@ -126,6 +131,7 @@ Set-MailboxCalendarConfiguration [-MailboxLocation <MailboxLocationIdParameter>]
126
131
[-ReminderSoundEnabled <Boolean>]
127
132
[-RentalCarEventsFromEmailEnabled <Boolean>]
128
133
[-ServiceAppointmentEventsFromEmailEnabled <Boolean>]
134
+ [-ShortenEventScopeDefault <ShortenEventScopeOption>]
129
135
[-ShowWeekNumbers <Boolean>]
130
136
[-SkipAgendaMailOnFreeDays <Boolean>]
131
137
[-TimeIncrement <HourIncrement>]
@@ -400,6 +406,42 @@ Accept pipeline input: False
400
406
Accept wildcard characters: False
401
407
` ` `
402
408
409
+ # ## -DefaultMinutesToReduceLongEventsBy
410
+ This parameter is available only in the cloud-based service.
411
+
412
+ {{ Fill DefaultMinutesToReduceLongEventsBy Description }}
413
+
414
+ ` ` ` yaml
415
+ Type: Int32
416
+ Parameter Sets: Identity, MailboxLocation
417
+ Aliases:
418
+ Applicable: Exchange Online
419
+
420
+ Required: False
421
+ Position: Named
422
+ Default value: None
423
+ Accept pipeline input: False
424
+ Accept wildcard characters: False
425
+ ` ` `
426
+
427
+ # ## -DefaultMinutesToReduceShortEventsBy
428
+ This parameter is available only in the cloud-based service.
429
+
430
+ {{ Fill DefaultMinutesToReduceShortEventsBy Description }}
431
+
432
+ ` ` ` yaml
433
+ Type: Int32
434
+ Parameter Sets: Identity, MailboxLocation
435
+ Aliases:
436
+ Applicable: Exchange Online
437
+
438
+ Required: False
439
+ Position: Named
440
+ Default value: None
441
+ Accept pipeline input: False
442
+ Accept wildcard characters: False
443
+ ` ` `
444
+
403
445
# ## -DefaultOnlineMeetingProvider
404
446
This parameter is available only in the cloud-based service.
405
447
@@ -848,6 +890,24 @@ Accept pipeline input: False
848
890
Accept wildcard characters: False
849
891
` ` `
850
892
893
+ # ## -ShortenEventScopeDefault
894
+ This parameter is available only in the cloud-based service.
895
+
896
+ {{ Fill ShortenEventScopeDefault Description }}
897
+
898
+ ` ` ` yaml
899
+ Type: ShortenEventScopeOption
900
+ Parameter Sets: Identity, MailboxLocation
901
+ Aliases:
902
+ Applicable: Exchange Online
903
+
904
+ Required: False
905
+ Position: Named
906
+ Default value: None
907
+ Accept pipeline input: False
908
+ Accept wildcard characters: False
909
+ ` ` `
910
+
851
911
# ## -ShowWeekNumbers
852
912
The ShowWeekNumbers parameter specifies whether the week number is displayed in the Outlook on the web calendar. Valid values are :
853
913
0 commit comments