Is there a way to turn off calendar synchronization?

I have noticed that if calendar synchronization is turned on even on a single users mobile device, CPU usage spikes up to 80% due to the sheer amount of requests performed per second.

Is there a way to turn off calendar synchronization as a feature for Mail-in-a-box?

For the Calendar sync are you doing this via Z-Push or Caldav?

I am doing it via CalDAV

You could try to disable the calendar app via the command line
https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html#apps-commands-label
sudo -u www-data php occ app:disable

Not sure if this will cause other problems though, hopefully someone with more nextcloud experience can chime in.

Just tried this solution. Seems to have worked! Let’s see what happens in long-term

1 Like

Still works, haven’t experienced any issues so far.

Though I should note that during NextCloud updates, calendar gets turned back on, but all you have to do is disable it.