when saving addition inputs, whats the reasoning b...
# api
p
when saving addition inputs, whats the reasoning behind saving it as some sort of html format in
Booking.description
? Is that just so it's displayed nicely on emails? Wouldn't it potentially make more sense to have it be a separate table or at the very least a json blob?
h
I believe this is what you are looking for https://github.com/calcom/cal.com/issues/2347 There is a PR already ready to be merged.
p
amazing you're the best ty