Schedular BookingIinfo response changed and missing the important info

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

Hello @naveedjb I requested a member of the Scheduler team to provide a response :slight_smile:

Hello @naveedjb we haven’t been able to reproduce this error so please answer a couple of questions so we can help you better…

  • which version are you using?
  • Did you upgrade to a different version and then started to see this issue?

I am using Nylas Scheduler Version 3 and not upgrade from version 2.

@naveedjb I mean which Scheduler version :slight_smile: 1.1.1, 1.1.4?