2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 13:24:56 +00:00

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
This commit is contained in:
borisneubert 2014-11-29 14:23:17 +00:00
parent c38efa8119
commit 5a24265611

View File

@ -32,17 +32,33 @@ use HttpUtils;
package main; package main;
# #
# Note: # *** Potential isses:
# #
# There might be issues when turning to daylight saving time and back that # There might be issues when turning to daylight saving time and back that
# need further investigation. For reference please see # need further investigation. For reference please see
# http://forum.fhem.de/index.php?topic=18707.new # http://forum.fhem.de/index.php?topic=18707
# http://forum.fhem.de/index.php?topic=15827.new # http://forum.fhem.de/index.php?topic=15827
# #
# Potential future extensions: add support for EXDATE # modeStarted triggered on calendar update
# http://forum.fhem.de/index.php?topic=24485.new#new # 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 # ICal