How can I capture additional fields in api response of a booking?
what I need is links such as , google calendar, office365 calender, ics file etc.
example:
curl -X GET --header 'Accept: application/json' 'https://api.youcanbook.me/v1/bookings/0db66fda-f1e4-46f9-a325-8fd3938c0e6f?bsec=0&displayTimeZone=Europe%2FStockholm&fields=id%2Ctitle%2CaccountId%2C%20links%2CcreatedAt%2CstartsAt%2CendsAt%2Clocation%2Ctentative%2CtimeZone%2Ccancelled%2CnumberOfSlots&osec=0'
Thanks