Hello, how can I block the arrow keys from the Scheduler so that the user cannot change the month view's calendar?
I have blocked out and set all the days that is not within X month to be hidden, so I do not want the user to be able to use the arrow keys and accidentally change the view.
Also, related to the scheduler, how can I loop through and go through the entire month day-by-day to grab all the appointments?
Something like, for each day in MONTH....
Thank you