caldav: add supported-calendar-component-set field
This commit is contained in:
committed by
Simon Ser
parent
6401d9ed45
commit
25dfbaf95e
@@ -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 {
|
||||
|
Reference in New Issue
Block a user