Scheduler
Maintained by
Learnweb – University of Münster, Henning Bostelmann
An appointment scheduler for planning face-to-face meetings between teachers and students. Teachers can set up time slots, and students can choose one of these on Moodle.
Comments
Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.
Unfortunately, we have encountered some bugs with slots suddenly disappearing, so we have discovered that not all the tasks one does as a teacher are recorded in the log database.
Therefore I have 2 questions
- Do you have an explanation for the missing logs?
- Is there a way to limit the ability to revoke students (we think this is the root of our problem)?
see below for details:
https://moodle.org/mod/forum/discuss.php?d=429935#p1788862
Thanks Nancy
Thanks for the new version. After installing the master branch from Github we noticed a bug with files (uploaded files cannot be opened) : https://tracker.moodle.org/browse/CONTRIB-9214
Any idea how to fix this?
Thanks,
Sébastien
1. Thanks for developing and maintaining one of my favorite plugins, and I don't say/write it to every developer
2. Can you estimate when the Moodle 4.1 version of the plugin would be released?
3. Do you plan to include in the Moodle 4 release a new version of the plugin icon, that would be in line with the core activities/resources icons?
On the other hand, the 3.11 version of Scheduler should also work on 4.x up to some display issues (for example, missing icons).
our lecturers really love this plugin - now we are planning Moodle 4 upgrade for march 2023... Is it possible to keep on using the 3.11 Version of the scheduler on Moodle 4 - or is there a 4.0 (or 4.1) version coming soon?
Thank you + kind regards
Katja
I am running Moodle V4. Is this plugin compatible. If not, will you be providing an update and if so, by when?
Thanks for the very useful plugin. I'm passing on a query I received from one of my colleagues. Their question concerns the way group slots are displayed on the Appointments screens. Currently these display the group name, followed by the group members' names in square brackets. My colleague would like it if the slot only displayed the group name. It would be useful if there was a setting that could toggle whether the group members' names are displayed in this way.
I get a deprecated warning in some pages of the scheduler plugin.
user_picture::fields() is deprecated. Please use the \core_user\fields API instead.
line 256 of /lib/outputcomponents.php: call to debugging()
line 111 of /mod/scheduler/datelist.php: call to user_picture::fields()
line 86 of /mod/scheduler/view.php: call to include()
Can this be fixed?
Regards
if (get_config('mod_scheduler', 'showemailplain')) {
$emailfield->title = get_string('email');
}
else {
$emailfield->title = get_string('idnumber');
}
if ($user) {
if (get_config('mod_scheduler', 'showemailplain')) {
$emailfield->value = obfuscate_mailto($user->email);
}
else {
$emailfield->value = obfuscate_mailto($user->idnumber);
}