Working hours - Agenda
-
Can we modify the minutes in the calendar work schedule? For me, i can't, I only have access to full hours at the beginning and end even if the presentation model shows the hours and minutes.
. -
I'm afraid that the values are defined as integer in the code.
-
@gpatel-fr Still strange not being able to set the minutes. Working hours are not necessarily peak hours.

-
@domubpkm said in Working hours - Agenda:
Still strange not being able to set the minutes.
if the code is storing begin work in an integers variables called businessHourStart and businessHourEnd, there is no way that you will be able to register minutes since there is no variable called businessMinuteStart... Some code refactoring (and UI) would be needed for that.
-
@domubpkm could you create a ticket for that in https://gitlab.com/ubports/development/apps/lomiri-calendar-app/-/issues
-
@lduboeuf Will do, thanks.