iCal does not remember the window position properly (at least on my iBook). Until Apple fixes it, here's an AppleScript that you can use to launch iCal with a zoomed (or custom) window position:
tell application "iCal"Substitute the defining window coords with whatever you want. the first two numbers are horizontal and vertical positions of the top left corner, and the other two are the bottom right corner.
set zoomed of window "iCal" to true
end tell
--- or you can set custom window positions with:
--- set bounds of window "iCal" to {0, 0,1024, 768}
Comments (0)
Mac OS X Hints
http://hints.macworld.com/article.php?story=20020912062435353