-
Notifications
You must be signed in to change notification settings - Fork 0
Calendar
Wylie Standage-Beier edited this page Dec 13, 2025
·
2 revisions
View tasks in a monthly calendar format.
Select "Calendar" from the sidebar.
┌─────────────────────────────────────────┐
│ December 2025 │
├─────┬─────┬─────┬─────┬─────┬─────┬─────┤
│ Sun │ Mon │ Tue │ Wed │ Thu │ Fri │ Sat │
├─────┼─────┼─────┼─────┼─────┼─────┼─────┤
│ │ 1 │ 2 │ 3• │ 4 │ 5• │ 6 │
│ 7 │ 8• │ 9 │ 10 │ 11 │ 12 │ 13 │
│ 14 │ 15 │[16]•│ 17 │ 18 │ 19 │ 20 │
│ 21 │ 22 │ 23 │ 24• │ 25 │ 26 │ 27 │
│ 28 │ 29 │ 30 │ 31 │ │ │ │
└─────┴─────┴─────┴─────┴─────┴─────┴─────┘
| Symbol | Meaning |
|---|---|
• |
Day has tasks |
[16] |
Selected day |
| Red | Overdue tasks |
| Key | Action |
|---|---|
h / ←
|
Previous day |
l / →
|
Next day |
j / ↓
|
Next week |
k / ↑
|
Previous week |
< |
Previous month |
> |
Next month |
- Navigate to a day with tasks (shows
•) - Press
Enterto focus the task list - View/edit tasks for that day
- Press
Escto return to calendar
When a day is selected, a panel shows that day's tasks:
┌─ December 16 ─────────────────────┐
│ !!!! [ ] Fix critical bug │
│ !!! [ ] Team meeting │
│ !! [ ] Review PR │
└───────────────────────────────────┘
While focused on the task list:
-
j/k- Navigate tasks -
x- Toggle complete -
e- Edit task -
d- Delete task - All standard task operations work
- Plan ahead - Navigate to future dates to see upcoming work
- Identify busy days - Days with many dots need attention
-
Quick add - Press
awith a day selected to add a task for that date - Review overdue - Red highlights show what needs attention
| Key | Action |
|---|---|
← / →
|
Previous/next day |
↑ / ↓
|
Previous/next week |
< / >
|
Previous/next month |
Enter |
Focus task list |
Esc |
Return to calendar |
TaskFlow can import events from ICS calendar files. The mapping from ICS properties to calendar events:
| ICS Property | Event Field | Notes |
|---|---|---|
SUMMARY |
title |
Event name |
DTSTART |
start |
Start date/time |
DTEND |
end |
End date/time |
DESCRIPTION |
description |
Event details |
LOCATION |
location |
Where the event occurs |
STATUS |
status |
Tentative, Confirmed, or Cancelled |
UID |
uid |
Unique identifier for deduplication |
| Status | Meaning |
|---|---|
| Tentative | Event is proposed but not yet confirmed |
| Confirmed | Event is definitely happening (default) |
| Cancelled | Event was scheduled but has been cancelled |
Events spanning multiple days will appear on each day in the calendar view.
- Views-and-Filtering - Other views
- Task-Management - Task operations
- Quick-Add-Syntax - Creating tasks with dates
- Import-Export - Import/export options