|
1 | 1 | import { EventObject } from '../tools/CustomTypes' |
2 | 2 |
|
3 | | -const semesterEnd = '12/11/23' |
| 3 | +// const semesterEnd = '12/11/23' |
4 | 4 |
|
5 | 5 | const EVENT_INFO: EventObject[] = [ |
6 | 6 | { |
7 | 7 | title: 'Weekly Programming Meeting', |
8 | 8 | description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot and ', |
9 | 9 | date: new Date(''), |
10 | | - time: '5:30 PM', |
| 10 | + time: '', |
11 | 11 | location: 'The ideas hub (second floor of the engineering building)', |
12 | 12 | weekly: true, |
13 | | - endDate: new Date(semesterEnd) |
| 13 | + // endDate: new Date(semesterEnd) |
14 | 14 | }, |
15 | 15 | { |
16 | 16 | title: 'Weekly Electrical Meeting', |
17 | 17 | description: 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!', |
18 | 18 | date: new Date(''), |
19 | | - time: '5:00 PM', |
| 19 | + time: '', |
20 | 20 | location: 'The ideas hub (second floor of the engineering building)', |
21 | 21 | weekly: true, |
22 | | - endDate: new Date(semesterEnd) |
| 22 | + // endDate: new Date(semesterEnd) |
23 | 23 | }, |
24 | 24 | { |
25 | 25 | title: 'Weekly Mechanical Meeting', |
26 | 26 | description: 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.', |
27 | 27 | date: new Date(''), |
28 | | - time: '1:00 PM', |
| 28 | + time: '', |
29 | 29 | location: 'The ideas hub (second floor of the engineering building)', |
30 | 30 | weekly: true, |
31 | | - endDate: new Date(semesterEnd) |
| 31 | + // endDate: new Date(semesterEnd) |
32 | 32 | }, |
33 | 33 | { |
34 | 34 | title: 'First GBM of the Fall Semester', |
|
0 commit comments