Hi,
Is it possible to completely disable interaction while still allowing navigation on the scheduler?
I'm using custom appointments that are based on an abstract class, and when I tap on a slot, I get an exception because it can't create an appointment because the class is abstract.
I don't want to create appointments or edit them, I just want to display them and keep my class abstract
Thanks