parse events

This commit is contained in:
2026-07-31 12:12:15 -07:00
parent 539916aaf8
commit 22815cd523
5 changed files with 38 additions and 16 deletions
+3 -5
View File
@@ -15,14 +15,12 @@ type PropStat struct {
}
type Prop struct {
DisplayName string `xml:"displayname"`
Type ResourceType `xml:"resourcetype"`
DisplayName string `xml:"displayname"`
Type ResourceType `xml:"resourcetype"`
CalendarData string `xml:"calendar-data"`
}
type ResourceType struct {
Collection *struct{} `xml:"DAV: collection"`
Calendar *struct{} `xml:"urn:ietf:params:xml:ns:caldav calendar"`
}
type CalandarData struct {
}