Event Calendar WS2003 problem mystery solved.

It was noted before that the event calendar is not showing the text in the day box in WS2003 and works for all O/S before. Turns out that the security of WS2003 force the data files to be in the same directory as the execution .aspx file. Also, the file extension must be within the MIME type. So, file extensions like .evt, .sch will break. Try to display this files (.evt, .sch) in the browser will fail in WS2003. So, rename the event and schedule file to .txt and then place them in the same dir and then specify the fileurl as ./eventfile.txt ./schfile.txt will work. I only have luck with ./filename. Another other url formats fails. even the full url. The manual is updated with an example.


Frank