Skip to content

Commit cd22484

Browse files
authored
Merge pull request #58 from cpp-aachen/add-endtimes
add end time to all events
2 parents 3ab5719 + 739f129 commit cd22484

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

calendar/cpp-aachen.jsoncal

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
"summary": "C++ User Group Aachen",
66
"location": "Guinness House, Neupforte 6, 52062 Aachen",
77
"start": "2025-12-03T22:30:00",
8+
"end": "2025-12-04T01:00:00",
89
"timezone": "Europe/Berlin",
910
"description": "Und nachher noch nett zusammensitzen",
10-
"url": "http://www.guinnesshouse.de",
11-
"end": "2025-12-04T01:00:00"
11+
"url": "http://www.guinnesshouse.de"
1212
},
1313
{
1414
"summary": "C++ User Group Aachen",
1515
"location": "Utimaco, Germanusstraße 4, 52080 Aachen",
1616
"start": "2025-12-03T18:30:00",
17+
"end": "2025-12-03T22:30:00",
1718
"timezone": "Europe/Berlin",
1819
"description": "Safer Integer Handling with Modern C++ (John Franklin Rickard)\nASIO & Coro - Networking Programming with C++20 Coroutines (Peter Eisenlohr)",
1920
"url": "https://cpp-aachen.github.io/"
@@ -22,6 +23,7 @@
2223
"summary": "C++ User Group Aachen",
2324
"location": "ModuleWorks, Henricistraße 50-52, 52072 Aachen",
2425
"start": "2026-02-04T18:30:00",
26+
"end": "2026-02-04T22:30:00",
2527
"timezone": "Europe/Berlin",
2628
"description": "TBD",
2729
"url": "https://cpp-aachen.github.io/"
@@ -30,6 +32,7 @@
3032
"summary": "C++ User Group Aachen",
3133
"location": "SLB, Ritterstraße 23, 52072 Aachen",
3234
"start": "2026-04-01T18:30:00",
35+
"end": "2026-04-01T22:30:00",
3336
"timezone": "Europe/Berlin",
3437
"description": "TBD",
3538
"url": "https://cpp-aachen.github.io/"
@@ -38,6 +41,7 @@
3841
"summary": "C++ User Group Aachen",
3942
"location": "Magma, Kackertstraße 16-18, 52072 Aachen",
4043
"start": "2026-06-03T18:30:00",
44+
"end": "2026-06-03T21:30:00",
4145
"timezone": "Europe/Berlin",
4246
"description": "TBD",
4347
"url": "https://cpp-aachen.github.io/"
@@ -46,6 +50,7 @@
4650
"summary": "C++ User Group Aachen",
4751
"location": "Utimaco, Germanusstraße 4, 52080 Aachen",
4852
"start": "2026-08-05T18:30:00",
53+
"end": "2026-08-05T22:30:00",
4954
"timezone": "Europe/Berlin",
5055
"description": "TBD",
5156
"url": "https://cpp-aachen.github.io/"
@@ -54,6 +59,7 @@
5459
"summary": "C++ User Group Aachen",
5560
"location": "ModuleWorks, Henricistraße 50-52, 52072 Aachen",
5661
"start": "2026-10-07T18:30:00",
62+
"end": "2026-10-07T22:30:00",
5763
"timezone": "Europe/Berlin",
5864
"description": "TBD",
5965
"url": "https://cpp-aachen.github.io/"
@@ -62,6 +68,7 @@
6268
"summary": "C++ User Group Aachen",
6369
"location": "SLB, Ritterstraße 23, 52072 Aachen",
6470
"start": "2026-12-02T18:30:00",
71+
"end": "2026-12-02T22:30:00",
6572
"timezone": "Europe/Berlin",
6673
"description": "TBD",
6774
"url": "https://cpp-aachen.github.io/"

0 commit comments

Comments
 (0)