mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add Synology Calendar as tested system to CalDAV (#30829)
This commit is contained in:
parent
983f9401f9
commit
0329002236
@ -17,18 +17,24 @@ ha_config_flow: true
|
||||
The CalDAV integration allows you to connect your WebDAV calendar to Home Assistant
|
||||
as one of these entity types:
|
||||
|
||||
- A [calendar](/integrations/calendar) entity which can be used to trigger automations based on the the start or end of an event using criteria such as the event name or description.
|
||||
- A [calendar](/integrations/calendar) entity which can be used to trigger automations based on the the start or end of an event using criteria such as the event name or description.
|
||||
- A [todo](/integrations/todo) entity which tracks the number of active items
|
||||
on the to-do list.
|
||||
|
||||
The WebDAV entities are updated roughly every 15 minutes.
|
||||
The WebDAV entities are updated roughly every 15 minutes.
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
During the configuraiton flow you will be asked for the CalDAV server and credentials
|
||||
During the configuration flow you will be asked for the CalDAV server and credentials
|
||||
for it. An example CalDAV URL is `https://caldav.icloud.com/`.
|
||||
|
||||
This integration was tested against [iCloud Calendar](https://www.icloud.com/calendar/), [Nextcloud](https://nextcloud.com/), [Owncloud](https://owncloud.org/), [Baikal](https://sabre.io/baikal/). Any integration complying with the RFC4791 should work.
|
||||
This integration was tested against the following systems, but any other complying with the RFC4791 should work:
|
||||
|
||||
- [Baikal](https://sabre.io/baikal/)
|
||||
- [iCloud Calendar](https://www.icloud.com/calendar/)
|
||||
- [Nextcloud](https://nextcloud.com/)
|
||||
- [Owncloud](https://owncloud.org/)
|
||||
- [Synology Calendar](https://www.synology.com/en-us/dsm/feature/calendar)
|
||||
|
||||
## Manual configuration
|
||||
|
||||
@ -144,7 +150,6 @@ verify_ssl:
|
||||
|
||||
{% enddetails %}
|
||||
|
||||
|
||||
## Calendar Event Automations
|
||||
|
||||
Individual Calendar *Events* can power automations such as:
|
||||
|
Loading…
x
Reference in New Issue
Block a user