From 3875e8377a75ccf00cddef79f574ce8fa22bdae3 Mon Sep 17 00:00:00 2001 From: Niklas Meyer Date: Tue, 10 Dec 2024 15:59:02 +0100 Subject: [PATCH] sogo: added SOGoDisableOrganizerEventCheck value to sogo.conf (#6204) --- data/conf/sogo/sogo.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/conf/sogo/sogo.conf b/data/conf/sogo/sogo.conf index d398eb053..8455f0cf3 100644 --- a/data/conf/sogo/sogo.conf +++ b/data/conf/sogo/sogo.conf @@ -16,6 +16,9 @@ SOGoFoldersSendEMailNotifications = YES; SOGoForwardEnabled = YES; + // Fixes "MODIFICATION_FAILED" error (HTTP 412) in Clients when accepting invitations from external services + SOGoDisableOrganizerEventCheck = YES; + // Option to set Users as admin to globally manage calendar permissions etc. Disabled by default // SOGoSuperUsernames = ("moo@example.com");