Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spier/alba-homegame-calendar
Creates a home game calendar for the ALBA Berlin Basketball team
https://github.com/spier/alba-homegame-calendar
Last synced: about 1 month ago
JSON representation
Creates a home game calendar for the ALBA Berlin Basketball team
- Host: GitHub
- URL: https://github.com/spier/alba-homegame-calendar
- Owner: spier
- License: mit
- Created: 2019-09-28T14:19:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T17:04:52.000Z (almost 5 years ago)
- Last Synced: 2024-04-15T02:51:06.222Z (9 months ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Home Game Calendar for the ALBA Berlin Basketball team
`create_homegame_calendar.rb` takes the [game schedule (calendar)](https://calovo.de/f/albaberlin/spielplan) of [ALBA Berlin](https://www.albaberlin.de/spielplan/) and turns it into a calendar that only contains the home games.
## Why?
With a group of friends we share season ticket for Alba Berlin, i.e. we split the home games between us. Hence we need a calendar with just the home games, so that we can mark in the calendar events who is going to which game.
Every year I am creating this calendar manually. This year I got annoyed with this, so I decided to automate this :) Scratching my own itch!
## How to create the home game calendar?
1. Download [game schedule (calendar)](https://calovo.de/f/albaberlin/spielplan) from calovo.de.
e.g. `a29dcd34.f637522e-c1d948eb.ics`2. Run the script:
```
ruby create_homegame_calendar.rb a29dcd34.f637522e-c1d948eb.ics > alba-homegame-calendar.ics
```3. Import `alba-homegame-calendar.ics` into your favorite calendar app of choice.
Enjoy the ALBA home games. See you there :)