From 326476059580341555109cb15cdcc355a7a52dd3 Mon Sep 17 00:00:00 2001 From: ryanfkeepers Date: Tue, 17 Jan 2023 15:53:47 -0700 Subject: [PATCH] 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. --- .../operations/backup_integration_test.go | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/internal/operations/backup_integration_test.go b/src/internal/operations/backup_integration_test.go index 00bd20813..b6c3c78be 100644 --- a/src/internal/operations/backup_integration_test.go +++ b/src/internal/operations/backup_integration_test.go @@ -735,14 +735,13 @@ func (suite *BackupOpIntegrationSuite) TestBackup_Run_exchangeIncrementals() { container2: {}, }, }, - // TODO: not currently functioning; cannot retrieve generated calendars - // path.EventsCategory: { - // dbf: eventDBF, - // dests: map[string]contDeets{ - // container1: {}, - // container2: {}, - // }, - // }, + path.EventsCategory: { + dbf: eventDBF, + dests: map[string]contDeets{ + container1: {}, + container2: {}, + }, + }, } // populate initial test data