-
Hello, while testing cal.com api, facing the following error: { How can I fix this? Code: import fetch from "node-fetch"; const apiKey = ""; const bookingData = { fetch(url, { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Same error, can't create a new Booking:
|
Beta Was this translation helpful? Give feedback.
Got it!
It looks like the
no_available_users_found_error
also occurs when we try to book outside the defined availability time.