get calandars and there names

This commit is contained in:
2026-07-27 22:01:10 -07:00
parent cdb79f75b5
commit 2e5814e46d
3 changed files with 36 additions and 4 deletions
+7 -1
View File
@@ -15,5 +15,11 @@ type PropStat struct {
}
type Prop struct {
DisplayName string `xml:"displayname"`
DisplayName string `xml:"displayname"`
Type ResourceType `xml:"resourcetype"`
}
type ResourceType struct {
Collection *struct{} `xml:"DAV: collection"`
Calendar *struct{} `xml:"urn:ietf:params:xml:ns:caldav calendar"`
}