https://github.com/deas/calendar_monkey
🐒 "Netflix's Chaos Monkey tool, but instead of randomly killing containers it randomly cancels meetings on my calendar" 🐒
https://github.com/deas/calendar_monkey
resilience
Last synced: 2 months ago
JSON representation
🐒 "Netflix's Chaos Monkey tool, but instead of randomly killing containers it randomly cancels meetings on my calendar" 🐒
- Host: GitHub
- URL: https://github.com/deas/calendar_monkey
- Owner: deas
- License: other
- Created: 2021-02-26T10:58:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T10:58:38.000Z (about 4 years ago)
- Last Synced: 2025-01-22T05:28:25.875Z (4 months ago)
- Topics: resilience
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
# Calendar 🐒 - Resilience all the way down!

[@magiceldridge on twitter](https://twitter.com/magiceldridge/status/1362069116148994051?s=09)## Prerequisites
- Dependencies : `pip install -r requirements.txt`
- Microsoft Graph Access : See [`./calendar_monkey_sample.json`](./calendar_monkey_sample.json) and `Calendars.ReadWrite` permission## Usage
```sh
cp ./calendar_monkey_sample.json ./calendar_monkey.json
# Set proper values in calendar_monkey.json
python3 ./main.py cancel-entries --help
python3 ./main.py cancel-entries
```