Skip to content

fix: point caldav to fork with async search href fix#624

Open
nickallevato wants to merge 2 commits intocbcoutinho:masterfrom
nickallevato:fix/caldav-async-search-href
Open

fix: point caldav to fork with async search href fix#624
nickallevato wants to merge 2 commits intocbcoutinho:masterfrom
nickallevato:fix/caldav-async-search-href

Conversation

@nickallevato
Copy link
Copy Markdown

The caldav async_collection.py search() method was generating object URLs from the iCal UID instead of using the server-provided href. Nextcloud uses different filenames than the UID, causing update and delete operations to silently fail (PUT/DELETE to wrong URLs).

Points to nickallevato/caldav#fix/async-search-href which resolves the href correctly from the REPORT response.

nickallevato and others added 2 commits March 9, 2026 21:58
The caldav async_collection.py search() method was generating object
URLs from the iCal UID instead of using the server-provided href.
Nextcloud uses different filenames than the UID, causing update and
delete operations to silently fail (PUT/DELETE to wrong URLs).

Points to nickallevato/caldav#fix/async-search-href which resolves
the href correctly from the REPORT response.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant