caldav: add Client.QueryCalendar

This commit is contained in:
Simon Ser
2020-02-03 17:26:55 +01:00
parent dd1527b97e
commit ca51e9427a
4 changed files with 124 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ type prop struct {
}
// Response variant of https://tools.ietf.org/html/rfc4791#section-9.6
type calendarData struct {
type calendarDataResp struct {
XMLName xml.Name `xml:"urn:ietf:params:xml:ns:caldav calendar-data"`
Data []byte `xml:",chardata"`
}