Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergiopvilar/my-exchange-events
Retrieve events created by you in a Exchange Calendar
https://github.com/sergiopvilar/my-exchange-events
Last synced: about 1 month ago
JSON representation
Retrieve events created by you in a Exchange Calendar
- Host: GitHub
- URL: https://github.com/sergiopvilar/my-exchange-events
- Owner: sergiopvilar
- Created: 2017-09-12T11:59:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T09:38:21.000Z (over 1 year ago)
- Last Synced: 2024-04-17T03:50:46.034Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Exchange Events
Retrieve events created by you in a Exchange Calendar
### Install dependencies
```
bundle install
```### Setup user, password and endpoint
```
cp .env.sample .env
```Put your details in the `.env` file.
### RUN!
```
./report
```Run `./report --help` for more information.
Enjoy.