You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Add fallback for missing updateEventFields in Docker
- Added manual iCal manipulation as fallback when tsdav.updateEventFields is not available
- Uses ICAL.js to parse and modify iCal data directly
- Detects if tsdav function is available and uses appropriate method
- Resolves 'tsdavUpdateEventFields is not a function' error in Docker environments
- Maintains compatibility with both local development and Docker production
The issue was that tsdav.updateEventFields is undefined in Docker production builds,
even though it works locally. This fallback ensures the function works everywhere.
0 commit comments