Add guest management functionality to existing bookings#9
Conversation
* feat: ability to add guests via app.cal.com/bookings * fix: some update * fix: minor issue * fix: final update * update * update * add requested changes * fix type error * small update * final update * fix type error * fix location * update calender event --------- Co-authored-by: Somay Chauhan <somaychauhan98@gmail.com>
PR Overview by Qodo
This PR adds guest management functionality to booking list items, including UI, backend handlers, and email notifications WalkthroughsDescription
Diagram
Files ➀ apps/web/components/booking/BookingListItem.tsx
|
Code Review by Qodo (Alpha)Automated review surfaced additional insights for this pull request.
Issue Findings ➀ Overly permissive authorization allows any attendee to add guests
|
Add guest management functionality to existing bookings