You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notion Calendar (formerly Cron) is a calendar application deeply integrated with Notion workspaces, combining time management with project and document context. The IA bridges two worlds — calendar events and Notion database items — allowing users to see their schedule alongside linked Notion pages, documents, and tasks. It features scheduling links, multi-calendar overlay, and keyboard-driven navigation for power users.
Site Map
Notion Calendar
├── Calendar Views
│ ├── Day View
│ ├── Week View (default)
│ ├── Month View
│ ├── Multi-day Custom View
│ └── Agenda / List View
├── Event Detail
│ ├── Title
│ ├── Date / Time / Duration
│ ├── Location (physical or virtual link)
│ ├── Attendees (with availability)
│ ├── Video Conferencing (Zoom, Meet, Teams auto-link)
│ ├── Description / Notes
│ ├── Linked Notion Page
│ ├── Recurring Settings
│ ├── Reminders
│ └── Calendar (which calendar)
├── Notion Integration
│ ├── Linked Notion Databases
│ ├── Database Items as Calendar Events
│ ├── Notion Page Preview (inline)
│ └── Open in Notion
├── Scheduling Links
│ ├── My Scheduling Page
│ ├── Availability Slots
│ ├── Duration Options
│ ├── Buffer Time
│ ├── Meeting Location Default
│ └── Shared Link
├── Sidebar
│ ├── Mini Calendar (date picker)
│ ├── Calendar List (toggle visibility)
│ │ ├── Personal Calendars
│ │ ├── Work Calendars
│ │ ├── Shared Calendars
│ │ └── Notion Database Calendars
│ ├── Other People's Calendars (overlay)
│ └── Upcoming Events
├── Availability
│ ├── Check Availability (compare with attendees)
│ ├── Find a Time
│ └── Overlay teammates' calendars
├── Settings
│ ├── Account
│ ├── Connected Accounts (Google, Notion)
│ ├── Calendar Settings
│ ├── Working Hours
│ ├── Default Meeting Duration
│ ├── Default Video Conferencing
│ ├── Time Zone
│ ├── Keyboard Shortcuts
│ ├── Appearance (dark/light)
│ └── Notifications
└── Website
├── Product Overview
├── Download (macOS, Windows, iOS, Android)
├── Pricing (included with Notion)
└── Help Center
Navigation Model
Type: Left sidebar + top toolbar
Left Sidebar: Mini calendar, calendar list (toggle visibility), Notion databases, other people's calendars
name, email, RSVP status (accepted/declined/tentative), calendar overlay
→ Event
Notion Page (linked)
title, page preview, workspace
→ Event
Working Hours
day-of-week, start/end time, time zone
→ Availability
Time Zone
primary, secondary (display), travel detection
→ Events, → Views
User Flows
Scheduling a Meeting
See open time slot on calendar → Click and drag to set duration → Event form opens: add title, attendees, location → Toggle attendees' calendar overlay → Find mutual free time → Add video conferencing (auto-generates Zoom/Meet link) → Link a Notion page for meeting notes → Save → Invites sent
Using Scheduling Links
Settings → Scheduling → Create scheduling link → Set availability: which days, which hours, which calendar to check → Set options: 15/30/60 min durations, buffer between meetings → Share link with external person → They see available slots → They book → Event auto-created on both calendars
Viewing Notion Database as Calendar
Settings → Connect Notion Workspace → Authorize → Select Notion database with a date property → Database items appear as events on the calendar (color-coded) → Click database event → See Notion page preview → Open full page in Notion → Changes sync bidirectionally
URL / Route Structure
calendar.notion.so/ # Web app / landing
calendar.notion.so/app # Calendar web app
calendar.notion.so/scheduling/{username} # Public scheduling page
calendar.notion.so/scheduling/{username}/{linkSlug} # Specific scheduling link
calendar.notion.so/download # Desktop/mobile app downloads
notion.so/product/calendar # Product page on Notion site
calendar.notion.so/settings # Settings
calendar.notion.so/settings/accounts # Connected accounts
calendar.notion.so/settings/calendars # Calendar settings
calendar.notion.so/settings/general # General settings
calendar.notion.so/settings/availability # Working hours
calendar.notion.so/settings/appearance # Theme settings
calendar.notion.so/settings/shortcuts # Keyboard shortcuts
calendar.notion.so/scheduling # My scheduling pages
calendar.notion.so/help # Help center
notion.so/product/calendar # Product page
notion.so/help/category/calendar # Calendar help docs
Search & Filter
Event Search: Search events by title, attendee, or description across all calendars
Calendar Filtering: Toggle calendars on/off to filter visible events
Date Navigation: Jump to specific date via mini calendar or keyboard shortcut
Availability Check: Visual overlay of multiple people's calendars to find free slots