commit c460a1fdcf6edcb208e191b478fa8a5cd9593ad8 parent 9ad583ec75255959692c31d3720db3409e2b1db0 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Sat, 20 Sep 2025 22:12:23 +0200 doc(caldav): not following propfind 302 Diffstat:
M | README.md | | | 15 | +++++++++++++-- |
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -76,5 +76,17 @@ Example skiing/available all day: Tested following remotes. GMX: +* https://caldav.gmx.net/begenda/dav/users * https://hilfe.gmx.net/kalender/mobil/apps.html -* https://caldav.gmx.net/begenda/dav/users ("https://caldav.gmx.net" unuathorized) -\ No newline at end of file + +The python caldav library does not follow redirects on PROPFIND to the top-level CalDav URI. + +```bash +$ curl -XPROPFIND -vL https://caldav.gmx.net +... + +< HTTP/2 302 +< content-type: text/html +< date: Sat, 20 Sep 2025 20:10:46 GMT +< location: https://caldav.gmx.net/begenda/dav/users/ +```