caldav: add Client.MultiGetCalendar

This commit is contained in:
Simon Ser
2020-05-13 16:45:10 +02:00
parent 5328b4c493
commit a4e0e81003
3 changed files with 46 additions and 0 deletions

View File

@@ -47,6 +47,11 @@ type CalendarQuery struct {
CompFilter CompFilter
}
type CalendarMultiGet struct {
Paths []string
CompRequest CalendarCompRequest
}
type CalendarObject struct {
Path string
ModTime time.Time