diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-04-19 16:31:11 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-04-19 16:31:11 +0200 |
commit | 796ae3b5a78f9a81f2cb397b14860c40af8990fb (patch) | |
tree | dddb8c7003daa0728a7e504bfcf5e4847d56fae5 /views/calendar/main.qml | |
parent | 394d04974b6b1722434720d8e8a96e8df46c8ff9 (diff) | |
download | kube-796ae3b5a78f9a81f2cb397b14860c40af8990fb.tar.gz kube-796ae3b5a78f9a81f2cb397b14860c40af8990fb.zip |
calendar++
Diffstat (limited to 'views/calendar/main.qml')
-rw-r--r-- | views/calendar/main.qml | 7 |
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 | } |