-
Trigger an email to be sent upon successful appointment booking.
-
- [ ] Setting in Booking option: Allow overlapped Booking yes/ Warning / No
- [ ] Availability condition: you can't book because you've already booked x which takes place at the same time OR Do you r…
-
Create the Booking controller to verify seat availability, reserve seats, and update seat status upon confirmation.
-
After a successfully rescheduling a booking using the rescheduledBy url parameter. ie- `/reschedule/{{uuid}}?rescheduledBy=test@test.test` The user is then redirected to the `booking/{{uuid}}` url f…
-
Build a new API service to call the Smoobu API? Hook up to booking UI component.
homepage, booking
-
Connect the React frontend with the Spring Boot backend to enable seamless appointment booking. Handle API calls using Axios, manage state with React Context API, and provide user feedback based on AP…
-
Connect the React frontend with the Spring Boot backend to enable seamless appointment booking. Handle API calls using Axios, manage state with React Context API, and provide user feedback based on AP…
-
**Issue Summary**
I have encountered an issue while using the Cal.com API. When I perform a GET request to retrieve booking information, the responses for custom booking questions (e.g., "Number of d…
-
### Issue Summary
Slots that still have available seats left are getting blocked when the booking limit is reached.
### Steps to Reproduce
1. Create event with 5 seats and booking limit 1 pe…
-
Update the application state upon booking and inform the user of the successful action.