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 New-CsOnlineSchedule cmdlet creates a new schedule for the Organizational Auto Attendant (OAA) service. The OAA service uses schedules to conditionally execute call flows when a specific schedule is in effect.
25
+
26
+
Note:
27
+
The type of the schedule cannot be altered after the schedule is created.
28
+
For a weekly recurrent schedule, at least one day should have time ranges specified.
29
+
You can create a new time range by using New-CsOnlineTimeRange cmdlet.
30
+
The return type of this cmdlet composes a member for the underlying type/implementation. For example, in case of the weekly recurrent schedule, you can modify Monday’s time ranges through the Schedule.WeeklyRecurrentSchedule.MondayHours property.
31
+
25
32
26
33
## EXAMPLES
27
34
28
35
### -------------------------- Example 1 --------------------------
The Complement parameter indicates how the schedule is used.
111
+
When Complement is enabled, the schedule is used as the inverse of the provided configuration.
112
+
For example, if Complement is enabled and the schedule only contains time ranges of Monday to Friday from 9am to 5pm, then the schedule is active at all times other than the specified time ranges.
The New-CsOnlineTimeRange cmdlet creates a new time range to be used with the Organizational Auto Attendant (OAA) service. Time ranges are used to form schedules.
22
+
23
+
Note: The start and end bounds of the time range must obey the relation start < end.
24
+
A time range can only be formed of minute/hour increments.
25
+
A time range can span from one minute to 24 hours.
26
+
27
+
22
28
23
29
## EXAMPLES
24
30
25
-
### -------------------------- Example 1 -------------------------- (Skype for Business Online)
31
+
### -------------------------- Example 1 --------------------------
0 commit comments