caldav: add Client.FindCalendars

This commit is contained in:
Simon Ser
2020-01-30 13:51:02 +01:00
parent 936b9451cc
commit bae7dcce43
3 changed files with 66 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ var (
calendarDescriptionName = xml.Name{namespace, "calendar-description"}
supportedCalendarDataName = xml.Name{namespace, "supported-calendar-data"}
maxResourceSizeName = xml.Name{namespace, "max-resource-size"}
calendarName = xml.Name{namespace, "calendar"}
)
// https://tools.ietf.org/html/rfc4791#section-6.2.1