Skip to content

Commit 7a2993e

Browse files
committed
[update] integration with scheduler updated
1 parent 30ca2b7 commit 7a2993e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/guides/integration-with-widgets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Converting Scheduler events to Booking slots is the major part of integration an
4747

4848
## Rules for converting Scheduler events to Booking slots
4949

50-
We will show how to generate booking slots from the doctor's schedule using JSON data. Data is converted on the server-side. The schedule for the next period is considered: from 2025-03-13 to 2027-03-13
50+
We will show how to generate booking slots from the doctor's schedule using JSON data. Data is converted on the server-side. In all example below the schedule for the next period is considered: from 2025-03-13 to 2027-03-13
5151

5252
**Rule 1. Single event slot creation.**
5353

@@ -315,7 +315,7 @@ Booking slot:
315315

316316
**Rule 7. Events starting later than Booking start date.**
317317

318-
If a recurring event starts after the Booking start date (default is today and in the example it's 2025-03-14), create rules with empty time intervals for the dates prior to the event's start date. This simulates the dates being "removed" from the recurrence.
318+
If a recurring event starts after the Booking start date (default is today which is 2025-03-13 in all examples), create rules with empty time intervals for the dates prior to the event's start date. This simulates the dates being "removed" from the recurrence.
319319

320320
Scheduler event:
321321

@@ -332,7 +332,7 @@ Scheduler event:
332332
Booking slots:
333333

334334
~~~json
335-
// the start date is March 14, 2025
335+
// the start date here is March 14, 2025
336336
{
337337
"slots": [
338338
{ "from": "09:00", "to": "17:00", "days": [0, 1, 2, 3, 4, 5, 6] },

0 commit comments

Comments
 (0)