Maciej Gryka
10/13/2022, 8:53 PMuid
to the data included in the bookingSuccessful
action? https://developer.cal.com/embed/set-up-your-embed#following-are-the-list-of-supported-actions
I’ve got an embed of Cal on my site and want to know when users create bookings and give them easy ways to reschedule/cancel them. To do that I need to uid
and the only way I can see so far of getting it, is
• wait for the bookingSuccessful
action to fire
• look at the eventType
and date
• make an API call to get all bookings, filter by the eventType
and date
This will probably work, but seems roundabout?Expedito Andrade
11/26/2022, 2:43 PMsdkActionManager.fire("bookingSuccessful")