An open API service indexing awesome lists of open source software.

https://github.com/silverbirder/zoom-meeting-creator

zoom-meeting-creator is a Google Apps Script for creating zoom meetings.
https://github.com/silverbirder/zoom-meeting-creator

clasp googleappsscript typescript zoom

Last synced: 3 months ago
JSON representation

zoom-meeting-creator is a Google Apps Script for creating zoom meetings.

Awesome Lists containing this project

README

        

[![License: MIT](https://img.shields.io/npm/l/@silverbirder/zoom-meeting-creator.svg)](https://opensource.org/licenses/MIT)
[![npm download](https://img.shields.io/npm/dt/@silverbirder/zoom-meeting-creator.svg)](https://www.npmjs.com/package/@silverbirder/zoom-meeting-creator)
[![npm version](https://img.shields.io/npm/v/@silverbirder/zoom-meeting-creator)](https://www.npmjs.com/package/@silverbirder/zoom-meeting-creator)
[![npm bundle size](https://img.shields.io/bundlephobia/min/@silverbirder/zoom-meeting-creator)](https://www.npmjs.com/package/@silverbirder/zoom-meeting-creator)
[![twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%silverbirder)](https://twitter.com/silverbirder)

# zoom-meeting-creator
## Description
zoom-meeting-creator is a Google Apps Script for creating zoom meetings.

## Usage
### Prepare
1. Get the Zoom API Key and Secret ([https://marketplace.zoom.us/docs/guides/build/jwt-app](https://marketplace.zoom.us/docs/guides/build/jwt-app))
1. (Optional) Get the Slack WebHook URL ([https://api.slack.com/messaging/webhooks](https://api.slack.com/messaging/webhooks))

### Console
1. Access the Your [Google Apps Script](https://script.google.com)
1. Add the this library. (ZoomMeetingCreator)
1. API ID is **MjAVS0gBC2JeafTyQ8s9bqHWuXGFJZPSs**
1. Use it like the [sample/index.js](https://github.com/Silver-birder/zoom-meeting-creator/blob/master/sample/index.js).