From fa35b435f89d6f587a569e5248747ef319aeb3dc Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 19 Apr 2018 18:37:13 +0200 Subject: add overlapping event to testdata --- views/calendar/main.qml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/views/calendar/main.qml b/views/calendar/main.qml index 1aa729d9..26898685 100644 --- a/views/calendar/main.qml +++ b/views/calendar/main.qml @@ -68,9 +68,16 @@ ApplicationWindow { resource: "caldavresource", summary: "Test Event3", description: "This is test event #3", - starts: "2018-04-11T10:03:00", + starts: "2018-04-11T10:00:00", ends: "2018-04-11T15:00:00", }, + { + resource: "caldavresource", + summary: "Test Event4", + description: "This is test event #3", + starts: "2018-04-12T22:00:00", + ends: "2018-04-15T03:00:00", + }, ], }], } -- cgit v1.2.3