use delta queries for calendar events
Hacks the beta version call into the events api when iterating through items, allowing us to run delta-based queries for calendar events.
This commit is contained in:
parent
b1dce98710
commit
3264760595
@ -735,14 +735,13 @@ func (suite *BackupOpIntegrationSuite) TestBackup_Run_exchangeIncrementals() {
|
|||||||
container2: {},
|
container2: {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// TODO: not currently functioning; cannot retrieve generated calendars
|
path.EventsCategory: {
|
||||||
// path.EventsCategory: {
|
dbf: eventDBF,
|
||||||
// dbf: eventDBF,
|
dests: map[string]contDeets{
|
||||||
// dests: map[string]contDeets{
|
container1: {},
|
||||||
// container1: {},
|
container2: {},
|
||||||
// container2: {},
|
},
|
||||||
// },
|
},
|
||||||
// },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// populate initial test data
|
// populate initial test data
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user