The only bug I found is that if a calendar name is longer than what iCal will display (i.e. "Test and Papers" gets truncated to: "Tests" in the display on the left side) then iCalEvent will not display any events from that calander.
If I shortened the name, it fixed the bug.
Just what I was looking for; very nice.
September 26, 2005 ·
version 1.5 William Ruchaud
To make it works automatically under Tiger just change the retrieveList function by the following :
(sucky comment system cuts out backslashes and shortens without warning!)
4. Back out of the calendars folder up to the Contents folder. Open the file iCal Events.js in a text editor and delete the lines runCommand("rm Scripts/calendars/*"); and runCommand("ln -s ~/Library/Calendars/* Scripts/calendars/");. Save and close the file.
That's it. You'll need to make a symbolic link for every calendar you want to see in iCal Events, but other than that this should restore most of the pre-Tiger functionality.