Skip to content

Commit 77a57e4

Browse files
authored
Merge pull request #54 from cpp-aachen/add-calendar-json
Add the C++ User Group Aachen event calendar as JSON file
2 parents 4d55dc4 + 4b0a0b3 commit 77a57e4

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

calendar/cpp-aachen.jsoncal

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"summary": "C++ User Group Aachen",
3+
"events": [
4+
{
5+
"summary": "C++ User Group Aachen",
6+
"location": "Utimaco, Germanusstraße 4, 52080 Aachen",
7+
"start": "2025-12-03T18:30:00",
8+
"timezone": "Europe/Berlin",
9+
"description": "Safer Integer Handling with Modern C++ (John Franklin Rickard)\nASIO & Coro - Networking Programming with C++20 Coroutines (Peter Eisenlohr)",
10+
"url": "https://cpp-aachen.github.io/"
11+
},
12+
{
13+
"summary": "C++ User Group Aachen",
14+
"location": "ModuleWorks, Henricistraße 50-52, 52072 Aachen",
15+
"start": "2026-02-04T18:30:00",
16+
"timezone": "Europe/Berlin",
17+
"description": "TBD",
18+
"url": "https://cpp-aachen.github.io/"
19+
},
20+
{
21+
"summary": "C++ User Group Aachen",
22+
"location": "SLB, Ritterstraße 23, 52072 Aachen",
23+
"start": "2026-04-01T18:30:00",
24+
"timezone": "Europe/Berlin",
25+
"description": "TBD",
26+
"url": "https://cpp-aachen.github.io/"
27+
},
28+
{
29+
"summary": "C++ User Group Aachen",
30+
"location": "Magma, Kackertstraße 16-18, 52072 Aachen",
31+
"start": "2026-06-03T18:30:00",
32+
"timezone": "Europe/Berlin",
33+
"description": "TBD",
34+
"url": "https://cpp-aachen.github.io/"
35+
},
36+
{
37+
"summary": "C++ User Group Aachen",
38+
"location": "Utimaco, Germanusstraße 4, 52080 Aachen",
39+
"start": "2026-08-05T18:30:00",
40+
"timezone": "Europe/Berlin",
41+
"description": "TBD",
42+
"url": "https://cpp-aachen.github.io/"
43+
},
44+
{
45+
"summary": "C++ User Group Aachen",
46+
"location": "ModuleWorks, Henricistraße 50-52, 52072 Aachen",
47+
"start": "2026-10-07T18:30:00",
48+
"timezone": "Europe/Berlin",
49+
"description": "TBD",
50+
"url": "https://cpp-aachen.github.io/"
51+
},
52+
{
53+
"summary": "C++ User Group Aachen",
54+
"location": "SLB, Ritterstraße 23, 52072 Aachen",
55+
"start": "2026-12-02T18:30:00",
56+
"timezone": "Europe/Berlin",
57+
"description": "TBD",
58+
"url": "https://cpp-aachen.github.io/"
59+
}
60+
]
61+
}

0 commit comments

Comments
 (0)