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
Copy file name to clipboardExpand all lines: api/javascript/ui/scheduler.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5674,15 +5674,15 @@ The Uids of events which should be selected. List of the available events can be
5674
5674
5675
5675
##### options.resources `Array`
5676
5676
5677
-
The resource values (groups) in which the events or slots should be selected.
5677
+
The resource values (groups) in which the events or slots should be selected. If no resources are defined the first event or slot that match the condition will be selected. This option is not supported in "agenda" view.
5678
5678
5679
5679
##### options.start `Date`
5680
5680
5681
-
The start time from which the selection of the slots begins.
5681
+
The start time from which the selection of the slots begins. If 'events' argument is provided the slot selection is ignored.
5682
5682
5683
5683
##### options.end `Date`
5684
5684
5685
-
The end time in which the selection of the slots ends.
5685
+
The end time in which the selection of the slots ends. If 'events' argument is provided the slot selection is ignored.
0 commit comments