This extension imports data from lifecycle by watching a folder for changes.
This importer is currently in a early stage of development, please submit PRs if you find bugs!
Install the requirements:
pip install .
First run (generates empty config that you need to fill out):
python aw-importer-lifecycle/main.py
You will need to add the path to the folder where you will add the csv files from lifecycle. You can also update the polling time.
Note: it might take a while to churn though all the data the first time or two depending on how long you have been using lifecycle. Once it is imported, it will not re-import the file (it will change the name of imported files) or re-import individual events since unique ids are given to the events based on the name, date, duration, and location.