Join my next meeting

shortcut-join-my-next-meeting-icon.webp

Looks for the URL in your next meeting and asks if you want to open it.

Actions Used

Find Calendar Events
Searches for the calendar events in your library that match the given criteria. Allows for sorting, changing the order, and limiting the number passed as a result.
Get Upcoming Events
Gets upcoming calendar events, ordered from nearest to farthest away in time. Choose a calendar, number of events, and the day to retrieve from.
Show in Calendar
Shows the date or calendar event passed as input in the Calendar app.
shortcuts-action-icon-repeat-with-each.webp
Repeat with Each
Takes a list of items as input, and runs the contained actions once for each item in the list.
shortcuts-action-icon-if.webp
If
Tests if a condition is true, and if so, runs the actions inside. Otherwise, the actions under “Otherwise” are run.
shortcuts-action-icon-get-urls-from-input.webp
Get URLs from Input
Returns any links found in the output from the previous action.
shortcuts-action-icon-open-urls.webp
Open URLs
Opens URLs passed into the action in Safari (or the corresponding app if it’s a deep link).
shortcuts-action-icon-show-alert.webp
Show Alert
Displays an alert with a title, a message, and two buttons. If the user selects the OK button, the shortcut continues. The cancel button stops the shortcut.
shortcuts-action-icon-nothing.webp
Nothing
This action does nothing and produces no output. It is useful to separate blocks of actions, or to ensure that no input is passed to the next action.

Extra Details

Run Shortcut deep link
shortcuts://run-shortcut?name=Join%20my%20next%20meeting
Open Shortcut deep link
shortcuts://open-shortcut?name=Join%20my%20next%20meeting
AppleScript code
tell application “Shortcuts Events” run shortcut “Join my next meeting” end tell

More From This Folder

More From The Library

Open RSS posts

Gets the RSS feed from the Shortcut Input, extracts 10 stories, presents them in a menu, and copies the chosen URLs before opening them in Safari.

Get Shortcut »


Get way deeper into Shortcuts – become a member.