Skip to content

Commit 5f057c1

Browse files
committed
Neue Termine
1 parent 3985319 commit 5f057c1

File tree

1 file changed

+28
-14
lines changed

1 file changed

+28
-14
lines changed

js/data/eventList.js

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ eventList = [
2222

2323
{
2424
"year": 2019,
25-
"month": 07,
26-
"day": 26,
25+
"month": 09,
26+
"day": 27,
2727
"startHour": 17,
2828
"startMin": 0,
2929
"endHour": 19,
@@ -34,25 +34,40 @@ eventList = [
3434
"title": "Reguläres Dojo"
3535
},
3636

37+
{
38+
"year": 2019,
39+
"month": 10,
40+
"day": 04,
41+
"startHour": 17,
42+
"startMin": 0,
43+
"endHour": 19,
44+
"endMin": 0,
45+
"location": "Seminarraum -118",
46+
"hasExtraInfo": true,
47+
"extraInfo": "für fortgeschrittene Teilnehmer",
48+
"title": "Projekt-Dojo"
49+
},
50+
3751

3852
{
3953
"year": 2019,
40-
"month": 09,
41-
"day": 13,
54+
"month": 10,
55+
"day": 18,
4256
"startHour": 17,
4357
"startMin": 0,
4458
"endHour": 19,
4559
"endMin": 0,
4660
"location": "Seminarraum -118",
4761
"hasExtraInfo": true,
48-
"extraInfo": "für alle Teilnehmer",
49-
"title": "Reguläres Dojo"
62+
"extraInfo": "für fortgeschrittene Teilnehmer",
63+
"title": "Projekt-Dojo"
5064
},
5165

66+
5267
{
5368
"year": 2019,
54-
"month": 09,
55-
"day": 27,
69+
"month": 10,
70+
"day": 25,
5671
"startHour": 17,
5772
"startMin": 0,
5873
"endHour": 19,
@@ -63,21 +78,20 @@ eventList = [
6378
"title": "Reguläres Dojo"
6479
},
6580

81+
6682
{
6783
"year": 2019,
68-
"month": 10,
69-
"day": 04,
84+
"month": 11,
85+
"day": 8,
7086
"startHour": 17,
7187
"startMin": 0,
7288
"endHour": 19,
7389
"endMin": 0,
7490
"location": "Seminarraum -118",
7591
"hasExtraInfo": true,
76-
"extraInfo": "für fortgeschrittene Teilnehmer",
77-
"title": "Projekt-Dojo"
92+
"extraInfo": "für alle Teilnehmer",
93+
"title": "Reguläres Dojo"
7894
}
7995

8096

81-
82-
8397
];

0 commit comments

Comments
 (0)