Weekly calendar view does not display all entriesDescriptionCalendar report does not display all entries from date/time fields in Weekly calendar view.Steps to Reproduce Create a new table and provide a value for Extends Table, for example, Table: u_availability_reservation. For more information, see the product documentation topic Create a table. Add two new Date/Time columns: Column Label: Required StartColumn Label: Required End Add a new record in the availability reservations table. Right-click the form header and navigate to Configure > Form Layout. Add the Required Start and Required End columns to the form. Click Submit. Navigate to Reports > Create New and create a new Calendar report on the availability reservation [u_availability_reservation] table with the Calendar by field set to Required Start. For more information, see the product documentation topic Create a report. Click Run to run the report. Select the Month View and then navigate back to the March and April month views. You should see entries for period March 7 to April 16. Switch to the Week View and then navigate back to the March and April week views. You will see entries for period March 7 to April 10 only. The Weekly entry for Monday April 11 to Saturday April 16 is missing. WorkaroundTo reduce overhead, the number of events returned when you browse the calendar back and forward in Day or Week or Month view is limited to30 days in the past, starting from the first day in the current Calendar view going back 30 days. You can change this limit by setting the value of the system property glide.report.calendar.max_days_back. For performance reasons, do not set this value to a large value so the report table does not contain too many records that need to be fetched every time you move a day or a week in the calendar.Related Problem: PRB691496