========
Overview
CLI interface to scrape outlook calendar events from the webapp and insert them to a google calendar account.
- Free software: BSD 2-Clause License
Installation
::
pip install outlook-calendar-sync
You can also install the in-development version with::
pip install https://github.com/mr55p-dev/python-outlook-calendar-sync/archive/main.zip
Documentation
https://python-outlook-calendar-sync.readthedocs.io/
Development
To run all the tests run::
tox
Note, to combine the coverage data from all the tox environments run:
.. list-table::
:widths: 10 90
:stub-columns: 1
- - Windows
- ::
set PYTEST_ADDOPTS=--cov-append
tox
- - Other
- ::
PYTEST_ADDOPTS=--cov-append tox
On the roadmap is:
Changelog
0.0.0 (2022-11-24)