go-webdav/caldav
Dan Berglund 12d8b4bf62
caldav: return proper HTTP 501 instead of panicing
It seems like e.g. Apples reminders likes to send `PropPatch`, and
currently this just fills up my logs because of the panic. I thought it
would be better to signal that this isn't supported yet, which should
hopefully make it easier to dig through the logs.
2024-02-07 17:25:57 +01:00
..
caldav.go Support setting capabilities in ServePrincipal() 2022-12-13 15:46:51 +01:00
client.go caldav: add DiscoverContextURL 2023-12-27 23:16:49 +01:00
elements.go Support custom user principal and home set paths 2022-05-11 11:12:04 +02:00
match_test.go caldav: fix match on open time ranges 2024-02-01 14:36:51 +01:00
match.go caldav: fix match on open time ranges 2024-02-01 14:36:51 +01:00
server_test.go caldav: add path to interface QueryCalendarObjects 2024-02-02 14:28:22 +01:00
server.go caldav: return proper HTTP 501 instead of panicing 2024-02-07 17:25:57 +01:00