Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create remove calendar event participants DELETE endpoint #17

Open
2 tasks
Said-Alisic opened this issue Dec 28, 2023 · 0 comments
Open
2 tasks

Create remove calendar event participants DELETE endpoint #17

Said-Alisic opened this issue Dec 28, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Said-Alisic
Copy link
Owner

Goal ⚽

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
@Said-Alisic Said-Alisic self-assigned this Dec 28, 2023
@Said-Alisic Said-Alisic added the enhancement New feature or request label Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant