From 959e52efcf0b3c7da65519aa25025239f11b16ee Mon Sep 17 00:00:00 2001 From: borisneubert Date: Sun, 24 Mar 2013 17:06:28 +0000 Subject: [PATCH] added soft hyphens to documentation git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2980 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/57_Calendar.pm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/FHEM/57_Calendar.pm b/FHEM/57_Calendar.pm index c87c85007..d70ca3fac 100644 --- a/FHEM/57_Calendar.pm +++ b/FHEM/57_Calendar.pm @@ -1019,8 +1019,8 @@ sub Calendar_Undef($$) { Examples:
-      define MyCalendar Calendar ical url https://www.google.com/calendar/ical/john.doe%40example.com/private-foo4711/basic.ics
-      define YourCalendar Calendar ical url http://www.google.com/calendar/ical/jane.doe%40example.com/private-bar0815/basic.ics 86400
+      define MyCalendar Calendar ical url https://www.google.com­/calendar/ical/john.doe%40example.com­/private-foo4711/basic.ics
+      define YourCalendar Calendar ical url http://www.google.com­/calendar/ical/jane.doe%40example.com­/private-bar0815/basic.ics 86400
       

@@ -1130,8 +1130,8 @@ sub Calendar_Undef($$) { @@ -1151,15 +1151,15 @@ sub Calendar_Undef($$) { First find the UID of the calendar event:

get MyCalendar find .*Erna.*
- 2767324dsfretfvds7dsfn3e4dsa234r234sdfds6bh874googlecom + 2767324dsfretfvds7dsfn3e4­dsa234r234sdfds6bh874­googlecom


Then define a notify:

- define ErnaComes notify MyCalendar:modeStarted.*2767324dsfretfvds7dsfn3e4dsa234r234sdfds6bh874googlecom.* set MyLight on + define ErnaComes notify MyCalendar:modeStarted.*2767324dsfretfvds7dsfn3e4­dsa234r234sdfds6bh874­googlecom.* set MyLight on

You can also do some logging:

- define LogErna notify MyCalendar:modeAlarmed.*2767324dsfretfvds7dsfn3e4dsa234r234sdfds6bh874googlecom.* { Log 1, "ALARM name=%NAME event=%EVENT part1=%EVTPART0 part2=%EVTPART1" } + define LogErna notify MyCalendar:modeAlarmed.*2767324dsfretfvds7dsfn3e4­dsa234r234sdfds6bh874­googlecom.* { Log 1, "ALARM name=%NAME event=%EVENT part1=%EVTPART0 part2=%EVTPART1" }