Skip to content

Commit 1f83371

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/guides/integration-with-widgets.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,12 @@ Scheduler event:
332332
Booking slots:
333333

334334
~~~json
335-
// the start date here is March 14, 2025
335+
// the start date here is March 13, 2025
336336
{
337337
"slots": [
338338
{ "from": "09:00", "to": "17:00", "days": [0, 1, 2, 3, 4, 5, 6] },
339339
{ "from": "00:00", "to": "00:00", "dates": [
340+
1741820400000, // March 13, 2025б
340341
1741906800000, // March 14, 2025
341342
1741993200000, // March 15, 2025
342343
1742079600000 // March 16, 2025

0 commit comments

Comments
 (0)