From 79f9cc64db5611e2a91d9cd4d14ec4783922dc6c Mon Sep 17 00:00:00 2001 From: Felix Kronlage-Dammers Date: Sun, 21 Dec 2025 22:53:18 +0100 Subject: [PATCH] update README.md to reflect current reality Signed-off-by: Felix Kronlage-Dammers --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 177d5b9..51016af 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Public SCS community calendar This repository contains various `yaml` files to announce public events, meetings and other interesting happenings of -our [Sovereign Cloud Stack](https://scs.community) community. +our [Sovereign Cloud Stack](https://sovereigncloudstack.org) community. ## Import public SCS community calendar The public calendar is automatically published at . 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 pip install yaml2ics==0.3 pip install pyyaml ``` -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 - -``` -python communitycall.py -``` and afterwards, call `yaml2ics` on `main.yml` (or any of the sub-calendars):