mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +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
|
||||
```
|
||||
|
||||
```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
|
||||
# Example configuration.yaml entry for iCloud, calendars will be found automatically
|
||||
calendar:
|
||||
|
Loading…
x
Reference in New Issue
Block a user