Generate calendar weeks

Rethink things in terms of the 52 week in the year.

Actions

Date
Passes the specified date and time to the next action.
Adjust Date
Adds or subtracts an amount of time from the date passed into the action.
shortcuts-action-icon-set-variable.webp
Set Variable
Sets the value of the specified variable to the input of this action.
action-icon-calculate-expression.webp
Calculate Expression
Evaluates the mathematical expression in the given input string and outputs the result as a number.
shortcuts-action-icon-repeat.webp
Repeat
Repeats the contained actions, running them the specified number of times.
Format Date
Formats a date and time into text.
shortcuts-action-icon-text.webp
Text
Passes the specified text to the next action.
shortcuts-action-icon-combine-text.webp
Combine Text
Joins text together, inserting the separator between each join.
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.

More From This Folder

Extra Details

Link to Run Shortcut
shortcuts://run-shortcut?name=Generate%20calendar%20weeks
Link to Open Shortcut
shortcuts://open-shortcut?name=Generate%20calendar%20weeks
AppleScript code
tell application “Shortcuts Events” run shortcut “Generate calendar weeks” end tell

More From The Library


Get way deeper into Shortcuts – become a member.

Browse more