Additional fields in API

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

@raza are you looking for a way to get the calendar event from the bookings endpoint? At the moment these are not available within the booking and only available through the UI using Shorthand codes, {ADD-TO-GOOGLE} {ADD-TO-MSLIVE} {ADD-TO-ICS}.