encorelink
encorelink copied to clipboard
Organizer Reschedule Event
As an Organizer, I need to be able to reschedule an event (either booked or not booked), because I cannot host the event in the scheduled time slot.
As the Playing by Heart product owner, I need to track rescheduled events, because this is a KPI I will use to try to reduce rescheduled events.
The essential CRUD functionality is in place - there's now a Reschedule
link that hits the events/{eventId}
endpoint using the PUT verb. Just need to work out some minor bugs with the <Datetime/> field not auto-formatting with existing event data