Hello! I’ve been trying to customize the calendar of the Patient Appointment. I’m new to programming, so I’ve been using fullcalendar as a reference to modify the patient_appointment_calendar.js file, but I can’t make it work.
Basically, I need the calendar to show only the working hours of the company (from 9 AM to 7 PM) and to reduce the slot duration to 10 minutes (currently is 30 minutes), which is the minimum appointment duration. With that in mind, I’ve made the following changes, with no result:
What should I change to make it work?
Also, Is it possible to set the appointment date and time by selecting a calendar slot? Currently, It takes you to the appointment creation screen, where you have to select those values again. I understand that the schedules depends on the Practitioner, but maybe if we filter that on the calendar view so the values of those fields are already selected when the appointment is being created?
I think this feature would be great to make the appointment creation quicker for the user.
Any help will be greatly appreciated!