Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/integration-with-eventcalendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ So what you actually need is to generate booking slots from events (the [snippet
- **Timezone handling:**
- Booking interprets timestamps in the local timezone.
- If you use global timestamps, you need to convert them to local timezones before sending them to Booking (and vice versa before saving the data back).
For conversion instructions, refer to [Working with UTC data](/guides/configuration/saving-reservations/#working-with-utc-data).
For conversion instructions, refer to [Working with UTC data](/guides/saving-reservations/#working-with-utc-data).

- **Booking slot strategies:**
- Use `slots` and `usedSlots` to build the schedule, ensuring that used slots are excluded (we'll focus on this strategy)
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/integration-with-scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ So what you actually need is to generate booking slots from the schedule (the [s
- **Timezone handling:**
- Booking interprets timestamps in the local timezone.
- If you use global timestamps, you need to convert them to local timezones before sending them to Booking (and vice versa before saving the data back).
For conversion instructions, refer to [Working with UTC data](/guides/configuration/saving-reservations/#working-with-utc-data).
For conversion instructions, refer to [Working with UTC data](/guides/saving-reservations/#working-with-utc-data).

- **Booking slot strategies:**
- Use `slots` and `usedSlots` to build the schedule, ensuring that used slots are excluded (we'll focus on this strategy)
Expand Down
Loading