Skip to content

Instantly share code, notes, and snippets.

@helmuthauser
Last active January 13, 2017 13:22
Show Gist options
  • Save helmuthauser/a1eb628ef7d83ae27ba1b1cbeee00db7 to your computer and use it in GitHub Desktop.
Save helmuthauser/a1eb628ef7d83ae27ba1b1cbeee00db7 to your computer and use it in GitHub Desktop.
change_number_of_days_in_Calendar_week_view
# to change the the number of days shown in the week view
# change the number in line 4 after the work "week"
tell application "Calendar" to quit
do shell script ("defaults write com.apple.iCal n\\ days\\ of\\ week 10")
tell application "Calendar" to activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment