mirror of
https://github.com/1f349/go-webdav.git
synced 2024-12-22 08:14:15 +00:00
A Go library for WebDAV, CalDAV and CardDAV
e971269ffb
CalDAV imposes a set of constraints on iCal Calendar objects. They are spelled out in RFC 4791, section 4.1 [1]. Add an exported function to validate a calendar according to those constraints, and return data that is necessary for further CalDAV processing and which can only be extracted if the calendar meets these constraints. [1]: https://datatracker.ietf.org/doc/html/rfc4791#section-4.1 |
||
---|---|---|
caldav | ||
carddav | ||
cmd/webdav-server | ||
internal | ||
.build.yml | ||
.gitignore | ||
client.go | ||
elements.go | ||
fs_local.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md | ||
server.go | ||
webdav.go |