caldav: add Client boilerplate

This commit is contained in:
Simon Ser
2020-01-30 13:18:05 +01:00
parent feea39c898
commit 6aea0eda2d
4 changed files with 69 additions and 1 deletions

4
caldav/caldav.go Normal file
View File

@@ -0,0 +1,4 @@
// Package caldav provides a client and server CalDAV implementation.
//
// CalDAV is defined in RFC 4791.
package caldav