- time and internet helper routines added to fhem.pl

- 57_Calendar.pm updated (got rid of Time::Local, verbose STATE, allow almost literal copy of Google ICAL URL)

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1625 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2012-06-17 14:31:17 +00:00
parent 7e8b4e0b41
commit 9fe1431574
4 changed files with 163 additions and 27 deletions

View File

@@ -1405,13 +1405,16 @@ A line ending with \ will be concatenated with the next one, so long lines
start with <code>http://</code>, not <code>https://</code>, and the file at the given URL
must be in ICal format.<br><br>
Note for users of Google Calendar: You can literally use the private ICAL URL from your Google Calendar with the
<code>https://</code> replaced by <code>http://</code>.<br><br>
The optional parameter <code>interval</code> is the time between subsequent updates
in seconds. It defaults to 3600 (1 hour).<br><br>
Examples:
<pre>
define MyCalendar Calendar ical url http://www.google.com/calendar/ical/john.doe@example.com/private-foo4711/basic.ics
define YourCalendar Calendar ical url http://www.google.com/calendar/ical/jane.doe@example.com/private-bar0815/basic.ics 86400
define MyCalendar Calendar ical url http://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
</pre>
</ul>
<br>