caldav: add supported-calendar-component-set field

This commit is contained in:
Konstantinos Koukas
2022-04-12 10:18:59 +03:00
committed by Simon Ser
parent 6401d9ed45
commit 25dfbaf95e
2 changed files with 21 additions and 8 deletions

View File

@@ -10,10 +10,11 @@ import (
)
type Calendar struct {
Path string
Name string
Description string
MaxResourceSize int64
Path string
Name string
Description string
MaxResourceSize int64
SupportedComponentSet []string
}
type CalendarCompRequest struct {