I'm looking for a scheduling module that could do the following: - when creating a booking it will book the specified classroom, instructor, and student - the classroom and the instructor would be like "facility" and they both have to be available for the same time slot - I want to be able to view the classroom availability and view the instructor availability. - when booking it can send email to notify the instructor - can book recurring meeting - can have 15 minute increments As an example, let's say I have 3 classrooms, red, green, and blue; and I have 5 instructors, A, B, C, D, and E. If John registers as a new student, and would like to take lessons with instructor B for every Tuesday from 6:30 to 7pm. I would like to create this recurring meeting to be able to book it with the student, instructor B, and locate a meeting room that is available on Tuesdays from 6:30 to 7pm. |