2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

57_Calendar: fixed example in commandref

git-svn-id: https://svn.fhem.de/fhem/trunk@18138 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2019-01-05 07:59:07 +00:00
parent 97b158ca15
commit d7087670d2

View File

@ -3790,7 +3790,7 @@ sub CalendarEventsAsHtml($;$) {
in <code>get &lt;name&gt; events &lt;parameters&gt;</code>.
<br><br>
Example: <code>define MyCalendarWeblink weblink htmlCode
{ CalendarEventsAsHtml('F','format:custom="$T1 $D $S" timeFormat="%d.%m" series:next=3') }</code>
{ CalendarEventsAsHtml('F','format:custom="$T1 $D $S" timeFormat:"%d.%m" series:next=3') }</code>
<br><br>
Tip: use single quotes as outer quotes.