Issue Summary
Metadata is ignored when you create a booking.
Steps to Reproduce
- Add metadata to query parameters of the event link, e.g.
http://localhost:3000/john-foo-zrurxq/30min?metadata[user_id]=123
- Open the link in the browser;
- Book a meeting.
- Call the
GET v1/bookings endpoint and find created booking.
Expected: To see created booking with metadata provided in query params.
Actual: metadata is null.
CAL-984
Issue Summary
Metadata is ignored when you create a booking.
Steps to Reproduce
http://localhost:3000/john-foo-zrurxq/30min?metadata[user_id]=123GET v1/bookingsendpoint and find created booking.Expected: To see created booking with
metadataprovided in query params.Actual:
metadatais null.CAL-984