Page 1 of 1
Event reminders - Calender
Posted: 28 Jul 2015, 16:50
by dveos
Hi,
Does anyone know how to set reminders for events under calender tab?
I'm using Opencats v.0.9.1a.
Thank you

Re: Event reminders - Calender
Posted: 28 Jul 2015, 17:27
by dveos
Hey, little update...
I have solved my problem

Re: Event reminders - Calender
Posted: 31 Jul 2015, 20:46
by A0565
dveos wrote:Hey, little update...
I have solved my problem 
How did you fix it?
Re: Event reminders - Calender
Posted: 02 Aug 2015, 15:35
by manuel
You mean this? It's somewhere as a topic on this forum:
Issue: Calendar not allowing to set events.
Answer: Go into modules/calendar/calendarUI.php
On line 298 (or close by) change the line
from: $this->_template->assign('allowEventReminders', $allowEventReminders);
to: $this->_template->assign('allowEventReminders', true);
That fixes the issue with not being able to set reminders. (its a work around until I can find where the variable is in the db and set it there!)
Re: Event reminders - Calender
Posted: 05 Aug 2015, 14:47
by dveos
Thank manuel, I was just a little impatient and didn't look for answers...
It was just that I needed to set up a cron for event reminders
