mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-29 03:14:38 +00:00
Add configuration for readonly_webdav_collections.
This commit is contained in:
parent
49013d36ac
commit
5f6c5c20b5
@ -50,6 +50,18 @@ $c->hide_alarm = true;
|
||||
*/
|
||||
$c->hide_TODO = true;
|
||||
|
||||
/**
|
||||
* The default is false for backward compatibility
|
||||
* If true, then calendars accessed via WebDAV will only be readonly. Any
|
||||
* changes to them must be applied via CalDAV.
|
||||
*
|
||||
* You may want to set this to false during your initial setup to make it
|
||||
* easier for people to PUT whole calendars as part of the conversion of
|
||||
* their data. After this it is recommended to turn it off so that clients
|
||||
* which have been misconfigured are readily identifiable.
|
||||
*/
|
||||
$c->readonly_webdav_collections = true;
|
||||
|
||||
/***************************************************************************
|
||||
* *
|
||||
* ADMIN web Interface *
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user