Skip to content

Commit 678a02f

Browse files
feat: federated read/write
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
1 parent a449312 commit 678a02f

2 files changed

Lines changed: 18 additions & 5 deletions

File tree

admin_manual/groupware/calendar.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,12 @@ Federated calendar shares
144144
-------------------------
145145

146146
.. versionadded:: 32.0.0
147+
.. versionchanged:: 33.0.0 Federated calendar shares are now read/write.
147148

148-
Nextcloud supports creating read-only federated calendar shares.
149+
Nextcloud supports creating federated calendar shares.
149150
A user is able to share a calendar with a remote user on a federated instance.
150-
For now, the shares are read-only and remote users are not able to change the events inside the
151-
shared calendar.
151+
Starting with Nextcloud 33, remote users are able to create, edit, and delete events inside the
152+
shared calendar. In Nextcloud 32, shares were read-only.
152153

153154
The feature can be optionally disabled through an app config.
154155
Run the following command to disable creating new federated calendar shares for all users::

user_manual/groupware/calendar.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ always be free, regardless of an events' settings.
108108
Sharing calendars
109109
~~~~~~~~~~~~~~~~~
110110

111-
You may share your calendar with local users, groups or read-only with remote users on federated
112-
servers.
111+
You may share your calendar with local users, groups or with remote users on federated servers.
113112

114113
.. figure:: images/calendar_sharing_1.png
115114

@@ -119,6 +118,19 @@ Calendars may be shared with write access or read-only. When sharing a calendar
119118

120119
.. note:: Calendar shares currently cannot be accepted or rejected. If you want to stop having a calendar that someone shared with you, you can click on the 3-dot menu next to the calendar in the calendar list and click on "Unshare from me". To restore a share, the calendar can be reshared again, either for the whole group, resetting all unshares, or for a single user.
121120

121+
Federated calendar sharing
122+
~~~~~~~~~~~~~~~~~~~~~~~~~~
123+
124+
.. versionadded:: 32.0.0
125+
.. versionchanged:: 33.0.0 Federated calendar shares support read/write access.
126+
127+
Sharing a calendar with a user on another Nextcloud instance works just like sharing with a local user.
128+
The difference is that you need to use the federated user identifier as the recipient, which has the format
129+
``<username>@<instance>`` (e.g. ``alice@cloud.example.com``).
130+
131+
Starting with Nextcloud 33, federated shares support full read/write access, allowing remote users to
132+
create, edit, and delete events in the shared calendar. In Nextcloud 32, federated shares were read-only.
133+
122134
Publishing a calendar
123135
~~~~~~~~~~~~~~~~~~~~~
124136

0 commit comments

Comments
 (0)