User Story:
- As a service provider, when I click submit on the event modal, I would like the event to be added to the events on the calendar so that others can see it!
When the submit button is clicked or form is submitted (not sure which is best to add the onclick to), execute an API (post?) call with the new event to the AWS API gateway.
User Story:
When the submit button is clicked or form is submitted (not sure which is best to add the onclick to), execute an API (post?) call with the new event to the AWS API gateway.