diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-03 15:35:25 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-03 15:35:25 +0200 |
commit | c45ac2847fccc6f7699330a183a7514ff4ca609a (patch) | |
tree | 68254d241d35825f44d64f8869c7851d11485859 /views/calendar | |
parent | 61ad02e69f3755749bec61d9bd763b63f508ec93 (diff) | |
download | kube-c45ac2847fccc6f7699330a183a7514ff4ca609a.tar.gz kube-c45ac2847fccc6f7699330a183a7514ff4ca609a.zip |
Fixed single day events.
(That's probably the typical case)
Diffstat (limited to 'views/calendar')
-rw-r--r-- | views/calendar/main.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/views/calendar/main.qml b/views/calendar/main.qml index 1e7e8eac..d27817f5 100644 --- a/views/calendar/main.qml +++ b/views/calendar/main.qml | |||
@@ -100,8 +100,7 @@ ApplicationWindow { | |||
100 | resource: "caldavresource", | 100 | resource: "caldavresource", |
101 | summary: "Test day-long event2", | 101 | summary: "Test day-long event2", |
102 | description: "This is test day-long event #2", | 102 | description: "This is test day-long event #2", |
103 | starts: "2018-04-11T00:00:00", | 103 | starts: "2018-04-11", |
104 | ends: "2018-04-23T00:00:00", | ||
105 | allDay: true, | 104 | allDay: true, |
106 | }, | 105 | }, |
107 | { | 106 | { |