Skip to content

Commit 733cce9

Browse files
committed
Neue Termine.
1 parent 6c1b713 commit 733cce9

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

js/data/eventList.js

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ eventList = [
1616
"isIntroEvent" : false
1717
}
1818
*/
19-
{
19+
20+
{
2021
"year": 2018,
2122
"month": 11,
22-
"day": 16,
23+
"day": 30,
2324
"startHour": 17,
2425
"startMin": 0,
2526
"endHour": 19,
@@ -29,19 +30,43 @@ eventList = [
2930
},
3031
{
3132
"year": 2018,
32-
"month": 11,
33-
"day": 30,
33+
"month": 12,
34+
"day": 14,
35+
"startHour": 17,
36+
"startMin": 0,
37+
"endHour": 19,
38+
"endMin": 0,
39+
"location": "Seminarraum -118",
40+
"isIntroEvent": false
41+
},
42+
43+
{
44+
"year": 2019,
45+
"month": 1,
46+
"day": 11,
3447
"startHour": 17,
3548
"startMin": 0,
3649
"endHour": 19,
3750
"endMin": 0,
3851
"location": "Seminarraum -118",
3952
"isIntroEvent": false
4053
},
54+
4155
{
42-
"year": 2018,
43-
"month": 12,
44-
"day": 14,
56+
"year": 2019,
57+
"month": 1,
58+
"day": 25,
59+
"startHour": 17,
60+
"startMin": 0,
61+
"endHour": 19,
62+
"endMin": 0,
63+
"location": "Seminarraum -118",
64+
"isIntroEvent": false
65+
},
66+
{
67+
"year": 2019,
68+
"month": 2,
69+
"day": 8,
4570
"startHour": 17,
4671
"startMin": 0,
4772
"endHour": 19,

0 commit comments

Comments
 (0)