Software version:
- Calendar 2.0.3
- Nextcloud 18.0.6 (installed through snap, on Ubuntu 20.04)
Description:
Need to subscribe to a public Google Calendar (work related, managed by others)
I can only find its public URL (don’t think it’s ics format), starting with https://
subscribed through link, no error message, name of this calendar shown as “calendar.google.com”
never updated (longest wait time: 24 hr)
Googled around and found these articles, none worked:
- Nextcloud admin documentation: change refresh rate
https://cloud.hywalty.net/core/doc/admin/groupware/calendar.html#refresh-rate
I cannot findocc
(also digged into this issue and found I don’t have/var/www/
folder)
so I didsudo nextcloud.occ config:app:set dav calendarSubscriptionRefreshRate --value "PT1S"
which should refresh after 1 second, but that didn’t happen
also changed to"PT15M"
(refresh after 15 min), didn’t happen either
I then restarted my server (an AWS instance), didn’t work - other related posts like this
Calendar App: Subscription of Google Calendar does not work
said I should wait for the cron job (which on my server it’s set to be every 5 min), but it’s for Nextcloud 18.0.2, and I’m at 18.0.6 - another related post said it’s handled by my browser but not my server (?!) and pointed to another tool called
vdirsyncer
Calendar sync with google
https://vdirsyncer.pimutils.org/en/stable/
puzzled by the documentation of that tool and don’t know how to set it up
I’m super confused and frustrated. Any thoughts and suggestions will be appreciated!