Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ChocolateJesus

macrumors member
Original poster
Jul 3, 2008
58
0
Ontario
Hey guys.

Rather basic question, was able to open my calendar program at 7AM every morning, how can I do this on my iMac?

I've tried messing about with Automator but found it to be too complication to get the results I wanted easily. Any ideas?
 
Set an alarm in iCal to open a File (in this case, iCal) at the specified time.
 
It is open all the time, but I would like for it to pop-up on screen at 7AM. I've found that you can put an alarm and have it run a script; what should I put into AppleScript to have iCal pop-up?
 
I'm not a scripting person, but to clarify...iCal is always open, but you want the iCal window to 'maximize' at 7AM each and every day?

This is like an alarm clock for you? Or you use it to give you an alert, in a way, as to the time and that you need to stop surfing the net and need to head to work/school?

About all I could suggest would be to schedule your computer to wake up at 7AM via the Energy Saver... Settings page...so I am no help. ;)
 
What skyblue said will do exactly what you need, but if you want a script, just type this in Applescript Editor:

Code:
tell application "iCal"
	activate
end tell
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.