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 parameter is available only in the cloud-based service.
285
285
286
-
{{ Fill SharedCalendarSyncStartDate Description }}
286
+
**Note**: This parameter is supported only for shared calendars that have been upgraded as described in [Calendar sharing in Microsoft 365](https://support.microsoft.com/office/365-b576ecc3-0945-4d75-85f1-5efafb8a37b4), and is not applicable to any other type of calendar or mailbox folder.
287
+
288
+
The SharedCalendarSyncStartDate parameter specifies the limit for past events that are visible to users who have access to the specified shared calendar. A copy of the shared calendar with events that go back as far as the value specified by this parameter is stored in the user's mailbox.
289
+
290
+
To specify a date/time value for this parameter, use either of the following options:
291
+
292
+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
293
+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
294
+
295
+
**Notes**:
296
+
297
+
- Users need to have FullDetails, Editor, or Delegate access to the specified shared calendar.
298
+
- Setting this parameter might cause events in the shared calendar to briefly disappear from view while the calendar is resynchronized.
Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
499
+
500
+
```yaml
501
+
Type: Guid
502
+
Parameter Sets: (All)
503
+
Aliases:
504
+
Applicable: Skype for Business Online
505
+
506
+
Required: False
507
+
Position: Named
508
+
Default value: None
509
+
Accept pipeline input: False
510
+
Accept wildcard characters: False
511
+
```
512
+
480
513
### CommonParameters
481
514
This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).`
0 commit comments