Directly join Zoom meetings scheduled in Google Calendar via Alfred App WITHOUT having to go through a browser redirect.
The workflow lists all meetings in the next 48 hours with a zoom link in a Google Calendar event. The Zoom link is detected in these 3 event fields:
- the location field,
- the main calendar event text, or
- the zoom conferencing entry, created via the Zoom addon for Google Calendar.
Zoom links with a name rather than a zoom room number are currently not supported.
- Zoom app
- Alfred + Powerpack
- Google Account
Download and install the workflow (either build from source or from the releases page on github)
- Create a new project in the Google Developer Console
- Create new OAuth Client ID credentials for the project with application type Other.
- Download the credentials file
- Copy the credentials file to
~/.zoom-alfred-workflow/client_secret.json
- Invoke the Alfred workflow with
zm
and open the Google Authentication Page by actioning the first entry: - Copy the verification code
- Invoke the workflow again and action the second entry
2. Enter Verification Code
: - Paste the verification code in the Alfred prompt after
zm code
: - The final OAuth tokens will be saved at
~/.zoom-alfred-workflow/tokens
: - Contratulations. You can now join your meetings without having to close annoying redirect-pages in the browser!
git clone https://github.com/gseitz/zoom-alfred-workflow
cd zoom-alfred-workflow
# builds the rust binary and assembles the alfred workflow in dist/*.alfredworkflow
make dist
# builds the rust binary, assembles the alfred workflow, and automatically installs the workflow
make install