https://github.com/afeld/rehearsals
Script to pull calendar events for invoicing
https://github.com/afeld/rehearsals
Last synced: about 1 year ago
JSON representation
Script to pull calendar events for invoicing
- Host: GitHub
- URL: https://github.com/afeld/rehearsals
- Owner: afeld
- License: mit
- Created: 2024-07-27T22:55:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-13T16:32:26.000Z (about 1 year ago)
- Last Synced: 2025-06-13T17:30:00.927Z (about 1 year ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
1. [Export your calendar as a `.ics file.](https://support.google.com/calendar/answer/37111)
1. Modify the `START_FROM` in the script.
1. Run the script.
```shell
bundle install
bundle exec ruby rehearsals.rb
```