Description
On meetings, when the user selects the start time, the end time should automatically set to 1 hour after. User's can then change it if they want the meeting to last a different amount of time.
Acceptance Criteria
When a user is creating an event and they select a start time, the end time defaults to one hour later
Proposed Solution
- Read through the code in EventModal.tsx
- Update it so the end time dynamically updates based on when the start time is changed
Mocks
No response
Description
On meetings, when the user selects the start time, the end time should automatically set to 1 hour after. User's can then change it if they want the meeting to last a different amount of time.
Acceptance Criteria
When a user is creating an event and they select a start time, the end time defaults to one hour later
Proposed Solution
Mocks
No response