You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The public calendar is automatically published at <https://sovereigncloudstack.github.io/calendar/scs.ics>. We recommend importing the calendar with an iCalendar client like [Thunderbird](https://support.mozilla.org/en-US/kb/creating-new-calendars#w_on-the-network-connect-to-your-online-calendars).
@@ -18,11 +18,6 @@ pip install ics==0.8.0.dev0
18
18
pip install yaml2ics==0.2
19
19
pip install pyyaml
20
20
```
21
-
The `yml` file for our regular community calls is automatically generated by `communitycall.py`. You need to call this script prior to executing `yaml2ics` or the calendar build will fail (due to the otherwise missing file `communitycall.yml`). To do so, call
22
-
23
-
```
24
-
python communitycall.py
25
-
```
26
21
27
22
and afterwards, call `yaml2ics` on `main.yml` (or any of the sub-calendars):
0 commit comments