dean : modify event ids so that they're based on uvic events calendar
Posted by sarneil on 06 Oct 2010 in Activity log
There rssReaderManyDepts.php file which generates a unique Id for each item in the list of events. That was formerly a sequential number generated each time the code was run. Problem is that from day to day, any given event's id might change as events above it chronologically rolled off the list, thus making it impossible to create a permanent id with the event id as a hash argument. I had meant to replace that with code which used the id of the event assigned by the uvic events calendar, but had forgotten to write the code. I've now written those lines of code and put them into the file, so links of the form "#eventChronoNNNNN") will work for as long as that event appears in the list on the page.