Replies: 1 comment
-
Hey @tonnic! I'm here to help you with any bugs, questions, or contributions while you wait for a human maintainer. Let's tackle this together! To ensure that a Google Meet link is included when booking through the API, you need to set the const bookingDetails = {
responses: {
name: name,
email: email,
location: {
value: "integrations:google:meet",
optionValue: "",
},
guests: [],
},
user: username,
start: appointmentStartTimeInTargetTZ,
end: appointmentEndTimeInTargetTZ,
eventTypeId: 56,
eventTypeSlug: "30min",
timeZone: "Asia/Kolkata",
language: "en",
metadata: {},
hasHashedBookingLink: false,
}; This setup ensures that a unique Google Meet link is generated automatically for each event [1]. Additionally, make sure that 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.
-
Hi - I am booking with the https://api.cal.com/v2/bookings endpoint and wondering why it doesn't include the google meet (or cal video I guess) through the API. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions