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: docs/guides/integration-with-widgets.md
+25-15Lines changed: 25 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ Scheduler event:
133
133
}
134
134
~~~
135
135
136
-
Booking slot:
136
+
Booking slots:
137
137
138
138
~~~json
139
139
{
@@ -246,7 +246,7 @@ Scheduler event:
246
246
]
247
247
~~~
248
248
249
-
Booking slot:
249
+
Booking slots:
250
250
251
251
~~~json
252
252
{
@@ -274,7 +274,7 @@ Booking slot:
274
274
275
275
When a single occurrence is removed from a recurring event in Scheduler, we need to update Booking rules to reflect this removal. This is done by creating a special rule for the removed date, using an empty time interval and the dates property (which has higher priority than days).
0 commit comments