go-webdav/caldav
Dan Berglund 46dbba12fe
caldav: return SupportedComponentSet in PROPFIND
I started using this project to export tasks over CalDav, more
specifically to Reminders on iOS/macOS. I quickly realized that
even if you specify that `SupportedComponentSet` contains `VTODO`, that
isn't reflected properly when doing the `PROPFIND`.

This patch should fix that, while keeping the behaviour of defaulting to
`VEVENT` for propfind. Also added some tests to make sure that I didn't
break anything (Which I hope I didn't 😅).
2023-07-03 10:47:34 +02:00
..
caldav.go Support setting capabilities in ServePrincipal() 2022-12-13 15:46:51 +01:00
client.go internal: fix XML element struct naming 2022-05-31 23:04:42 +02:00
elements.go Support custom user principal and home set paths 2022-05-11 11:12:04 +02:00
match_test.go carddav: evaluate recurrence in match helper 2022-08-31 16:57:42 +02:00
match.go carddav: evaluate recurrence in match helper 2022-08-31 16:57:42 +02:00
server_test.go caldav: return SupportedComponentSet in PROPFIND 2023-07-03 10:47:34 +02:00
server.go caldav: return SupportedComponentSet in PROPFIND 2023-07-03 10:47:34 +02:00