Hello there Is there anybody that can... Help deb...
# api
l
Hello there Is there anybody that can... Help debug/resolve a 500 server error? I am receiving a 500 error while creating a booking, with the message "Unhandled error of type 'undefined'..." The booking creation is successful but the server responds with an error. Details of my request: Method: POST URL: https://api.cal.com/v1/bookings/?apiKey=[API_KEY] Body { "title": "Sandra's Booking", "start": "2023-03-16T150000+0200", "end": "2023-03-16T154500+0200", "eventTypeId": 239192, "description": "", "name": "Sandra", "email": "lehlohonolo.ntsoele@hekimacounsel.com", "language": "en", "metadata": {}, "location": "link", "customInputs": [], "timeZone": "Africa/Johannesburg" } Am I doing something wrong? Your help would greatly be appreciated.
m