mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 01:12:24 +00:00
caldav: add support for calendar subscriptions
This commit is contained in:
@@ -8,6 +8,7 @@ CREATE TABLE calendars (
|
||||
color TEXT,
|
||||
timezone TEXT,
|
||||
deleted_at DATETIME,
|
||||
subscription_url TEXT,
|
||||
PRIMARY KEY (principal, id)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user