caldav: add Client.MultiGetCalendar
This commit is contained in:
@@ -47,6 +47,11 @@ type CalendarQuery struct {
|
||||
CompFilter CompFilter
|
||||
}
|
||||
|
||||
type CalendarMultiGet struct {
|
||||
Paths []string
|
||||
CompRequest CalendarCompRequest
|
||||
}
|
||||
|
||||
type CalendarObject struct {
|
||||
Path string
|
||||
ModTime time.Time
|
||||
|
Reference in New Issue
Block a user