


The only public code I could find for this project by this author is 13 years old and lacks any code to open the meeting links or handle hotkeys of any kind. Also I tried to write an app that would call command line utilities and it was a bear to get the permissions. Actually I looked at the version history and since it used to always open them in Chrome that's probably not the case. I'm guessing that all Next Meeting does is run the command line utility `open` with the contents of the LOCATION field from the ICS file corresponding to the entry.

However if I hit my shortcut key (with or without Next Meeting's menu open) it opens up the meeting link in the browser which then, in JS, does something like Clicking any of the items in the menu opens Calendar where I need to click the Zoom link in the text of the description of the meeting. Then Next Meeting makes a drop down menu in my menubar where the title is the name of my next meeting. In Calendar.app this link is still present inside of the calendar event in the LOCATION field although you can't actually see or edit it in there, odd. I have linked macOS's Calendar.app with Google Calendar. These can either be a Google Meet link, or a Zoom meeting link (through our Zoom integration with Google Calendar). When we create meetings in Google Calendar (in the desktop browser never tried anywhere else) we can add a video conferencing link to the invitation.
