The files it produces don't quite follow the
vCal spec. Specifically, the specification says lines should be in the form:
Code:
BEGIN:VEVENT
DTSTART:20040730T120000Z
but your school's website produces files in the form:
Code:
BEGIN: VEVENT
DTSTART: 20040730T120000Z
It's a subtle difference, but do you see the extra space?
So do the following:
1. Download the file.
(If the file ends up named 'webevent.cgi', just rename it to events.vcs.
2. Open TextEdit.
3. Drag-and-drop the file onto TextEdit.
4. Select Edit:Find:Find, put ': ' (without the quotes) in the 'Find' box, and just ':' (that is, without the space) in the Replace box. Hit Replace All.
5. Save the file.
Now when you drag and drop the file into the iCal calendar list, it should import fine.