You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/caldav.markdown
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,15 @@ calendar:
44
44
url: https://nextcloud.example.com/remote.php/dav
45
45
```
46
46
47
+
```yaml
48
+
# Example configuration.yaml entry for iCloud, calendars will be found automatically
49
+
calendar:
50
+
- platform: caldav
51
+
username: !secret userIcloud
52
+
password: !secret passIcloud
53
+
url: https://caldav.icloud.com
54
+
```
55
+
47
56
This example will generate default binary sensors for each calendar you have in your account. Those calendars will be `on` when there is an ongoing event and `off` if not. Events that last a whole day are ignored in those calendars. You have to setup custom calendars in order to take them into account or for advanced event filtering.
0 commit comments