2 part question:
I\'m simply trying to run programs using applescript from the terminal, so I tried:
$ osascript tell application \"iTunes\" to activate
an alternative to osascript:
open -a Calendar
close by:
pkill Calendar