Thomas Citharel

Results 447 comments of Thomas Citharel

@wuethrich44 Not that I know of, but you should publish the calendar on the other end and then subscribe to it's public url.

You don't need admin rights, just regular user access that you seem to have.

@pepea28 Would you care to open a PR to the https://github.com/sabre-io/uri/ repository ?

https://github.com/nextcloud/3rdparty/pull/143

That's odd, I don't see how this could work since not much has changed since then. Will try to reproduce. > Even if we have a separate storage for credentials,...

No one can refresh the cached calendar subscriptions right now anyway. This is either [defined by the calendar data itself](https://github.com/nextcloud/server/blob/2f26ff40e9aaabd1c8cc2167dea2158a22b1961f/apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php#L309-L339) through `REFRESH-INTERVAL` or `X-PUBLISHED-TTL` icalendar keys, or fallback to [the...