Skip to content

Commit a17ee4f

Browse files
committed
Adding ICS for calendar download
1 parent b6f9c07 commit a17ee4f

4 files changed

Lines changed: 836 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@ This versioning system enables:
7878
- Associating bug reports with specific deployments
7979
- Measuring quality metrics across versions (see [ROADMAP.md](ROADMAP.md))
8080

81+
## Calendar (.ics) Export
82+
83+
Generate a downloadable calendar file from `_data/current.yml`:
84+
85+
```shell
86+
ruby tools/generate_calendar_ics.rb
87+
```
88+
89+
This writes `calendar.ics` at the repository root.
8190

8291
## License
8392

0 commit comments

Comments
 (0)