You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Thunderbird with nextcloud caldav event invites cannot be sent even if the Send invitations to attendees option is unset.
As commented by @zyro23 on #6811 in order to allow clients to know the server won't send event invites the line $server->addPlugin(new \OCA\DAV\CalDAV\Schedule\Plugin()); in apps/dav/lib/Server.php needs to be commented out.
@georgehrke Stated that moving this line into the if ($sendInvitations) section would not be advisable as this might break free busy.
As I don't use Free/busy I have moved that line and will report any other issues I encounter with this.
The text was updated successfully, but these errors were encountered:
Using Thunderbird with nextcloud caldav event invites cannot be sent even if the
Send invitations to attendees
option is unset.As commented by @zyro23 on #6811 in order to allow clients to know the server won't send event invites the line
$server->addPlugin(new \OCA\DAV\CalDAV\Schedule\Plugin());
inapps/dav/lib/Server.php
needs to be commented out.@georgehrke Stated that moving this line into the
if ($sendInvitations)
section would not be advisable as this might break free busy.As I don't use Free/busy I have moved that line and will report any other issues I encounter with this.
The text was updated successfully, but these errors were encountered: