From 5a242656114515a5220bfc5b5cad06d6adbd48da Mon Sep 17 00:00:00 2001 From: borisneubert <> Date: Sat, 29 Nov 2014 14:23:17 +0000 Subject: [PATCH] 57_Calendar.pm: documentation of potential issues and future extensions git-svn-id: https://svn.fhem.de/fhem/trunk@7090 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/57_Calendar.pm | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/fhem/FHEM/57_Calendar.pm b/fhem/FHEM/57_Calendar.pm index d3eb463c5..be7dc638b 100644 --- a/fhem/FHEM/57_Calendar.pm +++ b/fhem/FHEM/57_Calendar.pm @@ -32,17 +32,33 @@ use HttpUtils; package main; # -# Note: +# *** Potential isses: # # There might be issues when turning to daylight saving time and back that # need further investigation. For reference please see -# http://forum.fhem.de/index.php?topic=18707.new -# http://forum.fhem.de/index.php?topic=15827.new +# http://forum.fhem.de/index.php?topic=18707 +# http://forum.fhem.de/index.php?topic=15827 # -# Potential future extensions: add support for EXDATE -# http://forum.fhem.de/index.php?topic=24485.new#new +# modeStarted triggered on calendar update +# http://forum.fhem.de/index.php?topic=28516 # +# take care of unitialized value warnings +# http://forum.fhem.de/index.php?topic=28409 # +# *** Potential future extensions: +# +# add support for EXDATE +# http://forum.fhem.de/index.php?topic=24485 +# +# nonblocking retrieval +# http://forum.fhem.de/index.php?topic=29622 +# +# sequence of events fired sorted by time +# http://forum.fhem.de/index.php?topic=29112 +# +# document ownCloud ical use +# http://forum.fhem.de/index.php?topic=28667 + ##################################### # # ICal