Skip to content

Commit 6d4adc1

Browse files
committed
Update Set-MailboxCalendarFolder.md
Issue #10934
1 parent e6f2aa9 commit 6d4adc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Set-MailboxCalendarFolder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ To specify a date/time value for this parameter, use either of the following opt
294294

295295
**Notes**:
296296

297-
- You use this parameter on the shared calendar in delegate's mailbox. For example, `Set-MailboxCalendarFolder -Identity "[email protected]:\Calendar\Name of shared calendar" -SharedCalendarSyncStartDate`. The word `...\Calendar\...` is in the language that the user sees in Outlook (for example, in German, the word is `...\Kalendar\...`).
297+
- You use this parameter on the shared calendar in the delegate's mailbox. For example, `Set-MailboxCalendarFolder -Identity delegate@contoso.onmicrosoft.com:DelegateSharedCalendarFolderId" -SharedCalendarSyncStartDate (Get-Date "5/6/2023 9:30 AM").ToUniversalTime()`. DelegateSharedCalendarFolderId is the FolderId of the shared calendar in the delegate's mailbox (for example, `Get-MailboxFolderStatistics -Identity [email protected] -FolderScope Calendar | Format-List Name,FolderId`).
298298
- Users need to have FullDetails, Editor, or Delegate access to the specified shared calendar.
299299
- Setting this parameter might cause events in the shared calendar to briefly disappear from view while the calendar is resynchronized.
300300
- The value of this parameter is used when initializing the calendar folder sync. After that, every new, updated, and deleted item is processed and synced, regardless of the SharedCalendarSyncStartDate parameter value.

0 commit comments

Comments
 (0)