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
The PublishDateRangeFrom parameter specifies the number of days of calendar information to publish before the current date. You can use the following values:
159
+
The PublishDateRangeFrom parameter specifies the start date of calendar information to publish (past information). Valid values are:
160
160
161
161
- OneDay
162
162
- ThreeDays
163
163
- OneWeek
164
164
- OneMonth
165
-
- ThreeMonths
165
+
- ThreeMonths (This is the default value)
166
166
- SixMonths
167
167
- OneYear
168
168
169
-
The default value is ThreeMonths.
169
+
This parameter is meaningful only when the PublishEnabled parameter value is $true.
The PublishDateRangeTo parameter specifies the number of days of calendar information to publish after the current date. You can use the following values:
185
+
The PublishDateRangeTo parameter specifies the end date of calendar information to publish (future information). Valid values are:
186
186
187
187
- OneDay
188
188
- ThreeDays
189
189
- OneWeek
190
190
- OneMonth
191
-
- ThreeMonths
191
+
- ThreeMonths (This is the default value)
192
192
- SixMonths
193
193
- OneYear
194
194
195
-
The default value is ThreeMonths.
195
+
This parameter is meaningful only when the PublishEnabled parameter value is $true.
The ResetUrl parameter replaces the existing non-public URL with a new URL for a calendar that has been published without being publicly searchable.
230
+
The ResetUrl switch replaces the existing non-public URL with a new URL for a calendar that has been published without being publicly searchable. You don't need to specify a value with this switch.
0 commit comments