Hello everyone,
On creation of an appointment, we are creating a bookable resource booking[BRB] and as well trying to associate the appointment with the BRB. But the association is failing. We are trying to associate it using Entity reference as below.
BookableResourceBooking.Attributes["new_appointment"] = new EntityReference("appointment", Appointment.Id);
Could you kindly help us with the issue?