Let's say you were invited to a Zoom meeting, but you only have the ID and the password. What do you do?
You plug it into this handy template:
zoommtg://zoom.us/join?confno=XXX&pwd=YYY&uname=ZZZ
confno
(XXX in the example above) is the meeting ID number (numbers only; no spaces).
pwd
(YYY) is the password.
uname
(ZZZ) is optional. It overrides your default display name. This is handy if you want to drop your last name, change from the corporate account name to your personal name, add a phone number, or add preferred pronouns.
Replace any spaces you want to include in your display name with %20
(which is the encoded version of the space character). Or you can use a URL encoder to do it for you automatically.
Sadly, Google Calendar will not make this clickable, so you will have to copy/paste/go in a new browser tab.
Comments