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 removing participants from an existing calendar event
Requirements 🛠️
Create a ParticipantsController in the Controllers folder
❕ May add the method to the CalendarEventsController instead with the name RemoveCalendarEventParticipants
Create a DeleteParticipants endpoint method that takes a JSON request body as { calendarEventId: Guid, personIds: Guid[] } and removes one or more Participant records from the database with the given information
The text was updated successfully, but these errors were encountered:
Goal ⚽
Create an endpoint for removing participants from an existing calendar event
Requirements 🛠️
ParticipantsController
in theControllers
folderDeleteParticipants
endpoint method that takes a JSON request body as{ calendarEventId: Guid, personIds: Guid[] }
and removes one or moreParticipant
records from the database with the given informationThe text was updated successfully, but these errors were encountered: