Added possibility to export the calendar in iCal format (closes #141)

This commit is contained in:
Bernd Bestel
2019-03-04 17:44:48 +01:00
parent 77b0bc675c
commit 90291fdbca
14 changed files with 336 additions and 71 deletions

2
migrations/0056.sql Normal file
View File

@@ -0,0 +1,2 @@
ALTER TABLE api_keys
ADD key_type TEXT NOT NULL DEFAULT 'default';