Open derjoerg opened 11 months ago
I am having the same problem.
Same problem here. Not sure if Baikal works at all with that integration.
@purche42 Regarding the official documentation https://www.home-assistant.io/integrations/caldav/ the integration was tested against Baikal.
No idea if this could have a similar root cause, but for me caldav in combination with a Kopano Server is broken, too (see https://github.com/home-assistant/core/issues/105680)
In my last post (https://github.com/home-assistant/core/issues/105680#issuecomment-1893778476) I was able to determine different request beahviours between the different HA versions...
So with a current baikal server I get the errors mentioned in this issue. I also tried it now with an up-to-date Kopano server and just nothing happens (no errors in the log, but also no calendar is created).
So for me the complete caldav-integration in HA is broken :(
Got the same issue with latest updates.
@derjoerg I have the same issue with a Kopano Server as u described and so a while ago I opened this issue here (https://github.com/home-assistant/core/issues/105680).
In my last comment there I was able to identify the root cause concerning Kopano, just take a look: https://github.com/home-assistant/core/issues/105680#issuecomment-1893930324
Perhaps it's related to https://github.com/python-caldav/caldav/issues/384
If someone can create a test-account for me on their baikal or kopano server, I can try to run the python-caldav functional test suite and see if anything breaks.
Still happening with HA 2024.3.2. Setup works fine with Thunderbird.
Still a problem with 2024.5.2
Is this related to #111421?
I'm using Nextcloud, not Baikal. It seems to be a more generic issue.
I'm using Nextcloud, not Baikal. It seems to be a more generic issue.
As I am using Baikal, the fix suggested there works for me. It might be the problem here is related/similar, but I don't know.
I'm using Nextcloud, not Baikal. It seems to be a more generic issue.
In general, if the traceback says "500 internal server error", then the problem can be anything. The problem is most likely on the server side, and it may include things like full disk on the server side. I don't think it's a "generic issue". That said, if all users of some specific verson set of HomeAssistant experiences 500 Internal Server Error with their Baikal servers, while other software works towards Baikal, then there is something in HomeAssistant or in ("my") CalDAV client python library that triggers the bug.
The next version of "my" caldav library will have debugging hooks in place for dumping the caldav communication to disk. This will help a lot for pinpointing what triggers errors like this one.
I am running into the same issue with a Baikal based on ckulka/baikal:nginx Docker image. The server works nicely for Apples calendar app, so no generic issue from server side. I am running HA 2024.7.2
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
The problem still exists on Home Assistant 2024.10.2
Same here with NextCloud backend only on events calendars getting error 500, notes calendars are working great with todo lists Using HA 2024.11 1
The problem
Starting with 2023.12.0 caldav isn't working for me anymore. First I thought it is related to issue #90300 as I got the "maximum recursion deepth" error message. Now I've updated to 2023.12.2 and tried a complete new caldav setup with a brand new baikal-server in the local network. I now receive an "500 Internal Server Error" in the home-assistant.logs (see below). I tried a simple python-script with caldav and everything is working as expected. Also with my android and thunderbird on windows I'm able to connect to the calendar without a problem
What version of Home Assistant Core has the issue?
core-2023.12.2
What was the last working version of Home Assistant Core?
core-2023.11
What type of installation are you running?
Home Assistant OS
Integration causing the issue
caldav
Link to integration documentation on our website
https://www.home-assistant.io/integrations/caldav/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response