← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

Re: [Merge] lp:~gary-wzl77/ubuntu-calendar-app/1455377 into lp:ubuntu-calendar-app

 

I am not sure, when I tried to add all day event on my desktop. I see below start and end date and see only one all day event.

qml: Thu Jun 4 00:00:00 2015 GMT+0900---Thu Jun 4 00:00:00 2015 GMT+0900

-----

                    var key = Qt.formatDateTime(d, "dd-MMM-yyyy");
                    if( !(key in map)) {
                        map[key] = [];
                    }
                    print(event.startDateTime + "---"+ event.endDateTime)
                    map[key].push(event);

------

How are you able to reproduce issue ?


How are you able to see issue
-- 
https://code.launchpad.net/~gary-wzl77/ubuntu-calendar-app/1455377/+merge/259207
Your team Ubuntu Calendar Developers is subscribed to branch lp:ubuntu-calendar-app.


References