The Calendar layout is great for displaying data with date/time properties. For example, if you have a table of events containing dates you can display those with the calendar layout.
The calendar layout has properties for Title, Description, Start, and End. Your events must have a Title and Start time in order to show up correctly, but the Description & End are optional.
You can also change the sorting for your events and show the oldest events first or the newest.
Like the Map layout, there are two views that users can toggle between – a list view and a week view. You can choose which one users see first by selecting it in the Default View section.
If your date is not formatted correctly, the calendar will display 12:00 AM
for the time. Please use this format: MM/DD/YYYY HH:MMAM/PM
.
The calendar layout won’t appear if you don't have a date column in your spreadsheet.