Walkup Schedule appointment widget calendar not working as expectedIssue Calendar will display Friday then Monday and will have missing appointment slots. CauseIssue with a 24/7 schedule and a 0.5 appointment window, which creates a lot of available appointment slots. There is a system property called 'sn_apptmnt_booking.max_appointments_returned' which limits the number of appointment slots and has a default, OOB value of 100. ResolutionThe solution is to simply increase the value of the system property (sys_property) 'sn_apptmnt_booking.max_appointments_returned' to a value of 1000.