File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,23 @@ If you need to allow this, change the following parameter to::
134134
135135 sudo -E -u www-data php occ config:app:set dav webcalAllowLocalAccess --value yes
136136
137+ Federated calendar shares
138+ -------------------------
139+
140+ .. versionadded :: 32.0.0
141+
142+ Nextcloud supports creating read-only federated calendar shares.
143+ A user is able to share a calendar with a remote user on a federated instance.
144+ For now, the shares are read-only and remote users are not able to change the events inside the
145+ shared calendar.
146+
147+ The feature can be optionally disabled through an app config.
148+ Run the following command to disable creating new federated calendar shares for all users::
149+
150+ sudo -E -u www-data php occ config:app:set dav enableCalendarFederation --type=bool --value=false
151+
152+ Note that existing shares will not be deleted when the feature is disabled.
153+
137154Trash bin
138155---------
139156
You can’t perform that action at this time.
0 commit comments