<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/502/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Isuru89</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/502/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Isuru89"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/Special:Contributions/Isuru89"/>
	<updated>2026-04-18T17:09:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Event_reminders&amp;diff=100348</id>
		<title>Event reminders</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Event_reminders&amp;diff=100348"/>
		<updated>2012-09-06T11:53:11Z</updated>

		<summary type="html">&lt;p&gt;Isuru89: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction ==&lt;br /&gt;
[[File:reminders_icon.png]] &amp;lt;br&amp;gt;&lt;br /&gt;
The Calendar Reminders plugin creates reminders for Moodle calendar events and sends them automatically to relevant users in a timely manner via Moodle messaging interface. This is a local plugin controlled by the site administrator.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Reminders can have customised delivery times/methods according to event types.&lt;br /&gt;
* Users can control how they receive calendar reminders in their messaging preferences.&lt;br /&gt;
* Reminders are automatically sent (as long as the system [[Cron]] process is set up).&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
# Fetch the plug-in from following location.&lt;br /&gt;
#* Go to [http://moodle.org/plugins/view.php?plugin=local_reminders Reminders] and download the latest version from the repository.&lt;br /&gt;
# Go to the &#039;local&#039; directory inside Moodle root directory.&lt;br /&gt;
# Extract the downloaded zip file inside to this folder. After it is extracted, there should be a &amp;quot;reminders&amp;quot; folder in the local folder with a structure as shown in the [[:dev:Email_reminders_for_calendar_events|project developer documentation]].&lt;br /&gt;
# Log into the Moodle site as the admin user. Usually the new plugin will be identified and notified you when logged-in. If not, go to Settings &amp;gt; Site administration &amp;gt; Notifications to detect and automatically install the local plug-in.&lt;br /&gt;
# Now you can change the plug-in specific settings via Settings &amp;gt; Site Administration &amp;gt; Plugins &amp;gt; Local plugins &amp;gt; Reminders.&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
# &#039;&#039;&#039;Enabled&#039;&#039;&#039;: This options allows to disable sending reminders temporarily without uninstalling the plugin. If not enabled, the cron cycles will be skipped.&lt;br /&gt;
# &#039;&#039;&#039;Filter calendar events&#039;&#039;&#039;: Indicates how the calendar events should be selected before check them for sending reminders. There are three options.&lt;br /&gt;
:# &#039;&#039;All events&#039;&#039;: Filter all events without any constraints.&lt;br /&gt;
:# &#039;&#039;Only visible events in calendar&#039;&#039;: Filters only events that are set as visible in calendar by user. Ignores all hidden events.&lt;br /&gt;
:# &#039;&#039;Only hidden events in calendar&#039;&#039;: Filters only events that are not set as visible in calendar. Ignores all visible events.&lt;br /&gt;
# &#039;&#039;&#039;Send before&#039;&#039;&#039;: There are 5 event types, namely, Site, Course, Activity, User and Group events. For each event type it has provided options to setup when reminders should be sent before the actual moment of event happens. Provided options are, 7 days, 3 days and 1 day.&lt;br /&gt;
# Activity reminders: In Moodle for a activity there can be two events some times (one to indicate start of the event and other to mark end of the event). There are three options.&lt;br /&gt;
:# &#039;&#039;For both openings and closings&#039;&#039;: Reminders will be sent for both opening and closing due dates of the event.&lt;br /&gt;
:# &#039;&#039;Only for activity openings&#039;&#039;: Reminders will be sent only when activity is opening. Reminder will not be sent at closing of the activity.&lt;br /&gt;
:# &#039;&#039;Only for activity closings&#039;&#039;: Reminders will be sent only when activity is closing. Reminder will not be sent at opening of the activity.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
=== Configuration page ===&lt;br /&gt;
[[File:admin_settings.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Sample e-mail reminder ===&lt;br /&gt;
[[File:sample_reminder_msg.png]]&lt;br /&gt;
&lt;br /&gt;
==Tips and tricks==&lt;br /&gt;
* If you want to change the cron frequency of reminders plugin, open version.php file in the reminders directory and change the value corresponding to $plugin-&amp;gt;cron. That value must be in seconds and it is the interval between two cron cycles.&lt;br /&gt;
&lt;br /&gt;
== Acknowledgements ==&lt;br /&gt;
* Mentors: [http://moodle.org/user/view.php?id=381842&amp;amp;course=5 Michael de Raadt] and [http://moodle.org/user/view.php?id=955449&amp;amp;course=5 Rossiani Wijaya]&lt;br /&gt;
* Special thanks goes to [http://moodle.org/user/profile.php?id=1297063 Luiggi Sansonetti] who translated the plugin into French language.&lt;br /&gt;
* Another thank goes to Guido Roessling for providing a German translation for this plugin.&lt;br /&gt;
&lt;br /&gt;
== Bugs and Improvements ==&lt;br /&gt;
* Please report bugs and improvements on the Tracker using the [http://tracker.moodle.org/browse/CONTRIB/component/12134 Local: Calendar Reminders] component.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* Download location from plugin repository, [http://moodle.org/plugins/view.php?plugin=local_reminders Local Reminders]&lt;br /&gt;
* CONTRIB-3647 Automating Email reminders for calendar events project in Tracker.&lt;br /&gt;
* Plugin development [https://github.com/isuru89/moodle-reminders-for-calendar-events Repository]&lt;br /&gt;
* Forum post [http://moodle.org/mod/forum/discuss.php?d=201744 Local Plugin - Email Reminders for Calendar Events]&lt;br /&gt;
* RSS Feed from Personal Blog, [http://uisurumadushanka89.blogspot.com/feeds/posts/default/-/gsoc RSS Feed].&lt;/div&gt;</summary>
		<author><name>Isuru89</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Event_reminders&amp;diff=99960</id>
		<title>Event reminders</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Event_reminders&amp;diff=99960"/>
		<updated>2012-08-14T03:07:13Z</updated>

		<summary type="html">&lt;p&gt;Isuru89: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction ==&lt;br /&gt;
[[File:reminders_icon.png]] &amp;lt;br&amp;gt;&lt;br /&gt;
The Calendar Reminders plugin creates reminders for Moodle calendar events and sends them automatically to relevant users in a timely manner via Moodle messaging interface. This is a local plugin controlled by the site administrator.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Reminders can have customised delivery times/methods according to event types.&lt;br /&gt;
* Users can control how they receive calendar reminders in their messaging preferences.&lt;br /&gt;
* Reminders are automatically sent (as long as the system [[Cron]] process is set up).&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
# Fetch the plug-in from following location.&lt;br /&gt;
#* Go to [http://moodle.org/plugins/view.php?plugin=local_reminders Reminders] and download the latest version from the repository.&lt;br /&gt;
# Go to the &#039;local&#039; directory inside Moodle root directory.&lt;br /&gt;
# Extract the downloaded zip file inside to this folder. After it is extracted, there should be a &amp;quot;reminders&amp;quot; folder in the local folder with a structure as shown in the [[:dev:Email_reminders_for_calendar_events|project developer documentation]].&lt;br /&gt;
# Log into the Moodle site as the admin user. Usually the new plugin will be identified and notified you when logged-in. If not, go to Settings &amp;gt; Site administration &amp;gt; Notifications to detect and automatically install the local plug-in.&lt;br /&gt;
# Now you can change the plug-in specific settings via Settings &amp;gt; Site Administration &amp;gt; Plugins &amp;gt; Local plugins &amp;gt; Reminders.&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
# &#039;&#039;&#039;Enabled&#039;&#039;&#039;: This options allows to disable sending reminders temporarily without uninstalling the plugin. If not enabled, the cron cycles will be skipped.&lt;br /&gt;
# &#039;&#039;&#039;Filter calendar events&#039;&#039;&#039;: Indicates how the calendar events should be selected before check them for sending reminders. There are three options.&lt;br /&gt;
:# &#039;&#039;All events&#039;&#039;: Filter all events without any constraints.&lt;br /&gt;
:# &#039;&#039;Only visible events in calendar&#039;&#039;: Filters only events that are set as visible in calendar by user. Ignores all hidden events.&lt;br /&gt;
:# &#039;&#039;Only hidden events in calendar&#039;&#039;: Filters only events that are not set as visible in calendar. Ignores all visible events.&lt;br /&gt;
# &#039;&#039;&#039;Send before&#039;&#039;&#039;: There are 5 event types, namely, Site, Course, Activity, User and Group events. For each event type it has provided options to setup when reminders should be sent before the actual moment of event happens. Provided options are, 7 days, 3 days and 1 day.&lt;br /&gt;
# Activity reminders: In Moodle for a activity there can be two events some times (one to indicate start of the event and other to mark end of the event). There are three options.&lt;br /&gt;
:# &#039;&#039;For both openings and closings&#039;&#039;: Reminders will be sent for both opening and closing due dates of the event.&lt;br /&gt;
:# &#039;&#039;Only for activity openings&#039;&#039;: Reminders will be sent only when activity is opening. Reminder will not be sent at closing of the activity.&lt;br /&gt;
:# &#039;&#039;Only for activity closings&#039;&#039;: Reminders will be sent only when activity is closing. Reminder will not be sent at opening of the activity.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
=== Configuration page ===&lt;br /&gt;
[[File:admin_settings.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Sample e-mail reminder ===&lt;br /&gt;
[[File:sample_reminder_msg.png]]&lt;br /&gt;
&lt;br /&gt;
==Tips and tricks==&lt;br /&gt;
* If you want to change the cron frequency of reminders plugin, open version.php file in the reminders directory and change the value corresponding to $plugin-&amp;gt;cron. That value must be in seconds and it is the interval between two cron cycles.&lt;br /&gt;
&lt;br /&gt;
== Acknowledgements ==&lt;br /&gt;
* Mentors: [http://moodle.org/user/view.php?id=381842&amp;amp;course=5 Michael de Raadt] and [http://moodle.org/user/view.php?id=955449&amp;amp;course=5 Rossiani Wijaya]&lt;br /&gt;
* Special thanks goes to [http://moodle.org/user/profile.php?id=1297063 Luiggi Sansonetti] who translated the plugin into French language.&lt;br /&gt;
&lt;br /&gt;
== Bugs and Improvements ==&lt;br /&gt;
* Please report bugs and improvements on the Tracker using the [http://tracker.moodle.org/browse/CONTRIB/component/12134 Local: Calendar Reminders] component.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* Download location from plugin repository, [http://moodle.org/plugins/view.php?plugin=local_reminders Local Reminders]&lt;br /&gt;
* CONTRIB-3647 Automating Email reminders for calendar events project in Tracker.&lt;br /&gt;
* Plugin development [https://github.com/isuru89/moodle-reminders-for-calendar-events Repository]&lt;br /&gt;
* Forum post [http://moodle.org/mod/forum/discuss.php?d=201744 Local Plugin - Email Reminders for Calendar Events]&lt;br /&gt;
* RSS Feed from Personal Blog, [http://uisurumadushanka89.blogspot.com/feeds/posts/default/-/gsoc RSS Feed].&lt;/div&gt;</summary>
		<author><name>Isuru89</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Event_reminders&amp;diff=99959</id>
		<title>Event reminders</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Event_reminders&amp;diff=99959"/>
		<updated>2012-08-14T02:35:31Z</updated>

		<summary type="html">&lt;p&gt;Isuru89: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction ==&lt;br /&gt;
[[File:reminders_icon.png]] &amp;lt;br&amp;gt;&lt;br /&gt;
The Calendar Reminders plugin creates reminders for Moodle calendar events and sends them automatically to relevant users in a timely manner via Moodle messaging interface. This is a local plugin controlled by the site administrator.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Reminders can have customised delivery times/methods according to event types.&lt;br /&gt;
* Users can control how they receive calendar reminders in their messaging preferences.&lt;br /&gt;
* Reminders are automatically sent (as long as the system [[Cron]] process is set up).&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
# Fetch the plug-in from following location.&lt;br /&gt;
#* Go to [http://moodle.org/plugins/view.php?plugin=local_reminders Reminders] and download the latest version from the repository.&lt;br /&gt;
# Go to the &#039;local&#039; directory inside Moodle root directory.&lt;br /&gt;
# Extract the downloaded zip file inside to this folder. After it is extracted, there should be a &amp;quot;reminders&amp;quot; folder in the local folder with a structure as shown in the [[:dev:Email_reminders_for_calendar_events|project developer documentation]].&lt;br /&gt;
# Log into the Moodle site as the admin user. Usually the new plugin will be identified and notified you when logged-in. If not, go to Settings &amp;gt; Site administration &amp;gt; Notifications to detect and automatically install the local plug-in.&lt;br /&gt;
# Now you can change the plug-in specific settings via Settings &amp;gt; Site Administration &amp;gt; Plugins &amp;gt; Local plugins &amp;gt; Reminders.&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
# &#039;&#039;&#039;Enabled&#039;&#039;&#039;: This options allows to disable sending reminders temporarily without uninstalling the plugin. If not enabled, the cron cycles will be skipped.&lt;br /&gt;
# &#039;&#039;&#039;Filter calendar events&#039;&#039;&#039;: Indicates how the calendar events should be selected before check them for sending reminders. There are three options.&lt;br /&gt;
:# &#039;&#039;All events&#039;&#039;: Filter all events without any constraints.&lt;br /&gt;
:# &#039;&#039;Only visible events in calendar&#039;&#039;: Filters only events that are set as visible in calendar by user. Ignores all hidden events.&lt;br /&gt;
:# &#039;&#039;Only hidden events in calendar&#039;&#039;: Filters only events that are not set as visible in calendar. Ignores all visible events.&lt;br /&gt;
# &#039;&#039;&#039;Send before&#039;&#039;&#039;: There are 5 event types, namely, Site, Course, Activity, User and Group events. For each event type it has provided options to setup when reminders should be sent before the actual moment of event happens. Provided options are, 7 days, 3 days and 1 day.&lt;br /&gt;
# Activity reminders: In Moodle for a activity there can be two events some times (one to indicate start of the event and other to mark end of the event). There are three options.&lt;br /&gt;
:# &#039;&#039;For both openings and closings&#039;&#039;: Reminders will be sent for both opening and closing due dates of the event.&lt;br /&gt;
:# &#039;&#039;Only for activity openings&#039;&#039;: Reminders will be sent only when activity is opening. Reminder will not be sent at closing of the activity.&lt;br /&gt;
:# &#039;&#039;Only for activity closings&#039;&#039;: Reminders will be sent only when activity is closing. Reminder will not be sent at opening of the activity.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
=== Administrator settings page ===&lt;br /&gt;
[[File:admin_settings.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Sample e-mail reminder ===&lt;br /&gt;
[[File:sample_reminder_msg.png]]&lt;br /&gt;
&lt;br /&gt;
==Tips and tricks==&lt;br /&gt;
* If you want to change the cron frequency of reminders plugin, open version.php file in the reminders directory and change the value corresponding to $plugin-&amp;gt;cron. That value must be in seconds and it is the interval between two cron cycles.&lt;br /&gt;
&lt;br /&gt;
== Acknowledgements ==&lt;br /&gt;
* Mentors: [http://moodle.org/user/view.php?id=381842&amp;amp;course=5 Michael de Raadt] and [http://moodle.org/user/view.php?id=955449&amp;amp;course=5 Rossiani Wijaya]&lt;br /&gt;
* Special thanks goes to [http://moodle.org/user/profile.php?id=1297063 Luiggi Sansonetti] who translated the plugin into French language.&lt;br /&gt;
&lt;br /&gt;
== Bugs and Improvements ==&lt;br /&gt;
* Please report bugs and improvements on the Tracker using the [http://tracker.moodle.org/browse/CONTRIB/component/12134 Local: Calendar Reminders] component.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* Download location from plugin repository, [http://moodle.org/plugins/view.php?plugin=local_reminders Local Reminders]&lt;br /&gt;
* CONTRIB-3647 Automating Email reminders for calendar events project in Tracker.&lt;br /&gt;
* Plugin development [https://github.com/isuru89/moodle-reminders-for-calendar-events Repository]&lt;br /&gt;
* Forum post [http://moodle.org/mod/forum/discuss.php?d=201744 Local Plugin - Email Reminders for Calendar Events]&lt;br /&gt;
* RSS Feed from Personal Blog, [http://uisurumadushanka89.blogspot.com/feeds/posts/default/-/gsoc RSS Feed].&lt;/div&gt;</summary>
		<author><name>Isuru89</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Event_reminders&amp;diff=99744</id>
		<title>Event reminders</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Event_reminders&amp;diff=99744"/>
		<updated>2012-08-02T02:49:59Z</updated>

		<summary type="html">&lt;p&gt;Isuru89: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction ==&lt;br /&gt;
[[File:reminders_icon.png]] &amp;lt;br&amp;gt;&lt;br /&gt;
Reminders plugin is about creating a set of reminders for Moodle calendar events and sending them automatically to relevant users on timely manner via Moodle message interface. This is a local plugin.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Reminders can be customized by message content or delivering time/methods according to the event types.&lt;br /&gt;
* Plugin is responsible to send reminders for calendar events.&lt;br /&gt;
* Automatic sending of reminders.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
:1. Fetch the plug-in from following location.&lt;br /&gt;
::* Goto [http://moodle.org/plugins/view.php?plugin=local_reminders Reminders] and download the latest version from the repository.&lt;br /&gt;
:2. Go to the &#039;local&#039; directory inside Moodle root directory.&lt;br /&gt;
:3. Now extract the downloaded zip file inside to this folder. After it is extracted, all files and folders must compliance with given structure as shown in [https://docs.moodle.org/dev/Email_reminders_for_calendar_events developer documentation].&lt;br /&gt;
:4. Log into the Moodle site as the admin user. Usually the new plug-in must be identified and notified you when logged-in. If not then go to Site Administration -&amp;gt; Notifications to detect and automatically install the local plug-in.&lt;br /&gt;
:5. Now you can change the plug-in specific settings via Site Administration -&amp;gt; Plugins -&amp;gt; Local Plugins -&amp;gt; Reminders.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
=== Sample e-mail reminder ===&lt;br /&gt;
[[File:sample_reminder_msg.png]]&lt;br /&gt;
&lt;br /&gt;
=== Administrator settings page ===&lt;br /&gt;
[[File:admin_settings.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Tips and tricks==&lt;br /&gt;
* If you want to change the cron frequency of reminders plugin, open version.php file in the reminders directory and change the value corresponding to $plugin-&amp;gt;cron. That value must be in seconds and it is the interval between two cron cycles.&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
* Mentors: [http://moodle.org/user/view.php?id=381842&amp;amp;course=5 Michael de Raadt] and [http://moodle.org/user/view.php?id=955449&amp;amp;course=5 Rossiani Wijaya]&lt;br /&gt;
* Special thanks goes to [http://moodle.org/user/profile.php?id=1297063 Luiggi Sansonetti] who translated the plugin into French language.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* Download location from plugin repository, [http://moodle.org/plugins/view.php?plugin=local_reminders Local Reminders]&lt;br /&gt;
* CONTRIB-3647 Automating Email reminders for calendar events.&lt;br /&gt;
* Plugin development [https://github.com/isuru89/moodle-reminders-for-calendar-events Repository]&lt;br /&gt;
* Forum post [http://moodle.org/mod/forum/discuss.php?d=201744 Local Plugin - Email Reminders for Calendar Events]&lt;br /&gt;
* RSS Feed from Personal Blog, [http://uisurumadushanka89.blogspot.com/feeds/posts/default/-/gsoc RSS Feed].&lt;/div&gt;</summary>
		<author><name>Isuru89</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=File:sample_reminder_msg.png&amp;diff=99743</id>
		<title>File:sample reminder msg.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=File:sample_reminder_msg.png&amp;diff=99743"/>
		<updated>2012-08-02T02:49:23Z</updated>

		<summary type="html">&lt;p&gt;Isuru89: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Isuru89</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=File:admin_settings.jpg&amp;diff=99742</id>
		<title>File:admin settings.jpg</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=File:admin_settings.jpg&amp;diff=99742"/>
		<updated>2012-08-02T02:49:10Z</updated>

		<summary type="html">&lt;p&gt;Isuru89: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Isuru89</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=File:reminders_icon.png&amp;diff=99741</id>
		<title>File:reminders icon.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=File:reminders_icon.png&amp;diff=99741"/>
		<updated>2012-08-02T02:48:36Z</updated>

		<summary type="html">&lt;p&gt;Isuru89: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Isuru89</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/502/en/index.php?title=Event_reminders&amp;diff=99740</id>
		<title>Event reminders</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/502/en/index.php?title=Event_reminders&amp;diff=99740"/>
		<updated>2012-08-02T02:47:40Z</updated>

		<summary type="html">&lt;p&gt;Isuru89: Created page with &amp;quot;==Introduction == File:reminders_icon.png &amp;lt;br&amp;gt; Reminders plugin is about creating a set of reminders for Moodle calendar events and sending them automatically to relevant use...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction ==&lt;br /&gt;
[[File:reminders_icon.png]] &amp;lt;br&amp;gt;&lt;br /&gt;
Reminders plugin is about creating a set of reminders for Moodle calendar events and sending them automatically to relevant users on timely manner via Moodle message interface. This is a local plugin.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Reminders can be customized by message content or delivering time/methods according to the event types.&lt;br /&gt;
* Plugin is responsible to send reminders for calendar events.&lt;br /&gt;
* Automatic sending of reminders.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
:1. Fetch the plug-in from following location.&lt;br /&gt;
::* Goto [http://moodle.org/plugins/view.php?plugin=local_reminders Reminders] and download the latest version from the repository.&lt;br /&gt;
:2. Go to the &#039;local&#039; directory inside Moodle root directory.&lt;br /&gt;
:3. Now extract the downloaded zip file inside to this folder. After it is extracted, all files and folders must compliance with given structure as shown in [https://docs.moodle.org/dev/Email_reminders_for_calendar_events developer documentation].&lt;br /&gt;
:4. Log into the Moodle site as the admin user. Usually the new plug-in must be identified and notified you when logged-in. If not then go to Site Administration -&amp;gt; Notifications to detect and automatically install the local plug-in.&lt;br /&gt;
:5. Now you can change the plug-in specific settings via Site Administration -&amp;gt; Plugins -&amp;gt; Local Plugins -&amp;gt; Reminders.&lt;br /&gt;
&lt;br /&gt;
== Screenshots ==&lt;br /&gt;
=== Administrator settings page ===&lt;br /&gt;
[[File:admin_settings.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Sample e-mail reminder ===&lt;br /&gt;
[[File:sample_reminder_msg.png]]&lt;br /&gt;
&lt;br /&gt;
==Tips and tricks==&lt;br /&gt;
* If you want to change the cron frequency of reminders plugin, open version.php file in the reminders directory and change the value corresponding to $plugin-&amp;gt;cron. That value must be in seconds and it is the interval between two cron cycles.&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
* Mentors: [http://moodle.org/user/view.php?id=381842&amp;amp;course=5 Michael de Raadt] and [http://moodle.org/user/view.php?id=955449&amp;amp;course=5 Rossiani Wijaya]&lt;br /&gt;
* Special thanks goes to [http://moodle.org/user/profile.php?id=1297063 Luiggi Sansonetti] who translated the plugin into French language.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* Download location from plugin repository, [http://moodle.org/plugins/view.php?plugin=local_reminders Local Reminders]&lt;br /&gt;
* CONTRIB-3647 Automating Email reminders for calendar events.&lt;br /&gt;
* Plugin development [https://github.com/isuru89/moodle-reminders-for-calendar-events Repository]&lt;br /&gt;
* Forum post [http://moodle.org/mod/forum/discuss.php?d=201744 Local Plugin - Email Reminders for Calendar Events]&lt;br /&gt;
* RSS Feed from Personal Blog, [http://uisurumadushanka89.blogspot.com/feeds/posts/default/-/gsoc RSS Feed].&lt;/div&gt;</summary>
		<author><name>Isuru89</name></author>
	</entry>
</feed>