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?
			
			
			
				Yes, it is the only way.
Try ...
$rcmail_config['cal_notify'] = true;
... in calendar configuration file. I've not tested, if it works.
			
			
			
				Rosali,
Your tip worked, thanks!!