Okay
  Public Ticket #2197507
Problem of displaying events in a specific month
Closed

Comments

  •  1
    lukasznosek started the conversation

    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

  •  1
    lukasznosek replied

    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.

  •  783
    Zhivko replied

    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

  • AlaminaMoon replied

    yes, i have same problem

  •  783
    Zhivko replied

    Could you send me ics of the events?


    Stachethemes Developer

  • AlaminaMoon replied

    What is ics?

  • AlaminaMoon replied

    hello hello, where is developer? :)

  • AlaminaMoon replied

    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) 

  • AlaminaMoon replied

    Stop drinking every day, let's work :)

  •  783
    Zhivko replied

    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