preivously, BookingInfo available using bookedEventInfo: async (event, connector) => {
console.log(event.detail);
} was following
{
“event_id”: “2hdif2bud4tkc0ca4i6bo8fdo0”,
“booking_id”: “e4557e43-1925-40b9-9c01-c570e8cd13bd”,
“title”: “Meeting with Team”,
“description”: “Discussing project updates.”,
“organizer”: {
“email”: “naveed.jabbar@breakthru.pk”,
“name”: “Participant Name”
},
“status”: “booked”,
“additional_guests”: ,
“guest”: {
“name”: “naveed”,
“email”: “naveed.jabbar@gmail.com”
},
“additional_fields”: {
“custom_field_1”: “456”
},
“start_time”: 1726514100,
“end_time”: 1726515900,
“email_language”: “en-GB”,
“timezone”: “America/Los_Angeles”
} and
now today when i am getting following response
{
“event_id”: “kbv818v6jtnlm8bh0renq9vg04”,
“booking_id”: “12713458-3373-4a70-9301-f5433e382ed0”,
“title”: “Meeting with Team”,
“description”: “Discussing project updates.”,
“organizer”: {
“email”: “naveed.jabbar@breakthru.pk”,
“name”: “Participant Name”
},
“status”: “booked”
} missing major info.
This is very disappointing after an API release in production version and changing the major api response. it affects our in dev effors and code. please confirm which response version is final