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 delight to announce that a new major version of plugin (v2) has been released for Moodle 3.5 or above. It has so many features. https://github.com/isuru89/moodle-reminders-for-calendar-events#changelog
Hope you find these features useful.
If you find any bug, feature or pull request please report it in here https://github.com/isuru89/moodle-reminders-for-calendar-events/issues
Cheers.
I am expecting to do a major release (v2.0) of this plugin with below most requested features. Hopefully, you all can give me feedback and ideas in here https://github.com/isuru89/moodle-reminders-for-calendar-events/issues
1. Automatically send reminders when a calendar event is just ended, but a user has not completed the activity (assignment, quiz)
2. If a calendar event updated/created/removed, the status will automatically be notified to all respective users.
3. Add timezone and location information to the email
4. and many more bug fixing.
Do you have the cron logs for that run? And also, if you have access to Moodle database, could you please check whether there are events falling it to that date range in mdl_events table. Reminders are sent based on the events table. I suspect there would be entries in there. Otherwise, the plugin never sends reminders for older events. With cron logs, it is easier to find an explanation.
If it is not, please raise a bug with the reproducible steps here. https://github.com/isuru89/moodle-reminders-for-calendar-events/issues
Reminders for my upcoming events are fine.
The plugin is also sending reminders for some old course activities which are already finished. It has also send 2 reminders today 02.03.2020 for an event on 04.03.2020 but I have crosschecked there is no activity scheduled in that course on that specific date. How is this happening and how can I solve this?
This plugin is very helpful. I am using it for my website www.scootersforknee.com and I love it very much.
+ Excluded suspended users from course/activity events (#27)
+ Renamed admin cron function so that conflicting with legacy (#26)
+ Totara conflicting class name issue fixed (#25)
+ Support for moodle v3.8
I am glad to announce that I have released a new version (v1.7) which fixing several bugs and with the support of moodle 3.8.
Your feedback is welcome.
It should work in 3.8 as I know there are no breaking changes in the existing API.
@Dave
I should be able to filter out suspended users from sending an email. However I thought the moodle common library method filtered out all inactive and suspended users, but it seems not.
I would be grateful if you can raise a ticket with reproducible steps in here (https://github.com/isuru89/moodle-reminders-for-calendar-events) so that I will be able to include in the next release.
firstly: thank you so much for this plugin, I was searching for something like this for ages.
Secondly, I wanted to ask whether the plugin actually works on Moodle 3.7. I was trying to set it up, and in logs I even see that the cron task was started and found one event with deadline that should me sent as reminder, but no e-mail was ever sent. Is this just me, or do you know what might be causing this?
Thank you, Robert