1.0.1 • Published 5 years ago

@silverbirder/zoom-meeting-creator v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

License: MIT npm download npm version npm bundle size twitter

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)
  2. (Optional) Get the Slack WebHook URL (https://api.slack.com/messaging/webhooks)

Console

  1. Access the Your Google Apps Script
  2. Add the this library. (ZoomMeetingCreator)
    1. API ID is MjAVS0gBC2JeafTyQ8s9bqHWuXGFJZPSs
  3. Use it like the sample/index.js.