This patch takes care of the linter errors that were caused by the new property value code. Some linter issues were turned off because they seem to be kind of arbitrary right now (function length, cyclomatic complexity). I can justify why the code has been written this way, but later down the line it might be a good idea to rethink the implementation (and successively turn the linter back on for these code blocks). |
||
---|---|---|
.github/workflows | ||
cmd/calserv | ||
pkg/ics | ||
.gitignore | ||
.golangci.yml | ||
HEADER | ||
LICENSE | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum |
README.md
calsync
A CalDAV server implementation
Specifications:
- RFC 4791 Calendaring Extensions to WebDAV (CalDAV)
- RFC 5545 Internet Calendaring and Scheduling Core Object Specification