Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tschaefer/taskwarrior-calendar
:calendar: Convert taskwarrior tasks to calendar events.
https://github.com/tschaefer/taskwarrior-calendar
Last synced: about 5 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T10:53:30.000Z (about 1 year ago)
- Last Synced: 2023-10-28T13:21:16.850Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- 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 build
$ gem install -g
$ gem install taskwarrior-callendar-$(ruby -Ilib -e 'require "taskwarrior/calendar/version"; puts Taskwarrior::Calendar::VERSION').gem## 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)