This is an example of one of the links which is not working:
...ww.netexpress.net/~gracel/calscript/calendar.pl?calendar=Composite&view=Event&event_id=100&datestring=0000&starttime=4:30%20pm&endtime=5:30%20pm&template=event_detail_popup.html &calendar=
At the very end of it, notice the "&calendar=". It looks like the event's calendar reference is not being added to the URL string. It should be ...&calendar=Calendar_Reference_Here.
Make sure the tag <%= $EVENT->{'details'}->{calendarref} %> has been added to the title links in the grid as described in the installation.txt file. By looking at the raw template code you're using, it looks like you have <%= $EVENT->{schedule}->{calendarref} %> instead. That tag is only used in the search results area of the template, no where else.
Dan O.
------------------
[This message has been edited by DanO (edited November 04, 2004).]