summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }