cal/packages/features/bookings
Shivam Kalra 07e48bdb05
feat: Add new events to webhook BOOKING_CONFIRMED, BOOKING_REJECTED (#8884)
* test: booking rejection

* test: check if webhook is called

* feat: BOOKING_REJECTED enum ,constant in backend

* feat: send booking rejected webhook to subscribers

* feat: add Booking rejected migration

* calendar event

* Revert "calendar event"

This reverts commit 28d45dccfd.

* feat: BOOKING_REQUESTED enum, constant, migration

* feat: Send BOOKING REQUESTED Webhook call

* feat: Add booking rejected/requested event in form

* feat: data-testid to rejection confirm btn

* test: BOOKING_REJECTED, BOOKING_REQUESTED

* fix: booking status PENDING, Linting

* feat: add new labels to common.json

* remove: meeting ended hook from request hook

* refactor: abstract handleWebhookTrigger

* fix: create a single file for migration

* refactor: reduce code repetition and fix test

* feat: add team webhooks to subscriberOptions

* refactor: subscriberOptions

---------

Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-05-25 15:51:11 +00:00
..
Booker CAL-1630: Added reserving of timeslot in new booker (#8923) 2023-05-23 18:01:20 +00:00
components Changed 1 Seats available to 1 Seat available for all languages (#9068) 2023-05-24 09:29:49 +00:00
layout perf: lazy load tRPC routes (#8167) 2023-04-25 19:39:47 -03:00
lib feat: Add new events to webhook BOOKING_CONFIRMED, BOOKING_REJECTED (#8884) 2023-05-25 15:51:11 +00:00
groupBy.ts Feature/booking filters (#6099) 2022-12-22 12:35:01 +00:00
index.ts New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
README.md Refactors EE code (#3490) 2022-07-28 13:58:26 -06:00
types.ts New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
UnconfirmedBookingBadge.tsx Upgrade to next 13.1 (#6265) 2023-01-06 12:13:56 +00:00

Bookings related code will live here