2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

added: new command caldav

git-svn-id: https://svn.fhem.de/fhem/trunk@18605 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2019-02-16 01:04:25 +00:00
parent 3538fcd550
commit 1cef6343d9

View File

@ -76,7 +76,9 @@ sub CalDav_Process($$$) {
<br/>
Example for ownCloud / Nextcloud:<br/>
<br/>
<code>caldav https://&lt;user&gt;:&lt;password&gt;@my.cloudServer.de/remote.php/dav/calendars/&lt;user&gt;/ /?export</code>
<code>caldav https://&lt;user&gt;:&lt;password&gt;@my.cloudServer.de/remote.php/dav/calendars/&lt;user&gt;/ /?export</code><br/>
<br/>
This command module requires the perl library XML::LibXML<br/>
</ul>
=end html