how to set nextloud calendar sync to 5 min

docker exec --user www-data -it nextcloud-aio-nextcloud bash

php occ config:app:set dav calendarSubscriptionRefreshRate --value "PT5M"
exit

Last updated