When sharing Zoom accounts, sometimes people will accidentally book overlapping meetings. This script will find and report them to a Slack-style webhook.
- Get your Zoom API key and secret
- Create an incoming webhook in Slack
- Copy
.env.exampleto.envand edit it. python conflictdetector/conflictdetector
Assuming you have faas-cli and kubectl configured and working.
faas-cli secret create conflictdetector-keys --from-file=.envfaas-cli deploy -f stack.yml- If
cron-connectoris installed, the function will execute hourly.
export DOCKER_USER=<your docker.io username>faas-cli publish -f stack.yml --platforms linux/arm/v7,linux/amd64faas-cli deploy -f stack.yml