Label org.ANYNAMEHERE.fixicalview OnDemand Program /usr/bin/osascript ProgramArguments /usr/bin/osascript -e tell application "System Events" to set isiCalOpen to count (every process whose creator type is "wrbt") if (isiCalOpen is 1) then tell application "iCal" to quit do shell script "defaults write com.apple.ical \"first day of week\" -int " & ((((weekday of (current date)) as integer) + 3) mod 7) delay 2 tell application "iCal" to activate StartCalendarInterval Hour 0 Minute 1