Icalendar problem after 5.0.1 update

Hello Everybody,

i start with a clean 5.0.1 Installation on Docker.

The ical Connect show this Error:

  • Level WARN

  • Logger Class org.openhab.binding.icalendar.internal.handler.PullJob

  • Message Not able to read downloaded iCal. Validation failed or file not readable. Error message is: No calendar was parsed.

It is the same configuration as in the current 4.3.5 installation, and no error occurs.

UID: icalendar:calendar:abfall
label: Abfallkalender
thingTypeUID: icalendar:calendar
configuration:
  password: password
  maxSize: 16
  url: https://FQDN/dav/calendars/public/Abfall/
  refreshTime: 60
  username: user
channels:
  - id: current_title
    channelTypeUID: icalendar:event_current_title
    label: Titel
    description: Titel des aktuellen Kalendereintrages.
    configuration: {}
  - id: current_start
    channelTypeUID: icalendar:event_current_start
    label: Start
    description: Start des aktuellen Kalendereintrages.
    configuration: {}
  - id: current_end
    channelTypeUID: icalendar:event_current_end
    label: Ende
    description: Ende des aktuellen Kalendereintrages.
    configuration: {}
  - id: current_presence
    channelTypeUID: icalendar:event_current_presence
    label: Kalendereintrag Vorhanden
    description: Zeigt an, ob ein Kalendereintrag vorhanden ist.
    configuration: {}
  - id: next_title
    channelTypeUID: icalendar:event_next_title
    label: Titel
    description: Titel des nächsten Kalendereintrages.
    configuration: {}
  - id: next_start
    channelTypeUID: icalendar:event_next_start
    label: Start
    description: Start des nächsten Kalendereintrages.
    configuration: {}
  - id: next_end
    channelTypeUID: icalendar:event_next_end
    label: Ende
    description: Ende des nächsten Kalendereintrages.
    configuration: {}
  - id: last_update
    channelTypeUID: icalendar:last_update
    label: Letzte Aktualisierung
    description: Zeigt die Zeit an, zu der dieser Kalender zuletzt aktualisiert wurde.
    configuration: {}

Where else can I look for error messages?

If I enter the URL in the browser, I get a list of events after logging in.

I have already fixed the certificate problem.

(Thank you for that dear forum :smile: )

THX for Help

I was able to solve the problem. :slightly_smiling_face:

In contrast to version 4, the URL must be supplemented with the “?export” parameter.

url: https://FQDN/dav/calendars/public/Abfall?export