-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheventData.ts
119 lines (119 loc) · 2.44 KB
/
eventData.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[
{
"title": "Speed Dating",
"day of week": "Friday",
"date": "2024-01-19",
"time": "8-9:30PM",
"location": "Lot 22/ Phelps 1160",
"customTime": "",
"ready": "Yes"
},
{
"title": "GM #1",
"day of week": "Monday",
"date": "2024-01-22",
"time": "8-10PM",
"location": "TD-W 1701",
"customTime": "",
"ready": "Yes"
},
{
"title": "Field Day",
"day of week": "Friday",
"date": "2024-01-26",
"time": "3-5PM",
"location": "Student Health Lawn",
"customTime": "",
"ready": "Yes"
},
{
"title": "TFTI",
"day of week": "Saturday",
"date": "2024-01-27",
"time": "Overnight",
"location": "UCLA (Mesa Lawn)",
"customTime": "Overnight",
"ready": "Yes"
},
{
"title": "Winter Big/Little Reveal",
"day of week": "Sunday",
"date": "2024-02-04",
"time": "2-4PM",
"location": "Top of Lot 22",
"customTime": "",
"ready": "Yes"
},
{
"title": "GM #2",
"day of week": "Monday",
"date": "2024-02-05",
"time": "8-10PM",
"location": "TD-W 1701",
"customTime": "",
"ready": "Yes"
},
{
"title": "TASA Online Game Night\n",
"day of week": "Wednesday",
"date": "2024-02-07",
"time": "8:00 PM",
"location": "Online (Discord)",
"customTime": "",
"ready": "Yes"
},
{
"title": "Mahjong Mocktails",
"day of week": "Thursday",
"date": "2024-02-08",
"time": "8-10PM ",
"location": "Girvetz 1115",
"customTime": "",
"ready": "Yes"
},
{
"title": "NSU x TASA",
"day of week": "Friday",
"date": "2024-02-09",
"time": "5-7; 9-12AM",
"location": "Girvetz 1004",
"customTime": "",
"ready": "Yes"
},
{
"title": "Lunar New Year Hotpot Night!",
"day of week": "Saturday",
"date": "2024-02-10",
"time": "6-9PM",
"location": "Multi Cultural Center",
"customTime": "",
"ready": "Yes"
},
{
"title": "TASA Talks",
"day of week": "Thursday",
"date": "2024-02-15",
"time": "8-10PM",
"location": "Girvetz 1116",
"customTime": "",
"ready": "Yes"
},
{
"title": "winbert",
"day of week": "sunday",
"date": "2024-03-09",
"time": "1-5 AM ",
"location": "Online",
"customTime": "",
"ready": "Yes"
},
{
"title": "testing",
"day of week": "monday",
"date": "2024-03-30",
"time": "1-5 AM ",
"location": "Online",
"customTime": "",
"ready": "Yes"
}
]