Skip to content

Commit 1910de7

Browse files
Kobzoldavidtwco
authored andcommitted
Add information about calendar automation
1 parent 867eb05 commit 1910de7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [Zulip](./platforms/zulip.md)
1010
- [Moderation](./platforms/zulip/moderation.md)
1111
- [Blogs](./platforms/blogs.md)
12+
- [Calendars](./platforms/calendars.md)
1213
- [Triagebot](./triagebot/README.md)
1314
- [Agenda Generator](./triagebot/agenda.md)
1415
- [Issue Assignment](./triagebot/issue-assignment.md)

src/platforms/calendars.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Calendars
2+
3+
Many Rust teams and working groups have regular meetings, and it can get
4+
challenging quickly to manage all the calendar events.
5+
6+
That's why we have automation available for generating both one-time
7+
and recurring calendar events. It can be found in the
8+
[calendar](https://github.com/rust-lang/calendar) repository, which also
9+
contains a guide for its usage.
10+
11+
You can use it to create and update calendar invites using declaratively
12+
using a TOML file, and the tool will then generate `.ics` files from them,
13+
which can be imported into various calendar tools.

0 commit comments

Comments
 (0)