Commit Graph

7 Commits

Author SHA1 Message Date
bsiggel
0282149613 Fix cron expression in Calendar Sync Cron Job to trigger at second 0 and update entity retrieval methods in Beteiligte Sync steps for consistency 2026-03-02 09:36:09 +00:00
bsiggel
0740952063 Fix cron expression in Calendar Sync Cron Job to trigger every 15 minutes 2026-03-01 23:47:36 +00:00
bsiggel
f1ac5ffc7e Update cron description in Calendar Sync Cron Job for clarity 2026-03-01 23:46:51 +00:00
bsiggel
721339ca9b Update flow names for Advoware and VMH steps to improve clarity and organization 2026-03-01 23:28:29 +00:00
bsiggel
dc586385df Refactor logging in log_operation to support context-based logging and fallback to standard logger 2026-03-01 23:15:14 +00:00
bsiggel
0b8da01b71 Update README and add detailed documentation for Advoware integration and calendar sync 2026-03-01 23:03:01 +00:00
bsiggel
52356e634e Add calendar sync utilities and Beteiligte sync cron job
- Implemented calendar_sync_utils.py for shared utility functions
  including DB connection, Google Calendar service initialization,
  Redis client setup, and employee sync operations.

- Created beteiligte_sync_cron_step.py to handle periodic sync
  of Beteiligte entities, checking for new, modified, failed,
  and stale records, and emitting sync events accordingly.
2026-03-01 22:55:17 +00:00