go-webdav/caldav
Conrad Hoffmann e971269ffb Add function to validate calendar for CalDAV
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
2022-05-13 09:20:23 +02:00
..
caldav.go Add function to validate calendar for CalDAV 2022-05-13 09:20:23 +02:00
client.go caldav: add supported-calendar-component-set field 2022-04-12 09:38:26 +02:00
elements.go Support custom user principal and home set paths 2022-05-11 11:12:04 +02:00
server.go caldav: implement handleMultiget() 2022-05-12 17:32:30 +02:00