When creating a new meeting with the API, the data returned for the “start_time” is not the start time submitted, but instead a duplicate of “created_at”
Thanks for reaching out about this, and happy to help.
Can you share the full request body you’re passing that returns this response, including the start time exactly as you’ve formatted it? This will help to debug, as depending on what info you provide in the request body can affect the response.
Thank you for providing more information. I’m not aware of this being a known issue, there haven’t been any updates and I haven’t been able to reproduce this on my end. I’m thinking this was either related to a copy and paste error or perhaps an intermittent issue with the API itself. It’s difficult to be sure.
If you see this again, please respond to this topic as soon as you can and we’ll investigate this issue right away.
Hey Max, I think I figured it out. You can duplicate this by trying to schedule a meeting through the API for some time in the past. My application allows users to schedule from a calendar view, and while testing I clicked on a date that has already passed. I guess this isn’t really a bug but it might be better to return an error, rather than to just schedule the meeting for the exact moment the API was called and still return a 201 success code. I was error checking by comparing the start_time returned to what I sent, otherwise I would never have seen it.
Below is a json_decoded array of the output (it’s easier to read), followed by the cURL I sent. The only edits I made were to remove the token and links.
I can confirm that if you schedule a meeting with the start_time being in the past, the start_time will default to the current time. We will work on improving the error messaging around this.