You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an endpoint for adding participants to an existing calendar event
Requirements 🛠️
Create a ParticipantsController in the Controllers folder
❕ May add the method to the CalendarEventsController instead with the name AddCalendarEventParticipants
Create a CreateParticipants endpoint method that takes a JSON request body as { calendarEventId: Guid, personIds: Guid[] } and creates one or more Participant records in the database with the given information
The text was updated successfully, but these errors were encountered:
Goal ⚽
Create an endpoint for adding participants to an existing calendar event
Requirements 🛠️
ParticipantsController
in theControllers
folderCreateParticipants
endpoint method that takes a JSON request body as{ calendarEventId: Guid, personIds: Guid[] }
and creates one or moreParticipant
records in the database with the given informationThe text was updated successfully, but these errors were encountered: