Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: pueblopsa on February 25, 2011, 04:10:33 PM

Title: Event Notifying in Calendar
Post by: pueblopsa on February 25, 2011, 04:10:33 PM
Hello,

I've implemented the Calendar plugin, but I have a few questions regarding it.  There is an option under Settings | Calendar where you can get notified by email when a Calendar event has occurred.  Is there a way to place a checkmark for that option by default (for all users)?  And are other ways that you can be notified when a Calendar event has occurred?  I had placed a test event (without having a checkmark next to 'Notify by Email') in the Calendar, but I never got any type of reminder (popup window, a sound). Is the only way you can get notified is my email?
Title: Event Notifying in Calendar
Post by: rosali on February 25, 2011, 11:29:48 PM
Yes, it is the only way.

Try ...

$rcmail_config['cal_notify'] = true;

... in calendar configuration file. I've not tested, if it works.
Title: Event Notifying in Calendar
Post by: pueblopsa on February 28, 2011, 10:52:29 AM
Rosali,

Your tip worked, thanks!!