get calandars and there names
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user