mxCalendar
mxCalendar copied to clipboard
Repeating event on a Monday missing.
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.
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?
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.