No description
Find a file
2021-04-22 17:22:39 -05:00
icaltask revert: Removed using task.util for vtodo.dstart 2021-04-22 17:22:39 -05:00
.gitignore chore: Added .vim to .gitignore 2020-08-25 17:15:27 -05:00
__init__.py feat: Added cli skeleton with install and uninstall commands impl 2020-09-15 00:06:46 -05:00
hook.py Merge branch 'master' of ssh://aerex.me:27893/Aerex/icaltask 2021-04-22 17:07:23 -05:00
icaltaskrc feat: Updated config validation 2021-02-22 22:10:37 -06:00
README.rst docs: Added installation and usage guide into readme 2021-01-08 21:06:42 -05:00
setup.py fix: Added missing dep in install_requires 2021-04-22 17:06:57 -05:00

icaltask - Synchronize between Taskwarrior and iCalendar TODO events
#####################################################################

.. image:: https://img.shields.io/badge/version-0.0.1-blue.svg?cacheSeconds=2592000
   :alt: version
   :width: 100%
   :align: center

## Install
==========
.. code-block::bash
   $ pip install icaltask

## Usage
========

Copy sample configuration 
-------------------------
.. code-block::bash
   $ icaltask copy-config

Hooks and UDA Configs
----------------
Run the following command to create the on-add and on-modify hooks. This will also add the necessary UDA configuration into your taskwarrior configuration file
.. code-block::bash
   $ icaltask install