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.
On issue I haven't figured out yet is that even though I select a reminder schedule of 7, 3, 1 days in the site settings, when I come down onto the course level, it shows the schedule as only having '3' checked, and I can't add other options. What is the relationship between these settings? Thanks so much
S
We have a problem with the plugin. For some reason it only sends emails on the day of the assignment deadline at around 4-5 pm. And it still won't send reminders for all the activities scheduled. Here is what I found in the log:
Error: lib/moodlelib.php email_to_user(): SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/TroubleshootingSMTP server error: QUIT command failed
Scheduled task failed: Local Reminders (local_reminders\task\send_reminders),Object of class stdClass could not be converted to string
Could you please help us solve it?
I will look into this.
Apparently, the author of the above mentioned PR has included another changes related to custom time reminders as well (It is not only about enabling zoom). So, at that time, I did not merge it without a proper testing for those custom time changes.
Anyway, my expectation is to find a way to provide a more convenient way that users can specify which event types they can enable reminders for instead me (plugin) hard-coding them inside the plugin code. I wanted to do a small poc on top of it, but I did not have the time because of my mainstream work. But I will look into it. Keep in touch.
I noticed on GitHub issues that someone resolved the Zoom Reminders issue. Will this solution be made available to the public? We rely on Zoom Events for our students, but it's currently not functioning as it doesn't recognize Zoom as an activity.
https://github.com/isuru89/moodle-local_reminders/discussions/157
Have you test the plugin on a moodle 4.1 (.5+)
Regards
THANKS