Parent
#51
What to build
Delete the module-level sync_user() and get_valid_token() functions from the calendar sync module. Verify no remaining references exist anywhere in the codebase. Remove any test cases that tested these functions directly (all behaviour is now covered by CalendarSyncService tests).
Acceptance criteria
Blocked by
Parent
#51
What to build
Delete the module-level
sync_user()andget_valid_token()functions from the calendar sync module. Verify no remaining references exist anywhere in the codebase. Remove any test cases that tested these functions directly (all behaviour is now covered byCalendarSyncServicetests).Acceptance criteria
sync_user()deletedget_valid_token()deletedcalendar_sync.sync_userorcalendar_sync.get_valid_tokenanywhere in the codebaseBlocked by