Copy my availability

Asks you to pick a day, then calculates the time in between events and copies it so you can share it. Be sure to add filters for your specific calendars.

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 Details of Calendar Events
Extracts information from calendar events, including start date, end date, whether it’s an all day event, the calendar it belongs to, the location, whether it has alarms, the event duration, the organizer, the attendees, the URL, the title, the notes, & more.
shortcuts-action-icon-copy-to-clipboard.webp
Copy to Clipboard
Copies the result of the last action to the clipboard.
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.
Format Date
Formats a date and time into text.
Adjust Date
Adds or subtracts an amount of time from the date passed into the action.
Get Dates from Input
Returns any dates found in the output from the previous action.
action-icon-add-to-variable.webp
Add to Variable
Appends this action’s input to the specified variable, creating the variable if it does not exist. This allows you to make a variable hold multiple items.
shortcuts-action-icon-set-variable.webp
Set Variable
Sets the value of the specified variable to the input of this action.
shortcuts-action-icon-text.webp
Text
Passes the specified text to the next action.
shortcuts-action-icon-count.webp
Count
Counts the number of items, characters, words, sentences, or lines passed as input. Note (from Apple, for real) This is just like the Count in Sesame Street, but instead of a vampire, it’s a Shortcuts action.
action-icon-ask-for-input.webp
Ask for Input
Prompts the user to enter a piece of information.
shortcuts-action-icon-stop-and-output.webp
Stop and Output
Stops execution of the current shortcut, and outputs content. This action is useful when: • Running a shortcut from another shortcut (using the Run Shortcut action). The output will be used as the output of the Run Shortcut action. • Running a shortcut from Quick Actions in Finder on macOS. The output will be saved as a file alongside the files selected in Finder. • Running a shortcut from Services on macOS. The output will replace the selected content, if applicable. • Or, when running a shortcut from another location that supports output, like the command-line or the Shortcuts URL scheme. No more actions will be run after this action.

Extra Details

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

More From This Folder

More From The Library


Get way deeper into Shortcuts – become a member.