Browse Source

sogo: added SOGoDisableOrganizerEventCheck value to sogo.conf (#6204)

Niklas Meyer 8 months ago
parent
commit
3875e8377a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      data/conf/sogo/sogo.conf

+ 3 - 0
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");