mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 11:42:25 +00:00
caldav: Make supported-calendar-component-set configurable
This commit is contained in:
@@ -11,6 +11,9 @@ CREATE TABLE calendars (
|
||||
deleted_at DATETIME,
|
||||
subscription_url TEXT,
|
||||
push_topic TEXT UNIQUE NOT NULL,
|
||||
comp_event BOOLEAN NOT NULL,
|
||||
comp_todo BOOLEAN NOT NULL,
|
||||
comp_journal BOOLEAN NOT NULL,
|
||||
PRIMARY KEY (principal, id)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user