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 07ee6302..1e7e8eac 100644
--- a/views/calendar/main.qml
+++ b/views/calendar/main.qml
@@ -49,6 +49,7 @@ ApplicationWindow {
49 id: "calendar1", 49 id: "calendar1",
50 resource: "caldavresource", 50 resource: "caldavresource",
51 name: "Test Calendar", 51 name: "Test Calendar",
52 color: "#af1a6a",
52 events: [ 53 events: [
53 { 54 {
54 resource: "caldavresource", 55 resource: "caldavresource",
@@ -136,6 +137,12 @@ ApplicationWindow {
136 allDay: true, 137 allDay: true,
137 }, 138 },
138 ], 139 ],
140 },
141 {
142 id: "calendar2",
143 resource: "caldavresource",
144 name: "Test Calendar2",
145 color: "#f67400"
139 }], 146 }],
140 } 147 }
141 TestStore.setup(initialState) 148 TestStore.setup(initialState)