Booking created without adding guests #17175
Replies: 1 comment 1 reply
-
The issue you're experiencing with guests not being added to the booking might be due to a couple of reasons related to the Cal.com API:
Make sure to adjust your request body accordingly and verify the permissions and email validity to resolve the issue. To continue talking to Dosu, mention @dosu. Written by @dosu, approved by dosu-customer-success |
Beta Was this translation helpful? Give feedback.
-
Description
I am experiencing an issue when trying to schedule meetings with guests using the Cal.com API. Although the booking is successfully created, the guests are not added, even when specified in the request body.
Steps to Reproduce
POST
request tohttp://cal.com/v1/bookings
with the following body:cURL Used
Expected Behavior
I expected the guest specified in the
guests
field to be added to the booking.Actual Behavior
The booking is created, but the guest is not added.
Environment
Response Example
Summary
guests
field populated.Beta Was this translation helpful? Give feedback.
All reactions