mxCalendar icon indicating copy to clipboard operation
mxCalendar copied to clipboard

Repeating event on a Monday missing.

Open dancalder opened this issue 10 years ago • 2 comments

Hi, When a repeating event is check on a monday it is put into the database as a 0 for day of week. In mxcHelper.php on line 132 you are using array_filter() which removes any elements in the array that are equal to false - such as Monday which you have set to zero. I have removed the array_filter and all works well.

dancalder avatar Mar 06 '14 03:03 dancalder

Hi I have this same issue, but removing the array_filter didnt seem to resolve it for me. Is there something else that I need to do?

mH1x avatar May 25 '14 02:05 mH1x

Better late then never. This one is easy solved. Instead of making a weekly event on monday make it a daily event repeating it every 7 days. Worked for me.

Showa avatar Feb 13 '15 14:02 Showa