Skip to content

📆 Convert taskwarrior tasks to calendar events.

License

Notifications You must be signed in to change notification settings

tschaefer/taskwarrior-calendar

Repository files navigation

taskwarrior-calendar

Convert taskwarrior tasks to calendar events.

Introduction

Export taskwarrior 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

Is it any good?

Yes.