https://github.com/tschaefer/taskwarrior-calendar
:calendar: Convert taskwarrior tasks to calendar events.
https://github.com/tschaefer/taskwarrior-calendar
appointments calendar events tasks
Last synced: about 1 month ago
JSON representation
:calendar: Convert taskwarrior tasks to calendar events.
- Host: GitHub
- URL: https://github.com/tschaefer/taskwarrior-calendar
- Owner: tschaefer
- License: mit
- Created: 2023-04-23T05:11:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T10:53:30.000Z (over 2 years ago)
- Last Synced: 2025-01-17T02:13:08.665Z (over 1 year ago)
- Topics: appointments, calendar, events, tasks
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# taskwarrior-calendar
Convert taskwarrior tasks to calendar events.
## Introduction
Export [taskwarrior](https://taskwarrior.org) tasks *due* and optional
*scheduled* dates if available as calendar events.
By default tasks are filtered by **status:pending** and all events are appointed
with an **alarm 15 minutes before** the event date.
## Installation
gem install taskwarrior-calendar
## Usage
task-ical convert --no-alarm
task-ical --filter project:home --file home-tasks.ics
For further information about the command line tool `task-ical` use the
switches `--help` / `--man`.
## License
[MIT License](https://spdx.org/licenses/MIT.html)
## Is it any good?
[Yes.](https://news.ycombinator.com/item?id=3067434)