fix recurrent event on khal

This commit is contained in:
shouya
2026-02-14 22:58:14 +09:00
parent 0647a12e2e
commit 77c8289281
+1 -1
View File
@@ -92,7 +92,7 @@ Singleton {
property string startTime: ""
property string duration: ""
command: ["khal", "list", "--once", "--json", "uid", "--json", "title", "--json", "start-long-full", "--json", "end-long-full", "--json", "calendar", "--json", "description", "--json", "location", startTime, duration]
command: ["khal", "list", "--json", "uid", "--json", "title", "--json", "start-long-full", "--json", "end-long-full", "--json", "calendar", "--json", "description", "--json", "location", startTime, duration]
stdout: StdioCollector {
onStreamFinished: {