Suddenly iCalender eventfilter issue

Hi,

I’m running latest Milestone 3.2 M2 and out of the sudden I’m facing an issue with my iCalendar configuration. I use the eventfilters for my local trash / garbage pickup. Here I filter for keywords Black, Yellow, Green and Blue (in the ics I use the German translations).

This worked like a charm sind OH 3 was released, but now one of the eventfilters (for blue) doesn’t work anymore. The log doesn’t list anything. I can just see that the dates for black or yellow pickup are assigned correctly and blue isn’t mentioned at all in the logs.

I was able to strip this down to a minimalistic ics file (see below). All “colors” work but blue.

My calendar definition (refresh time was reduced for testing):

UID: icalendar:calendar:2af544962f
label: Abfallkalender
thingTypeUID: icalendar:calendar
configuration:
password: xxxxxxx
maxSize: 48
url: http://127.0.0.1:8080/static/abfallkalender/abfall.ics
refreshTime: 1
username: xxxxxxxx

My eventfilters (they are basically all the same, here for black and blue. Black working, blue not working. refresh time for blue was reduced for testing)

UID: icalendar:eventfilter:2af544962f:40c6153e36
label: Abfallkalender-Filter (Schwarz)
thingTypeUID: icalendar:eventfilter
configuration:
maxEvents: 1
textValueType: TEXT
datetimeEnd: 40
refreshTime: 240
datetimeStart: 0
textEventValue: Schwarz
datetimeRound: true
textEventField: SUMMARY
datetimeUnit: DAY
bridgeUID: icalendar:calendar:2af544962f

UID: icalendar:eventfilter:2af544962f:95e2cc8be2
label: Abfallkalender-Filter (Blau)
thingTypeUID: icalendar:eventfilter
configuration:
maxEvents: 1
textValueType: TEXT
datetimeEnd: 40
refreshTime: 1
datetimeStart: 0
textEventValue: Blau
textEventField: SUMMARY
datetimeRound: true
datetimeUnit: DAY
bridgeUID: icalendar:calendar:2af544962f

Here the ics file:

BEGIN:VCALENDAR
PRODID:-//Service Betrieb
VERSION:2.0
METHOD:PUBLISH
BEGIN:VEVENT
UID:DSB2021R1
DTSTART:20210927T091500Z
DTEND:20210927T131500Z
LOCATION:Angelastraße 9
DESCRIPTION;ENCODING=BASE64:Abfuhrtermin Schwarz
SUMMARY:Schwarz
PRIORITY:3
END:VEVENT
BEGIN:VEVENT
UID:DSB2021B8
DTSTART:20210920T091500Z
DTEND:20210920T131500Z
LOCATION:Angelastraße 9
DESCRIPTION;ENCODING=BASE64:Abfuhrtermin Grün
SUMMARY:Grün
PRIORITY:3
END:VEVENT
BEGIN:VEVENT
UID:DSB2021G16
DTSTART:20211004T091500Z
DTEND:20211004T131500Z
LOCATION:Angelastraße 9
DESCRIPTION;ENCODING=BASE64:Abfuhrtermin Gelb
SUMMARY:Gelb
PRIORITY:3
END:VEVENT
BEGIN:VEVENT
UID:DSB2021P20
DTSTART:20211030T091500Z
DTEND:20211030T131500Z
LOCATION:Angelastraße 9
DESCRIPTION;ENCODING=BASE64:Abfuhrtermin Blau
SUMMARY:Blau
PRIORITY:3
END:VEVENT

Thanks a lot in advance

Stefan

no clue why, but after a few hours the value was updated:

> events.log:2021-09-20 10:04:38.946 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'ABFALL_TERMIN_BLAU' changed from NULL to UNDEF
> events.log:2021-09-21 00:22:43.609 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'ABFALL_TERMIN_BLAU' changed from UNDEF to 2021-10-30T11:11:00.000+0200