I've found the same problem and fixed it by doing the following steps:
1). Download this file:
http://boxstr.com/files/3550397_erzx1/DAVKit.framework.zip2). Run terminal (use spotlight if you don't have it on the dock, hit command-spacebar and type 'terminal' , enter)
<do the following commands in the terminal>
3). sudo -s (then enter your password)
4). cd /Users/(your username)/Downloads
5). unzip DAVKit.framework.zip
6). chown -R root:wheel DAVKit.framework
7). mv /System/Library/PrivateFrameworks/DAVKit.framework /System/Library/PrivateFrameworks/DAVKit.framework.orig.10.5.5
8). mv ./DAVKit.framework /System/Library/PrivateFrameworks/
As soon as I did step 8, the finder window pops out, and all the non-working program can be launched (iCal, Mail).
Reference:
http://discussions.apple.com/thread.jspa?m...8100473#8100473