Appointment booking issue ( making the same date a...
# support
c
Please I am having issues with my customers being able to choose different appointment slots. If a customer books for Monday at 9:00am, it should be completely taken off the available slots instead it still shows that same time and day available causing confusion. Where could the problem be coming from?
v
The issue is likely with your "Schedule Event" tool not updating the calendar after a booking. To fix this, ensure your workflow includes the following step after a customer confirms their slot:
Copy code
plaintext
If appointment details are confirmed:
    Use the "Schedule Event" tool to book the slot in your calendar system.
This will remove the booked slot from availability and prevent double bookings. For more details, see the [Vapi appointment scheduling workflow documentation](https://docs.vapi.ai/workflows/examples/appointment-scheduling). Source: - [Appointment scheduling workflow documentation](https://docs.vapi.ai/workflows/examples/appointment-scheduling)
s
@Chur_mahh22 r u using google calendar?
c
Yes I am . I did an inbuilt integration
s
the problem may be from your tool, the api u r calling to book it. It should block the calendar
just check API that is blocking it
c
By API blocking it, what do you mean? Can you walk me through how to check it?
s
happy to help
texted u
c
Hi, could you please provide us with the Call ID?
c
5bbcc696-938d-45c6-8853-740656b5a2f9
5bbcc696-938d-45c6-8853-740656b5a2f9
c
Hi, we couldn't find anything for that Call ID. Could you please double-check it?