New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

outlook-calendar-sync

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

outlook-calendar-sync

CLI interface to scrape outlook calendar events from the webapp and insert them to a google calendar account.

  • 0.0.5
  • PyPI
  • Socket score

Maintainers
1

======== 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:

  • Create some error handling for the outlook sign up process
    • Exception on invalid username
    • Exception on invalid password
    • Exception on invalid auth code
  • Handle the case where authenticator is not required (either auto detect or use flag)
  • Switch from using css selectors to XPath
  • Put dependencies in the setuptools script

Changelog

0.0.0 (2022-11-24)

  • First release on PyPI.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc