cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Effective immediately, customers with subscription plans greater than $10 USD/month may receive live chat support. Sign in and visit our contact page to view your support options.

  • Starting February 1, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to keep using SMS/MMS capabilities on their numbers.

Can't find meetings in Zoom

dswift210
Newcomer
Newcomer

Hi,

 

Since Zoom adopted it's dreadful new interface a few months ago, sometimes when I start up the program, I can't find my meetings. I have around 30 meetings set up, which I use on an ad hoc basis. All of them are reoccurring but are not set for a particular time.

Anyway, sometimes when I click on 'Meetings', they are there at the bottom, underneath the huge empty space for the calendar/scheduler I will never use. However sometimes, apparently randomly, they don't show up at all, so I have to go onto the website, login (for some reason Zoom does not allow me to stay logged in), and open the meeting that way, which takes longer and is inconvenient.

 

Does anyone else have this problem? Does anyone know how I can solve this, or ideally go back to the classic Zoom interface, when the company understood that it was a video platform, and not a calendar service?

 

3 REPLIES 3

storyhub
Community Champion | Customer
Community Champion | Customer

On a Windows 11 PC that I control I use a shortcut to a script created by AutoHotKey that signs in to the account and starts the meeting. A simple single click which can be given a friendly name.

AppData := EnvGet("AppData")
run AppData "\Zoom\bin\Zoom.exe"
WinWait "Zoom Workplace",,15
WinActivate "Zoom Workplace"
WinWaitActive "Zoom Workplace",,15
sleep 3000
Send "{tab}{tab}{tab}{enter}"
WinWait "Zoom Workplace",,15
WinActivate "Zoom Workplace"
WinWaitActive "Zoom Workplace",,15
Send "^a"
SendText "<username>"
Send "{tab}"
SendText "<account password>"
Send "{enter}"
sleep 5000
WinWait "Zoom Workplace",,15

run AppData "\Zoom\bin\Zoom.exe --url=zoommtg://zoom.us/join?action=join&confno=<meeting ID>&pwd=<hashed passcode from Zoom link>"

CK853
Newcomer
Newcomer

Yes it's absolutely atrocious. I found my own meeting accidentally just now, clicking through account then something else. I am disgusted I pay for a service for meetings that makes it this hard to find your meeting. 

dswift210
Newcomer
Newcomer

In the end I simply uninstalled Zoom, downloaded the latest version and installed that. Since then (as of now at least...) it always has the 'Recurring Meetings' right at the bottom of the Meetings tab. 

 But it is infuriating that about 90% of the screen is dedicated to a calendar I am never going to use, rather than the thing I signed up for in the first place and continue to pay money for.