Skip to content

Commit 224022d

Browse files
committed
Update Set-MailboxCalendarConfiguration.md
Added DefaultMinutesToReduceLongEventsBy, DefaultMinutesToReduceShortEventsBy, and ShortenEventScopeDefault empty
1 parent 78e34eb commit 224022d

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

exchange/exchange-ps/exchange/Set-MailboxCalendarConfiguration.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Set-MailboxCalendarConfiguration [-Identity] <MailboxIdParameter>
6060
[-CreateEventsFromEmailAsPrivate <Boolean>]
6161
[-DailyAgendaMailSchedule <AgendaMailSchedule>]
6262
[-DefaultMeetingDuration <Int32>]
63+
[-DefaultMinutesToReduceLongEventsBy <Int32>]
64+
[-DefaultMinutesToReduceShortEventsBy <Int32>]
6365
[-DefaultOnlineMeetingProvider <OnlineMeetingProviderType>]
6466
[-DefaultReminderTime <TimeSpan>]
6567
[-DiningEventsFromEmailEnabled <Boolean>]
@@ -77,6 +79,7 @@ Set-MailboxCalendarConfiguration [-Identity] <MailboxIdParameter>
7779
[-ReminderSoundEnabled <Boolean>]
7880
[-RentalCarEventsFromEmailEnabled <Boolean>]
7981
[-ServiceAppointmentEventsFromEmailEnabled <Boolean>]
82+
[-ShortenEventScopeDefault <ShortenEventScopeOption>]
8083
[-ShowWeekNumbers <Boolean>]
8184
[-SkipAgendaMailOnFreeDays <Boolean>]
8285
[-TimeIncrement <HourIncrement>]
@@ -109,6 +112,8 @@ Set-MailboxCalendarConfiguration [-MailboxLocation <MailboxLocationIdParameter>]
109112
[-CreateEventsFromEmailAsPrivate <Boolean>]
110113
[-DailyAgendaMailSchedule <AgendaMailSchedule>]
111114
[-DefaultMeetingDuration <Int32>]
115+
[-DefaultMinutesToReduceLongEventsBy <Int32>]
116+
[-DefaultMinutesToReduceShortEventsBy <Int32>]
112117
[-DefaultOnlineMeetingProvider <OnlineMeetingProviderType>]
113118
[-DefaultReminderTime <TimeSpan>]
114119
[-DiningEventsFromEmailEnabled <Boolean>]
@@ -126,6 +131,7 @@ Set-MailboxCalendarConfiguration [-MailboxLocation <MailboxLocationIdParameter>]
126131
[-ReminderSoundEnabled <Boolean>]
127132
[-RentalCarEventsFromEmailEnabled <Boolean>]
128133
[-ServiceAppointmentEventsFromEmailEnabled <Boolean>]
134+
[-ShortenEventScopeDefault <ShortenEventScopeOption>]
129135
[-ShowWeekNumbers <Boolean>]
130136
[-SkipAgendaMailOnFreeDays <Boolean>]
131137
[-TimeIncrement <HourIncrement>]
@@ -400,6 +406,42 @@ Accept pipeline input: False
400406
Accept wildcard characters: False
401407
```
402408

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+
403445
### -DefaultOnlineMeetingProvider
404446
This parameter is available only in the cloud-based service.
405447

@@ -848,6 +890,24 @@ Accept pipeline input: False
848890
Accept wildcard characters: False
849891
```
850892

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+
851911
### -ShowWeekNumbers
852912
The ShowWeekNumbers parameter specifies whether the week number is displayed in the Outlook on the web calendar. Valid values are:
853913

0 commit comments

Comments
 (0)