View Single Post
You could also add scripts like the following to the toolbar:
tell application "iCal"
activate
tell (first window whose name is "iCal")
set visible to true
end tell
end tell

and:

tell application "Address Book"
activate
tell first window
set visible to true
end tell
end tell