Description
The creator of an event should automatically be marked as a required attendee. The logic already for the most part includes creator + required + optional when getting the members but its weird that their name doesn't show up on the meeting
Acceptance Criteria
- Creator of an event gets marked as a required attendee
Proposed Solution
- Look at the createEvent service function in calendar.services.ts
- Mark creator as required member, ensure that this doesn't create issues on frontend with creator being marked twice anywhere.
Mocks
No response
Description
The creator of an event should automatically be marked as a required attendee. The logic already for the most part includes creator + required + optional when getting the members but its weird that their name doesn't show up on the meeting
Acceptance Criteria
Proposed Solution
Mocks
No response