GoSWH Posted May 8, 2015 Share Posted May 8, 2015 (edited) Hi. I've created my first ever workflow despite being a heavy Alfred PowerPack user for years. You can find the workflow on my hosted GitHub Page # Pre-requisites: This workflow assumes you have the GTM client installed on your Mac.# How to Use: 1. Copy the GoToMeeting ID from your calendar invite or email. 2. Launch Alfred with your keyboard shortcut of choice (mine is CMD+Space) 3. Type the letters: gtm followed by a space and then paste the meeting ID you copied in Step 1. 4. Hit Enter/Return 5. GTM will start. It's been tested with GoToMeeting 7.1.8 & 6.4.12. Let me know if it works for you. //Shawn Edited May 11, 2015 by GoSWH surrealroad 1 Link to comment
GoSWH Posted May 8, 2015 Author Share Posted May 8, 2015 In an effort to track my progress on this workflow, I am using Reply vs. Edit on the original post. Updated edit includes: moving from Run NSAppleScript to Run Script using /usr/bin/osascript which in turn runs the AppleScript in the Script window. adding "Enter your Meeting ID" as SubText (see screenshot) removed GTM version specificity by deleting: tell process "GoToMeeting v7.1.8" and replacing with: tell application process "GoToMeeting" The net result of this should be that any version of GoToMeeting will now work with this workflow. I tested with current version 7.1.4 and older version 6.4.12 build 2331 and both versions work. Also, this workflow has been tested on 10.10.3 and 10.10.4 beta. Link to comment
KanaiAdhikary Posted December 2, 2016 Share Posted December 2, 2016 R-HUB web conferencing servers is another very good web conferencing tool which provides similar user experience as gotomeeting. You may try the same. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now