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 add calendar event participants POST endpoint #16

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

Create add calendar event participants POST endpoint #16

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 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
@Said-Alisic Said-Alisic self-assigned this Dec 28, 2023
@Said-Alisic Said-Alisic changed the title Create participants POST endpoint Create add calendar event participants POST endpoint 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