That isn't possible with the plugin's built-in features, unfortunately.
You can try out this script:
<script>setInterval(function () {
var elements = document.getElementsByClassName('el-radio-button__orig-radio');
var appointment_times = document.getElementsByClassName('el-radio-button__inner');
for (var i = 0; i < elements.length; i++) {
appointment_times[i].innerHTML = elements[i].value;
}
}, 1000)
</script>
You should add it to the page where you have Amelia.
We can't guarantee it will work, since it isn't a part of the plugin, but some users found it useful.
If you have any further questions feel free to ask.
Hello
Is it possible to remove booking slot endtime in calander? Not to show for example 10.00 - 11.00 in calander view, just show 10.00 in the slot
Regards Ken
Hello Kennet,
That isn't possible with the plugin's built-in features, unfortunately.
You can try out this script:
You should add it to the page where you have Amelia.
We can't guarantee it will work, since it isn't a part of the plugin, but some users found it useful.
If you have any further questions feel free to ask.
Hello
It worked, thanks alot!
Glad to see that, thank you for letting me know.
You are welcome.
If you have any other questions or concerns feel free to open a new ticket and we will gladly help.