Skip to content

Commit 35ac583

Browse files
committed
Adding ICS for calendar download
1 parent 5b54ab0 commit 35ac583

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
@@ -75,6 +75,15 @@ This versioning system enables:
7575
- Associating bug reports with specific deployments
7676
- Measuring quality metrics across versions (see [ROADMAP.md](ROADMAP.md))
7777

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

7988
## License
8089

0 commit comments

Comments
 (0)