Timeline Calendar is an Obsidian calendar plugin for daily notes and tasks. It provides month, week, day, and agenda views, with a cleaner timeline layout where time labels align with the grid lines.
This plugin is based on the MIT-licensed Obsidian Big Calendar project.
- Month, week, day, and agenda calendar views
- Reads time-stamped tasks and list items from daily notes
- Supports timed events, all-day tasks, drag and drop, and resizing
- Opens the original note when you select an event
- Cleaner timeline gutter with line-aligned time labels
- Compact event layout for dense task schedules
Timeline Calendar recognizes entries like:
- [ ] 08:30 Morning meeting
- [ ] 09:00-12:00 Project planning
- 14:00 Review notes- Choose whether the week starts on Sunday or Monday
- Choose the heading where new events are inserted
- Choose which section of daily notes is processed for events
- Configure workspace filters for event type, folder path, and content matching
- Download
main.js,manifest.json, andstyles.cssfrom the latest GitHub release. - Put them in your vault under
.obsidian/plugins/timeline-calendar/. - Reload Obsidian.
- Enable Timeline Calendar in Community plugins.
npm install
npm run buildThe build writes main.js and styles.css to the repository root.
MIT. See LICENSE.