Multiuser instrument scheduling

Hello,

I would like to use the scheduler as an Instrument scheduling website at my school. Currently we’re using ORS (ors.sourceforge.net) and it’s getting a little long in the tooth.

I’ve got a basic unit scheduler working, but I’m wondering how to go about adding users to the system. I can use the apache login in .htaccess. Ultimately I would like a users to log in, select the time they want to reserve, and when they’re done it would show the user that booked the instrument. As a bonus, it would be really beneficial to add ‘rules’ for usage. Any help is appreciated!

The login system need to be created separately. You can use any solution, the only place where it correlates with scheduler - data feeds.

Check scheduler\samples\08_shared_events , especially samples/08_shared_events/events.php
You will need to use a similar code, but instead of takind user from the url, take it from session or any other place where logic system will store it.