Hi! im slightly new but i have followed the guide and none of the calender events show up in the days.
but the calender shows with a tick box of the calender name.
Have you created an app specific password for HA? The iCloud integration won’t work without one being set up on the apple iCloud website.
Yes i have and it still does not show
You have to login into your apple account and create there a specific password.
The reply to my post suggests that has been done.
This how my integration look like. Work without any issues
- platform: caldav
username: !secret icloud_username
password: !secret icloud_app_specific_password_ha
url: https://caldav.icloud.com
calendars:
- "My calendar 1"
- "My calendar 2"
The calendar names are as shown in your apple calendar.
exact same as example.
i have filled out everything and have already done all these steps it just wont show any events on the calender
calendar:
- platform: caldav
username: !secret icloudun
password: !secret icloudpw
url: https://caldav.icloud.com
This is from my configuration.yaml file
I haven’t specified any specific calendars so it gets them all.
see when i dont specify it doesnt get any
its the same when i do specify. none of the events show.
Do the calendars appear but with no events, or do you not see the calendars themselves?
the calendars show up with a tick box on the left when you go into calendar, then when you click on the different days its just blank and shows no events.
It seems that the calendars are being picked up which suggests that the authorisation of username and password is correct then. Sometimes calendars can take a while to come through, I’ve certainly seen behaviour whereby if you go to look at the calendar tab, it appears empty, but after a few minutes the calendars start populating. Can you check the state of one of the calendars in developer tools, that will tell you the next appointment if the calendars are actually there. If so, it may just be a display issue.
it shows as off and the “offset_reached: false”
strange enough I see same issues now here as well. When using develop tool I don’t see any appointments. But in dashboard with card: custom:atomic-calendar-revive
I see all appointments in a list…
no matter what i cant get it to work. Where do you add that “custom:atomic-calendar-revive”? does it also matter if the calendar is shared?
Some of my calendars are shared as well. They work in custom:atomic-calendar-revive
In HACS you search for Atomic Calendar Revive
and install that card.