Api bookingWindow and successRedirectUrl NOT working #19112
Replies: 3 comments 1 reply
-
Hey @Tradetechnique! 👋 I'm here to help you out with any bugs, questions, or contributions. I'm a bot designed to assist you while you wait for a human maintainer. The issue you're experiencing with
You might want to verify the structure of the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
Hello, I am using the create event type API (https://api.cal.com/v2/event-types). When I send a request, the event is successfully created on Cal.com, but certain parameters—specifically bookingWindow, successRedirectUrl, and scheduleId—are being ignored. Could you clarify why these parameters are not being applied? Additionally, I would like to add bookingFields to the event. Could you provide guidance on how to do this? Below is an example of my API request along with the response. Request: { "eventData": {
} } Response: {
} |
Beta Was this translation helpful? Give feedback.
-
I'm using api V2. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I want to create event with event-types .
The event is created but successRedirectUrl and bookingWindow are ignored with no error message.
I sent :
{
"eventData": {
"title": "Consultation One-to-Oneb",
"description": "Une session de consultation individuelle b",
"length": 60,
"slug": "consultation-one-to-oneb",
"hidden": false,
"slotInterval": 15,
"locations": [{"type": "address","address": "123 Example St, City, Country","public": true}],
"disableGuests": true,
"successRedirectUrl": "https://www.cosmocareportal.com",
"scheduleId": "abc123",
"bookingWindow": {"type": "range","value": ["2025-02-15","2025-02-15"],"rolling": false}
}
}
Thanks
Beta Was this translation helpful? Give feedback.
All reactions