Open
Description
Follow up on #17702
Add a basic UI to edit the event properties.
This will be enriched as we add new properties to the event.
In this PR:
- Open a Popover created with Base UI when the user click on an event (we can move to double click later or an a detail Popover before the editing one in the future)
- Add a field to edit at start date-time and end date-time (use browser input for now and parse the value, one input for date one input for time)
- Add a field to change the name of the event
- Add a field to change the description of the event (no need for Rich Text Editor for now)
Not in this PR:
- Use a real field component (Base UI one if ready in time) for the date-time editing
- Add a toggle for all-day events
- Show time UI only for non all-day events
- Add an UI to change the resource of the event
- Add an UI to configure the recurring event
- Add a button to delete the event