Skip to content

Commit d8164ba

Browse files
authored
Add scheduled SCS events (#17)
Signed-off-by: Christian Berendt <[email protected]>
1 parent da46e66 commit d8164ba

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ name: Calendar of OSISM related events
33
timezone: Europe/Berlin
44
include:
55
- bof.yml
6-
- regular.yml
76
- events.yml
7+
- regular.yml
8+
- scs.yml

scs.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Scheduled events from the SCS project that are replicated here for better
2+
# visibility from https://github.com/SovereignCloudStack/calendar.
3+
---
4+
name: SCS Meetings
5+
timezone: Europe/Berlin
6+
events:
7+
- summary: "SCS: Community Meeting"
8+
begin: 2025-01-16 15:05:00
9+
duration:
10+
minutes: 40
11+
location: "https://conf.scs.koeln:8443/SCS-Tech"
12+
- summary: "SCS: Resumption of SIG Standardization/Certification"
13+
begin: 2025-01-16 14:05:00
14+
duration:
15+
minutes: 50
16+
description: |
17+
location: "https://conf.scs.koeln:8443/SCS-Tech"

0 commit comments

Comments
 (0)