2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

57_Calendar: fix docs

git-svn-id: https://svn.fhem.de/fhem/trunk@17386 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2018-09-22 18:05:53 +00:00
parent 6642de03c1
commit 12a9ca4d1d

View File

@ -3643,7 +3643,7 @@ sub CalendarEventsAsHtml($;$) {
<br>The double semicolon masks the semicolon. <a href="#perl">Perl specials</a> cannot be used.<br>
<br>
To add a missing end time, the following plug-in can be used:<br><br>
<code>attr MyCalendar onCreateEvent { $e->{end}= $e->{start}+86400 unless(defined($e->{summary})) }</code><br>
<code>attr MyCalendar onCreateEvent { $e->{end}= $e->{start}+86400 unless(defined($e->{end})) }</code><br>
</ul>
<br><br>