File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments