Closed igun997 closed 1 year ago
None of my business but without that code you can still create a google meet invite passing those props to the event.
I’m passing the attendees
prop to the event, which is not typed, and it is being added in the final calendar request.
None of my business but without that code you can still create a google meet invite passing those props to the event. I’m passing the attendees prop to the event, which is not typed, and it is being added in the final calendar request.
Good solution, also I'm closing this PR for now, because nothing is moving if someone want to reopen it and continue it, totally possible 👌
let options = { end: { dateTime:
${start_date}T${addMinute( start_time, values.duration, )}:00
, timeZone: "Asia/Jakarta", }, start: { dateTime:${start_date}T${start_time}:00
, timeZone: "Asia/Jakarta", }, conferenceData: { createRequest: { conferenceSolutionKey: { type: "hangoutsMeet", }, requestId:yourID-${values.title}
, }, }, summary: values.title, description: values.description, visibility: "public", };with that code you can get hangout link from event, pls approve my app use this package