I'm making some progress....
My current strategy is to create a dummy user with mini-Admin privs, ie. add event, approve/edit own.
I've modded User.pm so that if the username is not anonymous, and not my admin name, then it checks a mySQL DB of user/pwd data to validate.
The challenge is then to maintain the CS placeholder username (to get each person the same privs), but to add in a field with the users real name.. ie. adding $User->{'fullname'}.
So far that works thru the log-in and first calendar view, but I think now its getting lost as this info is moved into Session variables.. so I need to add info to those, methinks.
Still working thru it, but making progress.
Will report when I have more working.
Oddly what I had found was that when I first loaded the calendar, all of my users were in the dump of $User.
<tr><td colspan="7"><pre>
<% use Data:
umper; print Dumper($User); %>
</pre></td></tr>
but after logging in/out they were not. Shrug.
Mike
------------------
[This message has been edited by Zim (edited April 12, 2004).]