Skip to content

Commit fa36870

Browse files
committed
[update] integration with event widgets updated
1 parent d557838 commit fa36870

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

docs/guides/integration-with-eventcalendar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Converting events to Booking slots is the major part of integration and the rule
5050

5151
## Rules for converting events to Booking slots
5252

53-
We will show how to generate booking slots from the doctor's schedule/calendars 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.
53+
We will show how to generate booking slots from the doctor's schedule/calendars using JSON data. Data is converted on the the server-side. In all example below the schedule for the next period is considered: from 2025-03-13 to 2027-03-13.
5454

5555
**Rule 1. Single event slot creation.**
5656

docs/guides/integration-with-scheduler.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The integration primarily focuses on converting the Scheduler data into Booking
1616
- Scheduler handles events (e.g., single or recurring).
1717
- Booking generates available time slots from those events.
1818

19-
So what you actually need is to generate booking slots from the schedule (the [snippet below](#example) shows how to generate booking slots from the doctor's schedule by converting JSON data on server-side).
19+
So what you actually need is to generate booking slots from the schedule (the [snippet below](#example) shows how to generate booking slots from the doctor's schedule by converting JSON data on the server-side).
2020

2121
- **Recurring events limitation:**
2222
- Booking supports only weekly recurring events (defined as INTERVAL=1;FREQ=WEEKLY in Scheduler).
@@ -42,12 +42,11 @@ The snippet below demonstrates how to integrate Booking with the Scheduler widge
4242

4343
Converting Scheduler events to Booking slots is the major part of integration and the rules for handling the events and converting them to slots are described in the [section below](#rules-for-converting-scheduler-events-to-booking-slots).
4444

45-
4645
<iframe src="https://snippet.dhtmlx.com/d5zbq3g3?mode=result" frameborder="0" class="snippet_iframe" width="100%" height="800"></iframe>
4746

4847
## Rules for converting Scheduler events to Booking slots
4948

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
49+
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.
5150

5251
**Rule 1. Single event slot creation.**
5352

0 commit comments

Comments
 (0)