View Single Post
Posts: 334 | Thanked: 616 times | Joined on Sep 2010
#40
This is getting heavily off-topic and will require a thread of its own. But I'll make this last remark here...

I started looking through qml code of jolla-calendar app to get some grasp how it works.

Looks like the agenda view has already been under construction:

You can enable the existing version by uncommenting this part

Code:
            /* Disabled for now
            MenuItem {
                //% "Show agenda"
                text: qsTrId("calendar-me-show_agenda")
                onClicked: pageStack.push("AgendaPage.qml", {date: datePicker.date})
            }
            */
in /usr/share/jolla-calendar/pages/MonthPage.qml.

After that restart the calendar and you get agenda selection in pulldown menu. It shows upcoming meetings for next 7 days.

Currently it is dependent on selected day in montly view, though. If you select another day, and then go to agenda, the view starts from that day onwards. This is disorienting and can be considered as a bug. It is too easy to select other day accidentally on the first page and miss events because of that.

There probably are other bugs too.
 

The Following 5 Users Say Thank You to Manatus For This Useful Post: