Skip to content
/ ezz Public

🎦 ezz is a simple CLI tool to schedule Zoom meetings

License

Notifications You must be signed in to change notification settings

cuducos/ezz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezz Tests

ezz (cheesy abbreviation for easy Zoom) is a simple CLI tool to schedule Zoom meetings.

Install

With cargo installed:

$ cargo install --path .

Authentication

ezz requires three environment variables to authenticate using your Zoom account:

  • ZOOM_ACCOUNT_ID
  • ZOOM_CLIENT_ID
  • ZOOM_CLIENT_SECRET

You can obtain yours in Zoom's marketplace, under Develop.

Usage

See all the options:

$ ezz --help
ezz is a simple CLI tool to schedule Zoom meetings.

Usage: ezz [OPTIONS] --name <NAME> --on <DATE> --at <TIME>

Options:
  -n, --name <NAME>          Name of the meeting
  -o, --on <DATE>            Date of the meeting in YYYY-MM-DD format or one of: today, tomorrow, monday, tuesday, wednesday, thursday, friday, saturday, sunday
  -a, --at <TIME>            Time of the meeting in HH:MM format
  -d, --duration <DURATION>  Duration of the meeting in minutes [default: 60]
  -p, --password <PASSWORD>  Meeting password, max. 10 characters [default: auto-generated random password]
  -t, --timezone <TIMEZONE>  Timezone (as in https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists/#timezones) for the meeting, e.g. America/Recife [default: your account's timezone]
  -h, --help                 Print help information

Example

Creating a Zoom meeting called Aloha for next Friday at 5 pm:

$ ezz --name Aloha --on friday --at 17:00
https://us02web.zoom.us/j/00000000000?pwd=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

About

🎦 ezz is a simple CLI tool to schedule Zoom meetings

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages