ObsiKO ObsiKO Docs

13 Calendar πŸ“…

"I know I wrote that note last week... where is it?" Let the calendar panel find your notes by date, and lay out today's to-dos on a timeline while it's at it!

← Home: ObsiKO 101


Where do I open it? πŸ”­

Today's diary β€” daily notes βœοΈπŸ“…

What does it show? πŸ—“οΈ

Try clicking around πŸ‘†


Calendar panel and today's timetable β–² Browse notes by date, and see today's to-dos laid out on a timetable at a glance.

Today's timetable ⏰

Pick a date and a timetable unfolds, laying out that day's tasks (to-dos) in chronological order.


How do I add a task (to-do)? ✍️

A task is ultimately just one checkbox line in the body text (- [ ] Task). You can type it by hand, but the compose helper makes it much easier.

πŸ’‘ A task isn't some special file β€” it's just a plain Markdown checkbox. That means it's compatible with Obsidian's Tasks syntax, and the calendar will scoop it up and display it no matter which note you wrote it in.


Never miss it β€” alarms πŸ””

Set an alarm on a timed task, and a notification will go off at the scheduled time.


Chaining tasks in order (ID & dependency) πŸ”—

Use this feature when there's an order to things β€” "I need to finish this before I can start that!"


Gathering to-dos in one place (Tasks queries) πŸ”

Pull to-dos scattered across your vault together into one note, filtered however you like. Just open a tasks code block and add your conditions one line at a time.

not done
due before next week
sort by priority

Compatible with Obsidian's Tasks plugin syntax. Queries you used in Obsidian will work here just as well.


Putting a calendar inside a note (```calendar block) πŸ—“οΈ

"I want to see the schedule right here in this project note" β€” open a calendar code block in your note and a calendar appears right there. It draws from your whole vault's events, so there's nothing to copy over.

```calendar
view: month
```

Lines you can write (all optional):

Line Meaning Example
view: which view to start in month week day year gantt
date: the reference date 2026-08 2026-08-15
title: a name above the calendar This quarter
done: hide finished events hide
projects: hide project spans hide

The Calendar card on the Dashboard is the very same calendar β€” learn one and you know the other.


Viewing alongside external calendars (ICS subscription) 🌐

You can overlay events from your Google/Apple Calendar onto the ObsiKO calendar too.


Focus & writing records too ⏱️

Make it your own βš™οΈ


← Previous: Knowledge Packs Β· Home Β· Next: Focus Timer (Pomodoro) β†’