mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Hide core instructions for caldav (#24239)
This commit is contained in:
parent
f3ed286091
commit
bff87279b1
@ -17,12 +17,16 @@ The `caldav` platform allows you to connect to your WebDAV calendar and generate
|
||||
|
||||
You need to have a CalDAV server and credentials for it. This integration was tested against [Baikal](http://sabre.io/baikal/) but any integration complying with the RFC4791 should work. [Nextcloud](https://nextcloud.com/) and [Owncloud](https://owncloud.org/) work fine.
|
||||
|
||||
{% details "Notes for Home Assistant Core Installations" %}
|
||||
|
||||
You might need some additional system packages to compile the Python CalDAV library. On a Debian based system, install them by:
|
||||
|
||||
```bash
|
||||
sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev
|
||||
```
|
||||
|
||||
{% enddetails %}
|
||||
|
||||
## Basic Setup
|
||||
|
||||
To integrate a WebDAV calendar in Home Assistant, add the following section to your `configuration.yaml` file:
|
||||
|
Loading…
x
Reference in New Issue
Block a user