1.0.0 • Published 5 years ago
meet-api v1.0.0
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 meet-api --save
then ...
...
import {meet} from 'meet-api';
meet({ clientId : 'XXXXXXXXXX-XXXXXXXX', clientSecret : 'XXXXXXXXXXXX', refreshToken : 'XXXXXXXX', date : 10-02-2020, time : 14:25, summary : 'summary', location : 'location', description : 'description' });
important
meet-api takes date and time input as the format shown above
1.0.0
5 years ago