Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

close app window

I am trying to launch Calendar and immediately close the window that opens: It opens

calendar but does not close window. If I run tell application "Calendar" to close every window by itself, it closes. What am I missing??


tell application "Finder"

activate

open application file "Calendar.app" of folder "Applications" of folder "System" of startup disk

tell application "Calendar" to close every window

end tell


thanks


iMac Line (2012 and Later)

Posted on May 20, 2020 2:31 PM

Reply
Question marked as Best reply

Posted on May 21, 2020 12:09 AM

Is this working for you?


tell application "Calendar" to activate
tell application "Calendar" to close front window

Similar questions

1 reply

close app window

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.