]> git.basschouten.com Git - openhab-addons.git/commit
[icalendar] Fix internal calculation for retrieving events for command tags (#11178)
authorMichael Wodniok <michi@noorganization.org>
Sat, 11 Sep 2021 14:18:08 +0000 (16:18 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Sep 2021 14:18:08 +0000 (16:18 +0200)
commit962853811af510f4e488ef6bf61d4a2de301c1bd
treecbedac093638f4b68280562d5bbbd543b07ec58f
parent7efc3e9e81b8405f1576ebc059d24472f59b8e07
[icalendar] Fix internal calculation for retrieving events for command tags (#11178)

* [icalendar] Fixes #11084: Different method for retrieving events

Replaced retrieval of events for CommandTags by another, already implemented method, fixing wrong behaviour in case of moved or removed events. Also updated dependencies to get this binding resolvable again.

Signed-Off-By: Michael Wodniok <michi@noorganization.org>
bundles/org.openhab.binding.icalendar/pom.xml
bundles/org.openhab.binding.icalendar/src/main/java/org/openhab/binding/icalendar/internal/logic/BiweeklyPresentableCalendar.java
bundles/org.openhab.binding.icalendar/src/test/java/org/openhab/binding/icalendar/internal/logic/BiweeklyPresentableCalendarTest.java
bundles/org.openhab.binding.icalendar/src/test/resources/test-issue11084.ics [new file with mode: 0644]