Hi Jennifer,
Sorry for the confusion, I am looking for changing the format of the Event Title in the Calendar and you suggested how to change the titles of the labels )).
The only way I found so far is to change the format from ‘Service – Client’ to ‘Location – Provider’ was to add _birs_appointment_location
field to the query call query_appointments
of the /view/calendar/package.php
and then change the code of the get_appointment_title
function inside /model/booking
to make use of the newly provided _birs_appointment_location
field and then load the location using its id. I guess provider field would have to follow a similar pattern…