Kubessandra / react-google-calendar-api

An api to manage your google calendar
MIT License
215 stars 88 forks source link

Add Feature Google Meet link #70

Closed igun997 closed 1 year ago

igun997 commented 3 years ago

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

ghost commented 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.

Kubessandra commented 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.

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 👌