summaryrefslogtreecommitdiffstats
path: root/views/calendar/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'views/calendar/main.qml')
-rw-r--r--views/calendar/main.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/views/calendar/main.qml b/views/calendar/main.qml
index 672e3e21..1aa729d9 100644
--- a/views/calendar/main.qml
+++ b/views/calendar/main.qml
@@ -64,6 +64,13 @@ ApplicationWindow {
64 starts: "2018-04-11T09:03:00", 64 starts: "2018-04-11T09:03:00",
65 ends: "2018-04-11T14:03:00", 65 ends: "2018-04-11T14:03:00",
66 }, 66 },
67 {
68 resource: "caldavresource",
69 summary: "Test Event3",
70 description: "This is test event #3",
71 starts: "2018-04-11T10:03:00",
72 ends: "2018-04-11T15:00:00",
73 },
67 ], 74 ],
68 }], 75 }],
69 } 76 }