root e4bf21e676 Refactor: Extract common utilities to shared module
- Created calendar_sync_utils.py with shared functions:
  - log_operation: Centralized logging with context support
  - connect_db: Database connection wrapper
  - get_google_service: Google Calendar API initialization
- Updated imports in calendar_sync_event_step.py and audit_calendar_sync.py
- Removed duplicated function definitions
- Maintained function logic without changes
- Improved code maintainability and reduced duplications
2025-10-25 08:54:54 +00:00
2025-10-19 14:57:07 +00:00
2025-10-19 14:57:07 +00:00
Description
No description provided
218 MiB
Languages
Python 95.7%
TypeScript 3.7%
Shell 0.6%