summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2018-04-19 18:37:13 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2018-04-19 18:37:13 +0200
commitfa35b435f89d6f587a569e5248747ef319aeb3dc (patch)
tree07c4e2eb0e470652dd9c94bf28c4f6a2f6ee731a /views
parent60c4ebe4cb5f930529e340fd6b789dc7f1d7813e (diff)
downloadkube-fa35b435f89d6f587a569e5248747ef319aeb3dc.tar.gz
kube-fa35b435f89d6f587a569e5248747ef319aeb3dc.zip
add overlapping event to testdata
Diffstat (limited to 'views')
-rw-r--r--views/calendar/main.qml9
1 files changed, 8 insertions, 1 deletions
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 {
68 resource: "caldavresource", 68 resource: "caldavresource",
69 summary: "Test Event3", 69 summary: "Test Event3",
70 description: "This is test event #3", 70 description: "This is test event #3",
71 starts: "2018-04-11T10:03:00", 71 starts: "2018-04-11T10:00:00",
72 ends: "2018-04-11T15:00:00", 72 ends: "2018-04-11T15:00:00",
73 }, 73 },
74 {
75 resource: "caldavresource",
76 summary: "Test Event4",
77 description: "This is test event #3",
78 starts: "2018-04-12T22:00:00",
79 ends: "2018-04-15T03:00:00",
80 },
74 ], 81 ],
75 }], 82 }],
76 } 83 }