Skip to content

this is an unofficial google meet-api that takes oath2 credentials as input and according to your time and date (that is provided by the user) gives you the meeting links.

sumitjangir123/meet-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

what is this?

get meeting links of google meet according to your time slot and date.

provide your oath2 credentials and other arguments as input and you are ready to get the meeting links.

#installation

npm i google-meet-api --save

then ...

...

const Meeting = require('google-meet-api').meet;

Meeting({
clientId : 'XXXXdds420ghq7195tfsbi04i7rduaans.apps.googleusercontent.com',
clientSecret : 'XXXXxxeh2mrCZ',
refreshToken : 'XXXXXXXXXCNfW2MMGvJUSk4V7LplXAXXXX',
date : "2020-12-01",
time : "10:59",
summary : 'summary',
location : 'location',
description : 'description'
}).then(function(result){
console.log(result);//result is the final link
})

important

meet-api takes date and time input as the format shown above

Screenshot-62.png

About

this is an unofficial google meet-api that takes oath2 credentials as input and according to your time and date (that is provided by the user) gives you the meeting links.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published