Hey,
3 month later and no solution?
i tried with newest version. wget nextcloud_calender_url get the calender in special format. The Name is “7863TJr9N2JJRgfG?export” and not *.ics.
i tried official documentation. Add i “auth” with copy and paste, i get a config error.
in the newest build of Nextcloud i can copy a abo-link. i can download the “.ics” with this link without credentials.
how i can use it for mm calender? its a puplic calender link now but i dont get any calender infos.
my config:
{
module: "calendar",
header: "Kalender", // see help for more information
position: "top_left",
config: {
colored: true,
coloredSymbolOnly: false,
calendars: [
{
url: 'https://domain.tld/nextcloud/remote.php/dav/public-calendars/7812hello1232JJRgfG?export',
symbol: 'calendar'
},
],
}
},