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.
- Host: GitHub
- URL: https://github.com/silverbirder/zoom-meeting-creator
- Owner: silverbirder
- License: mit
- Created: 2020-06-05T13:05:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:44:05.000Z (over 1 year ago)
- Last Synced: 2024-04-14T18:11:52.643Z (about 1 year ago)
- Topics: clasp, googleappsscript, typescript, zoom
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](https://www.npmjs.com/package/@silverbirder/zoom-meeting-creator)
[](https://www.npmjs.com/package/@silverbirder/zoom-meeting-creator)
[](https://www.npmjs.com/package/@silverbirder/zoom-meeting-creator)
[](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).