Moodle Plugins directory: Appointments | Moodle.org

Appointments
This block allows teachers to quicky create an appointment with a student which is added to both users' Moodle calendars, and will send an email reminder on the morning on the appointment.
Users who have the block/course_appointments:book capability (teachers) can book appointments with users who have block/course_appointments:bookable (students) in the same course context. There is also a check box which will notify the student of the appointment if checked, otherwise it will just appear on their calendar.
As well as notifying/reminding via email, if you are using Janne Mikkonen's SMSlib, it will try and notify/remind the student via SMS.
- More secure code
- Students' names are sorted alphabetically
Please dont report bugs here
If you experience an error with the block, or would like to request a feature, please use the "Bug Tracker" link below.
if (file_exists($CFG->libdir.'/sms/smslib.php'))
above
@require_once($CFG->libdir.'/sms/smslib.php');
Works for me so far.
Looks really good and just what I was looking for to.
Mark can you fix it to work on 2.2.1?
Cheers
john
Thanks
It appears as "Appointments", sorry for the confusion.
Thanks for the request, I've added it to the bug tracker.
Loc,
The next of the email is defined in a the "notifytext" lang string. You can customise this either in the lang file or using Moodle's Language Customisation interface.
Once you've installed the plugin to your Moodle, it's a block that can be added to your course page (look for "Appointments" in the Add a Block list).