Event Reminders
Maintained by
Isuru Madushanka Weerarathna
This plugin will automate sending reminders for calendar events.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
I am currently doing some tests on the plugin to make it work for Moodle 2.9.
For the benefit of those reaching this thread in the future:
The moodle version 2.8 we were using had been progressively upgraded from a version well before moodle v2.5
It seems that from moodle 2.6 onwards all the cron tasks can be managed from within the moodle and when the server runs the cron job, previously, where a task failed, it would stop all remaining cron tasks from being performed, whereas now that isn't the case. Trouble is that the server logs say that cron has been completed successfully, but it doesn't report if any of the individual tasks failed to run.
When we looked at the cron task in moodle, the legacy cron task wasn't running, and this seems to have been the key issue.
We also found that the table local_reminders, required by the 'Event_Reminders' plugin wasn't present. I'm not convinced that was the case though as I had checked the tables the day before. (and event reminders had been working correctly in this moodle before it was upgraded)
Anyhow, we got 'event reminders' running so I can confirm that it does in fact work in moodle version 2.8
Peter
I have a clean installed version of moodle2.7 with release 1.4 of the reminders plugin. That works OK.
But on a version of moodle 2.8, that has been upgraded in stages from moodle 2.5 and now has reminders plugin 1.4.1 the reminders are not being sent. When I look at the scheduled task, all cron's appear to be working, apart from the \core\task\legacy_plugin_cron_task. Does anyone know if that cron is used by the event reminders plugin?
Cheers
Our reminders are working and going out as expected. However, I did notice that a reminder gets sent to the whole class when a single users is given an override extension on a quiz. I will be filing a bug for this one.
And have installed Event Reminders version 2015031201
Having setup the reminder scheduling for course activities and created assignments in a visible course, no reminders have been emailed. Our default recipients are set to teachers and students.
Maybe we've missed something really simple.
Does anyone else have the latest reminders plugin working on moodle 2.8
Cheers
I'm using this plugin on Moodle 2.6.2+ (sorry, not sure of plugin version). It works great, except that in the messaging history, the reminders are appearing showing all of the HTML tags. Is there a setting for messaging, a filter or something else I need to change to enable these to display properly? Thank you.
I am using this plugin in Moodle 2.8.5 (Build: 20150310) . I am receiving notifications for assignment due date but for upcoming assignments, events are not showing in calendar and email function is also not working. Can you please suggest a way how it works.
First of all great plugin!!
I am getting an error in the cron when trying to send group-related reminders.
Processing cron function for local_reminders...
... started 13:40:14. Current memory use 44.6MB.
[Local Reminder] Time window: Friday, 27 March 2015, 1:35 PM to Friday, 27 March 2015, 1:40 PM
[Local Reminder] Found 4 upcoming events. Continuing...
[Local Reminder] Processing event#9 [Type: group, inaheadof=1 days]...
[Local Reminder] Finding out users for event#9...
[Local Reminder - ERROR] Error occured when initializing for event#[9] (type: group) Coding error detected, it must be fixed by a programmer: Invalid modulename parameter
[Local Reminder] Processing event#10 [Type: group, inaheadof=3 days]...
[Local Reminder] No reminder is due in ahead of 3 for eventtype group [event#10 is ignored!]...
[Local Reminder] Processing event#11 [Type: group, inaheadof=1 days]...
[Local Reminder] Finding out users for event#11...
[Local Reminder - ERROR] Error occured when initializing for event#[11] (type: group) Coding error detected, it must be fixed by a programmer: Invalid modulename parameter
[Local Reminder] Processing event#12 [Type: group, inaheadof=3 days]...
[Local Reminder] No reminder is due in ahead of 3 for eventtype group [event#12 is ignored!]...
done. (9 dbqueries, 0.01 seconds)
I am using Event Reminder version 1.4 and Moodle 2.7.5
Regards,
Sam
I have merged your changes and uploaded a new version to download in here.
Checkout the latest development version working with 2.8 and course specific settings: https://github.com/jojoob/moodle-reminders-for-calendar-events/tree/develop
The changes made to work with 2.8 are not compatible to 2.7. If you use Moodle 2.7 and wan't the course specific settings use this branch: https://github.com/jojoob/moodle-reminders-for-calendar-events/tree/develop_moodle_27
Looking forward my pull requests will be merged.
Thanks,