mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Update caldav.markdown with Radicale example (#23281)
This commit is contained in:
parent
6b9955bad9
commit
ed3a8fe920
@ -45,6 +45,15 @@ calendar:
|
|||||||
url: https://nextcloud.example.com/remote.php/dav
|
url: https://nextcloud.example.com/remote.php/dav
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry for Radicale, calendars will be found automatically
|
||||||
|
calendar:
|
||||||
|
- platform: caldav
|
||||||
|
username: john.doe
|
||||||
|
password: !secret caldav
|
||||||
|
url: https://radicale.example.com/
|
||||||
|
```
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry for iCloud, calendars will be found automatically
|
# Example configuration.yaml entry for iCloud, calendars will be found automatically
|
||||||
calendar:
|
calendar:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user