Scheduling
Slot generation, availability checking, and conflict detection
Edit and run examples against `[email protected]` in your browser.
Generate Time Slots
Create bookable time slots for a day or range
index.ts
Console
Press Run to execute the example.
Availability & Conflicts
Check availability and detect booking conflicts
index.ts
Console
Press Run to execute the example.
Buffer & Merge
Add buffers between bookings and merge adjacent slots
index.ts
Console
Press Run to execute the example.