- steps/advoware_cal_sync/advoware_calendar_sync_step.py: Bidirektionale Sync zwischen Advoware und Google Calendar
- Automatische Kalender-Erstellung für jeden Mitarbeiter (AW-{Kuerzel})
- Konfigurierbare Sync-Optionen (volle Details vs. nur 'blocked')
- Google Calendar API Integration mit OAuth
- Mitarbeiter- und Termin-API Integration
- Umfassende Fehlerbehandlung und Logging
- steps/advoware_cal_sync/README.md: Detaillierte Dokumentation
- requirements.txt: Google API Dependencies hinzugefügt
- motia-workbench.json: Neuer advoware_cal_sync Flow
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
pydantic>=2.6.1
|
|
httpx>=0.28.1
|
|
aiohttp
|
|
requests
|
|
redis
|
|
python-dotenv
|
|
google-api-python-client
|
|
google-auth
|
|
google-auth-oauthlib
|
|
google-auth-httplib2 |