Skip to content

Commit e96c77f

Browse files
authored
Merge pull request #13756 from nextcloud/feat/admin/calendar-federation-ro
2 parents c01987a + 4d93481 commit e96c77f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

admin_manual/groupware/calendar.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
137154
Trash bin
138155
---------
139156

0 commit comments

Comments
 (0)