diff --git a/fhem/FHEM/57_Calendar.pm b/fhem/FHEM/57_Calendar.pm index c8ab767e9..43545029d 100644 --- a/fhem/FHEM/57_Calendar.pm +++ b/fhem/FHEM/57_Calendar.pm @@ -3256,7 +3256,8 @@ sub CalendarEventsAsHtml($;$) {

The optional parameter interval is the time between subsequent updates - in seconds. It defaults to 3600 (1 hour).

+ in seconds. It defaults to 3600 (1 hour).
+ An interval = 0 will not be allowed and replaced by 3600 automatically. A corresponding log entry will be created.

Examples:

@@ -3868,5 +3869,577 @@ sub CalendarEventsAsHtml($;$) {
 
 
 =end html
+=begin html_DE
 
+
+

Calendar

+ + +=end html_DE =cut