-
-
Notifications
You must be signed in to change notification settings - Fork 19
Views and Navigation
Important
Documentation has been moved to daylightcalendar.com
This wiki will no longer be kept up to date and will be retired soon.
The card supports three view modes that can be switched using header controls.
Traditional month grid with color-coded event blocks.
view_mode: monthClick behavior
- Click a day to create a new event on that date
- Click an event to open details
While not a formal view selectable from the drop-down menu, a two-Week view can be created with the following options:
rolling_weeks: 1
show_all_details_month: true
or
rolling_weeks: 1
show_all_events_month: true
Each day appears as a column with stacked events.
view_mode: week-compact
week_days: [1, 2, 3, 4, 5]Click behavior
- Click the day header to create a new event on that day
- Click an event to open details

Timeline layout with hourly slots and day columns.
view_mode: week-standard
week_start_hour: 8
week_end_hour: 21
week_days: [1, 2, 3, 4, 5]Click behavior
- Click a time slot to create an event at that time
- Click a day header to create an event for that day
- Click an event to open details

Show today plus N more days:
rolling_days_week_compact: 2 # 3 total days
rolling_days_schedule: 6 # 7 total daysUse this when you want a moving upcoming window instead of fixed calendar weeks.
Show this week plus N more weeks in month mode:
view_mode: month
rolling_weeks: 1 # 2 total weeksUseful for planning windows that update daily.
Click an event to view:
- Event title
- Description
- Start and end time
- Location (if provided)
- Calendar badge
Click any day to:
- Create a new event (when event management is enabled)
- View all events for that day (when event management is disabled)
The current day is highlighted for quick orientation.
- Use arrow buttons to move between month/week ranges
- Use Today to jump back to the current date