94e5d93e60
## Summary - Enable editing for custom calendar event fields while keeping standard fields read-only - Load calendar event fields dynamically so custom field values are editable everywhere they appear - Preserve calendar event participants rendering ## Testing - npx nx run twenty-front:lint:diff-with-main --skip-nx-cache --output-style=stream - npx jest --config packages/twenty-front/jest.config.mjs --runTestsByPath packages/twenty-front/src/modules/activities/calendar/hooks/__tests__/useCalendarEvents.test.tsx ## Notes - Full nx lint/test are very slow locally after barrel generation; CI should run the full suite --------- Co-authored-by: Charles Bochet <charles@twenty.com>