caldav: add expand request to client

This commit is contained in:
Jonathan Liu
2024-08-18 15:07:19 -07:00
committed by Simon Ser
parent b689d5daff
commit 75c185517e
3 changed files with 28 additions and 2 deletions

View File

@@ -79,6 +79,12 @@ type CalendarCompRequest struct {
AllComps bool
Comps []CalendarCompRequest
Expand *CalendarExpandRequest
}
type CalendarExpandRequest struct {
Start, End time.Time
}
type CompFilter struct {