react-google-calendar-api icon indicating copy to clipboard operation
react-google-calendar-api copied to clipboard

Add Feature Google Meet link

Open igun997 opened this issue 4 years ago • 0 comments

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

igun997 avatar Aug 03 '21 02:08 igun997