Code Search for Developers
 
 
  

how_to_enable_calendar_reminders_per_email.html from Brim at Krugle


Show how_to_enable_calendar_reminders_per_email.html syntax highlighted

<h2>Email reminders for calendar events</h2>
<p>
	It is now possible to send out email reminders for events via brim.
	(This currently only works for non-recurring events)
</p>

<p>
There are a few things to consider:
<ul>
<li>Each user must have a valid email address associated to its account</li>
<li>You must have crontab (or equivalent) access</li>
<li>You must be able to access a mailserver from your installation</li>
</ul>

<h3>How to</h3>
<p>
How to enable reminders for calendar events sent out per email?
<p/>

<h4>*** STEP 1 ***</h4>
<p>
	You need to add a line to a crontab (or anything similar), 
	that periodically executes and fetches a predefined page in Brim.
</p>

<p>
	For unix, the following line executes the reminder mechanism each 5 minutes:
	<code>
*/5 * * * * /usr/bin/lynx --source http://_YOUR_SERVER_HERE_/brim/brim.php?plugin=calendar\&username=calendar\&amp;action=sendReminders 
	</code>
</p>
<p>
(Important to add the backslashes just before the ampersand!)
</p>

<h4>*** STEP 2 ***</h4>
<p>
	Furthermore, you need to enable this feature as admin user.
	Go to the configuration section and turn this option on, it will be disabled by default.
</p>






See more files for this project here

Brim

BRIM is a MVC framework, written in PHP and based on items with a hierarchical relationship. The list of plugins make BRIM a Information Manager with plugins like bookmarks, a calendar, contacts tasks, notes, RSS etc. The application is multilingual.

Project homepage: http://sourceforge.net/projects/brim
Programming language(s): JavaScript,PHP,SQL
License: other

  css/
    brim.css
    index.php
  pics/
    background.jpg
    design.png
    feet_booby.jpg
    index.php
    mvc.gif
    question_booby.gif
    question_booby.jpg
    shadow.gif
    shadow2.gif
    shadowAlpha.png
    sleeping_booby.jpg
    treeback.jpg
    white_boobies.jpg
  booby2brim_changes.txt
  changelog.txt
  coding_conventions.html
  contributions.html
  design.html
  directory_structure.html
  faq.html
  gpl.html
  how_to_enable_calendar_reminders_per_email.html
  how_to_enable_calendar_reminders_per_email.txt
  how_to_write_a_template.html
  how_to_write_a_template.txt
  index.php
  installation_guide.html
  mvc.html
  security.html
  todo.txt
  uninstall.html
  upgrade_guide.html
  used_versions.txt
  which_package.html