From 00c73deabdcb63b8fd0d9d40e18f442278810f8d Mon Sep 17 00:00:00 2001 From: t2000 Date: Sat, 19 Dec 2020 23:49:59 +0100 Subject: [PATCH] [icalendar] Provide example for Nextcloud usage (#9432) * [icalendar] Provide example for Netcloud usage Users of the icalender OH 1 binding might wonder how to get the url for the ical file for their calenders. It took me a couple of hours to find this, so I think it might be useful to have it as an example in the documentation. Signed-off-by: Stefan Triller --- bundles/org.openhab.binding.icalendar/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bundles/org.openhab.binding.icalendar/README.md b/bundles/org.openhab.binding.icalendar/README.md index 0636c57137..217743531b 100644 --- a/bundles/org.openhab.binding.icalendar/README.md +++ b/bundles/org.openhab.binding.icalendar/README.md @@ -166,6 +166,11 @@ BEGIN:Calendar_Test_Switch:ON END:Calendar_Test_Switch:OFF ``` +### Notes for Nextcloud + +The `url` should be: `https:///remote.php/dav/calendars//?export`, so the `?export` is important to get an `ical` file from the calendar. +Username and password for the nextcloud account have to be set as well. + ## Breaking changes In OH3 `calendar` was changed from Thing to Bridge. You need to recreate calendars (or replace `Thing` by `Bridge` in your `.things` file). -- 2.47.3