Found a bug? Please fill out the sections below. 👍
Issue Summary
When using the create booking endpoint I am having trouble adding a title through my API in order for it to show when the event is created on my google calendar.
Steps to Reproduce
Went to cow.com's API documentation.
Looked up the post endpoint for creating a booking.
Created the API for the POST endpoint
{
"eventTypeId": 81236,
"start": "2024-10-09T07:00:00-4:00",
"responses":{
"name": "Domonick",
"email": "domonickmack@gmail.com",
"phone": "+18503392177",
"location":{
"value":"integrations:google:meet",
"optionvalue":""
}
},
"metadata":{},
"timeZone": "America/New_York",
"language": "en",
"title": "Booking with X and Y",
"description": "Wants help with setting up automation",
"status":"ACCEPTED",
"smsReminderNumber": null
}
made sure to add the variable
got the green light
the event is made but the title tag shows
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
Actual Results
What's happening right now that is different from what is expected
Expected Results
I want the title of the event to show
Technical details
Browser version, screen recording, console logs, network requests: You can make a recording with Bird Eats Bug.
Node.js version
Anything else that you think could be an issue.
Evidence
How was this tested? This is quite mandatory in terms of bugs. Providing evidence of your testing with screenshots or/and videos is an amazing way to prove the bug and a troubleshooting chance to find the solution.
Any other relevant information. Fore le, why do you consider this a bug and what did you expect to happen instead?
Actual Results
What's happening right now that is different from what is expected
Expected Results
This is an ideal result that the system should get after the tests are performed
Technical details
Browser version, screen recording, console logs, network requests: You can make a recording with Bird Eats Bug.
Node.js version
Anything else that you think could be an issue.
Evidence
How was this tested? This is quite mandatory in terms of bugs. Providing evidence of your testing with screenshots or/and videos is an amazing way to prove the bug and a troubleshooting chance to find the solution.
Instead of having {title} for the event name, you could do something like 'Booking with {Scheduler} and {Organiser first name}'. Would that solve you issue?
Found a bug? Please fill out the sections below. 👍
Issue Summary
When using the create booking endpoint I am having trouble adding a title through my API in order for it to show when the event is created on my google calendar.
Steps to Reproduce
Went to cow.com's API documentation.
Looked up the post endpoint for creating a booking.
Created the API for the POST endpoint { "eventTypeId": 81236, "start": "2024-10-09T07:00:00-4:00", "responses":{ "name": "Domonick", "email": "domonickmack@gmail.com", "phone": "+18503392177", "location":{ "value":"integrations:google:meet", "optionvalue":"" } }, "metadata":{}, "timeZone": "America/New_York",
"language": "en", "title": "Booking with X and Y", "description": "Wants help with setting up automation", "status":"ACCEPTED", "smsReminderNumber": null }
made sure to add the variable
got the green light
the event is made but the title tag shows
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
Actual Results
Expected Results
I want the title of the event to show
Technical details
Evidence
Any other relevant information. Fore le, why do you consider this a bug and what did you expect to happen instead?
Actual Results
Expected Results
Technical details
Evidence