diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-03 16:39:07 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-03 16:39:07 +0200 |
commit | cf716e2b12bcb871ab79886501822e569dab9a4c (patch) | |
tree | ebdf999a7a8776d13ac8a4a271601a574ed19b65 /views | |
parent | c45ac2847fccc6f7699330a183a7514ff4ca609a (diff) | |
download | kube-cf716e2b12bcb871ab79886501822e569dab9a4c.tar.gz kube-cf716e2b12bcb871ab79886501822e569dab9a4c.zip |
Support for events spanning days
Diffstat (limited to 'views')
-rw-r--r-- | views/calendar/main.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/calendar/main.qml b/views/calendar/main.qml index d27817f5..bf7179b7 100644 --- a/views/calendar/main.qml +++ b/views/calendar/main.qml | |||
@@ -76,8 +76,8 @@ ApplicationWindow { | |||
76 | resource: "caldavresource", | 76 | resource: "caldavresource", |
77 | summary: "Test Event4", | 77 | summary: "Test Event4", |
78 | description: "This is test event #4", | 78 | description: "This is test event #4", |
79 | starts: "2018-04-12T22:00:00", | 79 | starts: "2018-04-12T03:00:00", |
80 | ends: "2018-04-15T03:00:00", | 80 | ends: "2018-04-14T22:00:00", |
81 | }, | 81 | }, |
82 | { | 82 | { |
83 | resource: "caldavresource", | 83 | resource: "caldavresource", |