calcom / cal.com

Scheduling infrastructure for absolutely everyone.
https://cal.com
Other
32.19k stars 7.92k forks source link

creating a booking using Make.com; cannot get the booking variable "title" to show in google calendar event! #17006

Open mackdr91 opened 3 weeks ago

mackdr91 commented 3 weeks ago

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

  1. Went to cow.com's API documentation.

  2. Looked up the post endpoint for creating a booking.

  3. 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 }

  4. made sure to add the variable

    Screenshot 2024-10-08 at 4 55 47 PM
  5. got the green light

    Screenshot 2024-10-08 at 4 57 02 PM
  6. the event is made but the title tag shows

    Screenshot 2024-10-08 at 4 59 06 PM

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

CarinaWolli commented 3 weeks ago

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?