Downloading calendar with wget

Hello,

I used to have a cronjob downloading one of my calendars with wget
wget -q --auth-no-challenge -O /home/xxx/www/dplan.ics "https://xxx.xxxx.xxx/owncloud/index.php/apps/calendar/export.php?calid=26"

After the upgrade to 9.1.4 this does not work anymore.
I copied the Link from the webinterface ("https://xxx.xxxx.xxx/owncloud/remote.php/dav/calendars/albert/dienstplan/") but I get this error:
"This is the WebDAV interface. It can only be accessed by WebDAV clients such as the ownCloud desktop sync client"

Is there any way to download one calendar with wget?

Thanks in advance!

a.

Hi,

unfortunately that URL was mostly wrong from the beginning. The correct one which should be used is shown here:

https://doc.owncloud.org/server/8.2/user_manual/pim/calendar.html#special-caldav-urls

Thank you very much! That works perfect!

a.