Sync Interval of CalDav-Calender - How to update manually?

Support intro

Sorry to hear you’re facing problems. :slightly_frowning_face:

The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.

If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.

Getting help

In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.

Before clicking submit: Please check if your query is already addressed via the following resources:

(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can. :heart:

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    • 30.0.6
  • PHP version (e.g, 8.3):
    • 8.3
  • Is this the first time you’ve seen this error? (Yes / No):
    • No
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • No

Summary of the issue you are facing:

Hi Folks,
i´ve successfully added a new Calendar within Nextcloud from a CalDav-Url.

Now, when i make changes on an event in the external calendar (e.g. change the beginning time) the change is not updated within the NC Calendar.

Any hint how to make this update appear here?
Thanks,
Dennis

I think you are at the mercy of the frequency at which the source (external calendar) pushes and update out.

Hi Fred,
so NC waits for that push you you mean and is not able to fetch the updates e.g. every 30 min. by a cronjob?

There is a configuration option for the refresh rate, which can be changed using the occ command: Calendar / CalDAV — Nextcloud latest Administration Manual latest documentation

See also the linked document for the interval specification: PHP: DateInterval::__construct - Manual

If I have interpreted the specification correctly, the correct value for “every 30 minutes” would be PT30M, which would then translate into the following occ command:

php occ config:app:set dav calendarSubscriptionRefreshRate --value "PT30M"
1 Like

That worked!

Thanks a lot,
Dennis :slight_smile:

1 Like

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.