This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-03-23 14:07:48 +01:00
parent d0b67cfbbb
commit d55fff9f4a
4 changed files with 121 additions and 37 deletions

View File

@@ -12,6 +12,7 @@ type Access struct {
Group string `yaml:"group,omitempty"`
Groups string `yaml:"groups,omitempty"`
Mode string `yaml:"mode"` // "read-only" or "read-write"
ICS string `yaml:"ics,omitempty"`
}
type Calendar struct {