When completing the month of November, unfortunately, the calendar for the frontend does not show events that are marked in the month of November. In December and October the list of events is displayed correctly. What could be the cause of the error?
I warmly welcome,
When completing the month of November, unfortunately, the calendar for the frontend does not show events that are marked in the month of November. In December and October the list of events is displayed correctly. What could be the cause of the error?
Best regards
I would like to add that the problem only appears in the month view. Events are visible in other views.
I would like to show a visible problem in the attachments.
Hi,
What version of the calendar is this?
Is it possible to export your events to ics file and send it to me?
Stachethemes Developer
yes, i have same problem
Could you send me ics of the events?
Stachethemes Developer
What is ics?
hello hello, where is developer? :)
i find errors in file
caldata.js
replace string in 179 and 310
endDate.setHours(24);
with
endDate.setHours(23);
endDate.setMinutes(59);
endDate.setSeconds(59);
end in two places
if (b > start && end >= a)
with
if ((a <= start || b <= end) && b > start && a < end)
Stop drinking every day, let's work :)
Hi,
I'm aware of the problem with the dates. It has been fixed in the upcoming version. The update is coming on monday.
Stachethemes Developer