allgreed / tw-ical-feed

See your [due] dates for tasks on a calendar, generates an ics feed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tw-ical-feed

See your [due] dates for tasks on a calendar, generates an ics feed

Usage

For now go for dev

Manual integration

For scheduled tasks you can control the length of the calendar via estimate UDA, simply:

  • add the following to your .taskrc:
uda.estimate.type=duration
uda.estimate.label=Est
  • populate this attribute, example:
task mod [id] estimate:15min

Dev

Prerequisites

Hint: if something doesn't work because of missing package please add the package to default.nix instead of installing it on your computer. Why solve the problem for one if you can solve the problem for all? ;)

One-time setup

make init

Everything

make help

About

See your [due] dates for tasks on a calendar, generates an ics feed


Languages

Language:Python 62.1%Language:Makefile 26.6%Language:Nix 11.3%