Hello,
I have successfully connected 2 Nextcloud servers (Federated Cloud Sharing). Everything works (Nextcloud Talk, file sharing, calendar sharing). When I enter an appointment, it will “eventually” sync with the shared server. But I want the calendar to be synchronized after 5 minutes at the latest. I found and tried the following but nothing happened after 5-10 minutes.
Linux Console (lxc container Debian 12 Proxmox)
sudo -u www-data php occ config:app:set dav calendarSubscriptionRefreshRate --value PT5M
Return message:
Config value ‘calendarSubscriptionRefreshRate’ for app ‘dav’ is now set to ‘PT5M’, stored as mixed in fast cache
What am I doing wrong?