Skip to content

Calendar View

The Calendar view displays your database rows on a monthly calendar grid based on a date property. Use it for editorial calendars, deadlines, event schedules, and any data where when matters more than what.


Creating a Calendar View

  1. Click the + next to the view tabs
  2. Select Calendar
  3. Pick the date property to plot rows against
  4. Click any date cell to add a row, or any existing card to open it

If your database doesn't have a date property yet, add one first — Calendar can't render without one.


Layout

ElementDescription
Month gridStandard 7-day week view, current month by default
Date cellsEach cell shows the rows whose date property falls on that day
Row cardsCompact cards with the row title and any visible auto-displayed properties
Month navigationPrevious / Next / Today buttons in the header

Configuration

Open the view settings to customise the calendar:

SettingWhat it does
Date propertyWhich date property the calendar plots rows against
Show weekendsToggle Saturday and Sunday columns on or off
Start day of weekSunday or Monday as the first column
Month viewStandard month grid (other zoom levels are on the roadmap)

Working with Rows

ActionHow
Add a rowClick an empty area on a date cell — a new row is created with that date pre-filled
Open a rowClick any card to open the row detail panel
Move a rowDrag a card to a new date — the date property updates automatically
Delete a rowOpen the card → use the row detail menu → delete

Filtering and Sorting

Filters work the same as in Table view — only matching rows appear on the calendar. Sort order affects the stacking order of multiple rows on the same day.

Common filters:

FilterUse case
Status ≠ DoneHide finished items
Assignee = MeShow only your work
Date is This monthLimit to the visible range for performance

Best Practices

DoAvoid
Use Calendar for date-driven workflows (content, events, deadlines)Plotting rows without a meaningful date — they won't appear
Keep card titles short — calendar cells are narrowStacking dozens of items on one date
Combine with filters to reduce visual noiseUsing Calendar as a primary view for non-date data

Troubleshooting

ProblemSolution
Rows missing from the calendarCheck that the date property is set on those rows — empty dates don't render
Wrong rows showingCheck active filters; the calendar respects them
Drag-to-reschedule doesn't updateConfirm you have edit permission and the date property isn't read-only