Browse your calendar
Your calendar is where every event, task, and deadline lives together. On the web it opens on the current week with your tasks and notes alongside it; on mobile it shows one day at a time that you swipe through.
- 🖥 Web
- 📱 Mobile
-
Open Calendar from the navigation. It opens on the current week.
-
Move around the calendar using the controls above the grid:
- the arrows step one week back or forward,
- Today jumps straight back to today,
- the date picker jumps to any date you choose.
-
Read the side panel next to the grid — your task list sits on top and this week's notes below it.
Screenshot coming soonThe web week view with a few events on the grid and the Today / date-picker controls above it, tasks and week notes in the side panelCapture spec (for maintainers)
{ "id": "web.calendar-and-events.calendar-views.week-grid", "platform": "web", "route": "/organization/calendar/week", "actions": [ { "pom": { "page": "CalendarPage", "call": "waitForGrid" } } ] } -
Click any event to open it as an overlay, where you can edit, share, or delete it. Click an empty slot to create a new event.
The desktop app shows the same week view — it's the web calendar in a window.
-
Open the Calendar tab. It shows a single day.
-
Swipe left or right to move to the next or previous day.
-
Scroll down to see this week's notes below the day.
Screenshot coming soonThe mobile Calendar tab showing a single swipeable day with events and the week notes belowCapture spec (for maintainers)
{ "id": "mobile.calendar-and-events.calendar-views.day-view", "platform": "mobile", "route": "/organization/calendar", "actions": [ { "tapOn": { "id": "tab-calendar" } } ] } -
Tap an event to open its detail screen; tap an empty slot to create a new event.
You can toggle which calendars are shown — hide a group's calendar to declutter the grid, then bring it back when you need it. Group and Google-synced calendars appear here alongside your personal one.