mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-02 14:29:03 +02:00
Add proper error handling to prevent silent failures when syncing events to Google Calendar: - Add .catch() handler in main.ts webhook to log sync failures - Add try/catch in create() method to log Google API insert errors - Improve error handling in remove() method to log get/delete errors Fixes #10535