From: Blake C. <bl...@re...> - 2008-03-04 15:02:40
|
Hey Jo, Luckily for me hacking in this functionality was quick and easy. Since phpIcal had everything I was looking for except that, well, simply, now it has everything I need. I've yet to check out your previous comments regarding re-working the authentication system, but yet agree that it would take quite a bit of planning and implementing. I looked into it before I got your response. I'm unsure of the development schedule for this project but do plan on implementing this feature version by version for myself (I expect it to take less then 15 minutes). I've already added a global variable to switch this functionality on and off. If this feature were to ever be 'supported', it would have to allow global and user specific hooks. In all, its not my call to do this or not. In the least, thanks for your input. -Blake Jo Rhett wrote: > On Feb 21, 2008, at 10:56 AM, Blake Cornell wrote: > >> User engineering has a calendar called managment. User management >> has a >> calendar called engineering (don't ask me how this would happen, users >> are supposed to do things like this). They both are allowed to post >> their calendars. Little do they know, they can't overwrite each >> others >> calendars cause they are locked to publish calendars as their user >> name. It allows me a greater piece of mind for the admin (me). >> > > The real, honest answer is: phpIcalendar was never intended to solve > this problem, and will require an extensive rewrite to do so. > > You can hack around this problem by having all of the calendars be in > subfolders, and limit the write access to each subfolder using apache > controls. > > But yes, it's a hack. > > |