== Meeting information == * #ubuntu-touch-meeting: calendar meeting, 11 Jun at 13:00 — 13:51 UTC * Full logs at [[http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2015/ubuntu-touch-meeting.2015-06-11-13.00.log.html]] == Meeting summary == ''LINK:'' https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1455377 ''LINK:'' https://code.launchpad.net/~pkunal-parmar/ubuntu-calendar-app/MonthHighlight/+merge/259323 ''LINK:'' https://bugs.launchpad.net/content-hub/+bug/1464244 ''LINK:'' http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2015/ubuntu-touch-meeting.2015-06-04-13.01.log.html == Vote results == == Done items == * (none) == People present (lines said) == * kunal (76) * popey (54) * kenvandine (12) * renatu (12) * meetingology (3) * faenil (1) == Full Log == 13:00 #startmeeting calendar meeting 13:00 Meeting started Thu Jun 11 13:00:33 2015 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 13:00 13:00 Available commands: action commands idea info link nick 13:00 hey guys 13:00 o/ 13:01 kunal, I did not find any real problem on qtornizer-eds 13:03 Hi renatu 13:05 ok, that bug seems similar to 13:05 https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1455377 13:05 when I see events coming from EDS 13:05 qml: Thu Jun 11 00:00:00 2015 GMT+0900---Fri Jun 12 00:00:00 2015 GMT+0900 13:05 qml: Thu Jun 11 00:00:00 2015 GMT+0900---Fri Jun 12 00:00:00 2015 GMT+0900 13:05 qml: Fri Jun 12 00:00:00 2015 GMT+0900---Sat Jun 13 00:00:00 2015 GMT+0900 13:05 qml: Fri Jun 12 00:00:00 2015 GMT+0900---Sat Jun 13 00:00:00 2015 GMT+0900 13:05 qml: Sat Jun 13 00:00:00 2015 GMT+0900---Sun Jun 14 00:00:00 2015 GMT+0900 13:05 qml: Sat Jun 13 00:00:00 2015 GMT+0900---Sun Jun 14 00:00:00 2015 GMT+0900 13:05 event's end date seems wrong 13:06 it should start and end on same date 13:06 like 13:06 qml: Thu Jun 11 00:00:00 2015 GMT+0900---Thu Jun 11 00:00:00 2015 GMT+0900 13:06 so do we need the patch renatu made for eds _and_ that calendar patch? 13:06 I think only EDS patch should work 13:07 kunal, eds saves all days evens with diff start and end date 13:08 kunal, you should handle that on the app 13:08 renatu, when I create All day event for single day 13:08 I get below start and end date 13:08 qml: Thu Jun 11 00:00:00 2015 GMT+0900---Thu Jun 11 00:00:00 2015 GMT+0900 13:08 date is same 13:08 when I create recurrent all day event 13:09 I get 13:09 qml: Thu Jun 11 00:00:00 2015 GMT+0900---Fri Jun 12 00:00:00 2015 GMT+0900 13:09 end date is wrong 13:09 kunal, On eds its creates with diff enddate 13:09 why ? 13:10 kunal, this is how Eds works 13:10 kunal, and this make more sense then: Thu Jun 11 00:00:00 2015 GMT+0900---Thu Jun 11 00:00:00 2015 GMT+0900 13:10 kunal, you can test it on your deskto 13:11 *desktop 13:11 try create a event with evolution 13:11 and check the result 13:16 so in any case, behavior should be consistent for one day or recurrent event 13:20 So essentially we need to cope with what we get from EDS is what you're saying renatu ? 13:20 and this is what i get 13:20 qml: Thu Jun 11 00:00:00 2015 GMT+0900---Fri Jun 12 00:00:00 2015 GMT+0900 13:20 qml: Thu Jun 11 00:00:00 2015 GMT+0900---Fri Jun 12 00:00:00 2015 GMT+0900 13:20 qml: Fri Jun 12 00:00:00 2015 GMT+0900---Sat Jun 13 00:00:00 2015 GMT+0900 13:20 qml: Fri Jun 12 00:00:00 2015 GMT+0900---Sat Jun 13 00:00:00 2015 GMT+0900 13:20 for a single event the start/end are same, for a repeating event the start/end differ? 13:20 If I create all day event which span multiple day 13:20 qml: Thu Jun 11 22:30:00 2015 GMT+0900 --- Fri Jun 12 23:30:00 2015 GMT+0900 13:21 popey, that is case as of now 13:21 right 13:21 and behavior is different is i create all day event which span lets say two days 13:21 qml: Thu Jun 11 22:30:00 2015 GMT+0900 --- Fri Jun 12 23:30:00 2015 GMT+0900 13:21 like this 13:21 I still get 13:21 dates like 13:21 qml: Thu Jun 11 00:00:00 2015 GMT+0900---Fri Jun 12 00:00:00 2015 GMT+0900 13:21 qml: Thu Jun 11 00:00:00 2015 GMT+0900---Fri Jun 12 00:00:00 2015 GMT+0900 13:21 qml: Fri Jun 12 00:00:00 2015 GMT+0900---Sat Jun 13 00:00:00 2015 GMT+0900 13:21 qml: Fri Jun 12 00:00:00 2015 GMT+0900---Sat Jun 13 00:00:00 2015 GMT+0900 13:21 which is not consistent 13:22 So when we create an event in qml, we should use the Thu Jun 11 00:00:00 2015 GMT+0900---Fri Jun 12 00:00:00 2015 GMT+0900 format? 13:22 rather than adding the time in, as you have? 13:22 I mean, when we create multi-day events, the time is irrelavent 13:22 so when ticking "all day" we should zero the time 13:22 time is irrelavent 13:22 ok. 13:22 that's what I understand 13:23 because we set all day flag to event 13:25 renatu: what are we doing wrong if this is expected from eds? 13:28 While he thinks on that 13:29 I uploaded latest calendar trunk to the store 13:29 and have asked QA to test. - even with the above bug 13:29 popey, sorry I am attending 2 meetings :d 13:29 understood 13:29 ok, 13:29 So I think we need to focus on the above bug as a priority because it will likely block QA approving the app into the store. 13:29 popey, I can discuss with kunal after I finish my hangout 13:29 popey, I modified this MR 13:29 ok 13:29 https://code.launchpad.net/~pkunal-parmar/ubuntu-calendar-app/MonthHighlight/+merge/259323 13:29 can you check again 13:30 * popey looks now 13:30 I tried to adjust month highlight so it dont overlap 13:33 kunal: ok, found a couple more issues, will reply on the merge 13:33 ok 13:33 I raised this bug 13:33 https://bugs.launchpad.net/content-hub/+bug/1464244 13:35 * popey looks 13:35 for ical content hub support 13:35 just for info 13:35 ok 13:35 we talked about this last week I think with kenvandine ? 13:35 yes 13:35 we did 13:36 might have to go back and re-read the log to see what kenvandine said we should do :) 13:36 ok :) 13:36 popey, it was to add a content type for event 13:36 and calendar-app could provide an import handler for events 13:37 http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2015/ubuntu-touch-meeting.2015-06-04-13.01.log.html 13:37 kenvandine: where should the content type go? 13:37 i will say that isn't on the short term todo list... 13:37 in content-hub itself? 13:37 to the calendar-app 13:37 sure 13:37 oh 13:38 the calendar-app would need to be able to read the downloaded file and handle it 13:38 content-hub would just let the browser send the file to calendar app 13:38 ok. 13:38 kenvandine, that will be fine 13:38 i can add it to the wish list in our backlog 13:38 we can handle ical file and format, if we get access to it 13:39 please do kenvandine 13:39 something like ContentType.Event 13:39 ? 13:39 kenvandine: any idea how much work this is in content-hub side? 13:39 not much, if we just add ContentType.Event 13:39 then a tiny tweak in the browser 13:39 this has been a long requested feature for calendar 13:40 and makes it a lot more useful, especially for people who don't sync to the evil empire 13:40 popey, i'll get it on the list... you help convince bfiller that we should do it :) 13:40 sure! 13:41 expect email :) 13:41 thanks :) 13:41 \o/ 13:41 popey, "Swipe between months, I'd expect no day to be hi-lighted, but the 1st of the month always is." 13:42 yeah 13:42 so by default there shold not be any highlight ? 13:42 correct 13:42 until I tap one 13:42 As I understand it. 13:42 as of now I am selecting 1st by default 13:42 ok, I can make it so 13:42 We can confirm with James, when he's back next week. 13:42 but it looks odd to me 13:43 ok, 13:43 Anything else? 13:43 but then I used similar logic for weekview highlight as well 13:44 yes 13:44 Sometimes I can trigger a situation where a day is hi-lighted with grey box _and_ has orange in-fill... *and* today is highlighted in orange too. 13:44 for this 13:44 so you mean you see three highlight ? 13:44 on same month or between two month ? 13:46 i see two highlights 13:46 one for today - orange 13:46 one for another day in the month, also orange 13:46 I can't reproduce it often 13:46 so unless you can, it may be some wierd glitch here 13:47 ok, 13:47 I will try to reproduce 13:48 thanks 13:48 ok, nothing else from me now 13:51 Great, thanks kunal 13:51 (and renatu) :) 13:51 take care. 13:51 #endmeeting Generated by MeetBot 0.1.5 (http://wiki.ubuntu.com/meetingology)