Hi all,
When I am subscribing to an ICS url which doesn't need a username or password, the loging in 'hangs'.
Both with empty userAuth or missing userAuth in the config has the same result. Can someone reproduce this and tell me if this is a bug or do I have an error in the config file and how to correct that?
The config I use is:
var globalSubscribedCalendars={ hrefLabel: 'Geabonneerd', calendars: [ { href: 'https://raw.githubusercontent.com/PanderMusubi/dutch-holidays/master/Nederla...', typeList: ['vevent'], ignoreAlarm: true, displayName: 'Feestdagen', color: '#009900' } ] };
Thanks,
Pander