Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)