From 38f8cf8d56ad3fdfe336f1137fcd4f777b70bba0 Mon Sep 17 00:00:00 2001 From: betateilchen Date: Sat, 16 Feb 2019 01:04:25 +0000 Subject: [PATCH] added: new command caldav git-svn-id: https://svn.fhem.de/fhem/trunk@18605 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/57_CalDav.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fhem/FHEM/57_CalDav.pm b/fhem/FHEM/57_CalDav.pm index 0679e35be..46ff5e460 100644 --- a/fhem/FHEM/57_CalDav.pm +++ b/fhem/FHEM/57_CalDav.pm @@ -76,7 +76,9 @@ sub CalDav_Process($$$) {
Example for ownCloud / Nextcloud:

- caldav https://<user>:<password>@my.cloudServer.de/remote.php/dav/calendars/<user>/ /?export + caldav https://<user>:<password>@my.cloudServer.de/remote.php/dav/calendars/<user>/ /?export
+
+ This command module requires the perl library XML::LibXML
=end html