Day and week view - one hour shift in hovered time

Hi,

Is there something I’m missing with the calendar object ? There is one hour shift ahead in the day and week view hovered time property.
Any idea ?


You are right. I will add a ticket in to get this fixed. In the meantime, you can add a custom property to the component called hoveredDate. You can bind it to an expression like this:if({Root Container.Week View.hoveredTime} != '' && {Root Container.Week View.hoveredDay} != '', dateArithmetic(toDate({Root Container.Week View.hoveredDay} + " " + {Root Container.Week View.hoveredTime} + ":00"), -1, "hour"), now(0))It will be slightly different for the day view (above is for week view).

Is there a way to rotate the “Day View” calendar component? Or can the time be somehow displayed on the x-axis?

Unfortunately, there isn’t a way to do that.