From 2250432388f04fd90d7edb62f7627330c23d3796 Mon Sep 17 00:00:00 2001 From: borisneubert <> Date: Sun, 9 Aug 2015 10:06:00 +0000 Subject: [PATCH] 57_Calendar: fixes for previously introduced asynchronous processing of calendar retrieval and processing; BYDAY now working with INTERVAL>1; module now works with out-of-series calendar events in recurring events series git-svn-id: https://svn.fhem.de/fhem/trunk@9040 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fhem/CHANGED b/fhem/CHANGED index 4a683a5df..328cb0f13 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,8 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - feature: 57_Calendar: make BYDAY work with INTERVAL>1; make out-of-series + calendar events with recurring calendar events series work; format + change of UID - bugfix: 95_Dashboard: fixed issue with disappearing menu and command input in room "Everything" - feature: 57_Calendar: made download from URL non-blocking