diff --git a/fhem/FHEM/57_CALVIEW.pm b/fhem/FHEM/57_CALVIEW.pm
index 58d058c2a..0806c4cda 100644
--- a/fhem/FHEM/57_CALVIEW.pm
+++ b/fhem/FHEM/57_CALVIEW.pm
@@ -297,6 +297,10 @@ sub CALVIEW_Notify($$)
this will manually update all readings from the given CALENDAR Devices
Attribute
+datestyle
+ not set - the default, disables displaying readings bdatetimeiso / edatetimeiso
+ ISO8601 - enables readings bdatetimeiso / edatetimeiso (start and end time of term ISO8601 formated like 2017-02-27T00:00:00)
+
disable
0 / not set - internal notify function enabled (default)
1 - disable the internal notify-function of CALVIEW wich is triggered when one of the given CALENDAR devices has updated
@@ -338,6 +342,10 @@ sub CALVIEW_Notify($$)
Attributes
+datestyle
+ nicht gesetzt - Standard, Readings bdatetimeiso / edatetimeiso werden nicht gezeigt
+ ISO8601 - aktiviert die readings bdatetimeiso / edatetimeiso (zeigen Terminstart und Ende im ISO8601 Format zB. 2017-02-27T00:00:00)
+
disable
0 / nicht gesetzt - aktiviert die interne Notify-Funktion (Standard)
1 - deaktiviert die interne Notify-Funktion welche ausgelöst wird wenn sich einer der Kalender aktualisiert hat