caldav: add expand request to client
This commit is contained in:
@@ -79,6 +79,12 @@ type CalendarCompRequest struct {
|
||||
|
||||
AllComps bool
|
||||
Comps []CalendarCompRequest
|
||||
|
||||
Expand *CalendarExpandRequest
|
||||
}
|
||||
|
||||
type CalendarExpandRequest struct {
|
||||
Start, End time.Time
|
||||
}
|
||||
|
||||
type CompFilter struct {
|
||||
|
Reference in New Issue
Block a user