From c64a4bc56f93c08cf55fb907078e588ad737684c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 5 Sep 2023 00:55:35 +0200 Subject: Major work on, something. --- module/vcomponent/data-stores/sqlite.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/vcomponent/data-stores/sqlite.scm') diff --git a/module/vcomponent/data-stores/sqlite.scm b/module/vcomponent/data-stores/sqlite.scm index b5b566a8..5d487028 100644 --- a/module/vcomponent/data-stores/sqlite.scm +++ b/module/vcomponent/data-stores/sqlite.scm @@ -113,7 +113,7 @@ CREATE TABLE IF NOT EXISTS event_instances_valid_range (define-method (get-calendar (this )) (let ((db (database this)) - (calendar (make-vcomponent 'VCALENDAR))) + (calendar (vcomponent type: 'VCALENDAR))) (let ((stmt (sqlite-prepare db " SELECT key, value FROM calendar_properties cp LEFT JOIN calendar c ON cp.calendar = c.id -- cgit v1.2.3