@@ -7,7 +7,7 @@ const EVENT_INFO: EventObject[] = [
77 title : 'Weekly Programming Meeting' ,
88 description : 'The weekly meeting for the programming sub-team. Take a look at the code for the robot and ' ,
99 date : new Date ( '' ) ,
10- time : '' ,
10+ time : '5:30pm Fridays ' ,
1111 location : 'The ideas hub (second floor of the engineering building)' ,
1212 weekly : true ,
1313 // endDate: new Date(semesterEnd)
@@ -16,7 +16,7 @@ const EVENT_INFO: EventObject[] = [
1616 title : 'Weekly Electrical Meeting' ,
1717 description : 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!' ,
1818 date : new Date ( '' ) ,
19- time : '' ,
19+ time : '5:00pm Modays ' ,
2020 location : 'The ideas hub (second floor of the engineering building)' ,
2121 weekly : true ,
2222 // endDate: new Date(semesterEnd)
@@ -25,41 +25,41 @@ const EVENT_INFO: EventObject[] = [
2525 title : 'Weekly Mechanical Meeting' ,
2626 description : 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.' ,
2727 date : new Date ( '' ) ,
28- time : '' ,
28+ time : '6:00pm Wednesday ' ,
2929 location : 'The ideas hub (second floor of the engineering building)' ,
3030 weekly : true ,
3131 // endDate: new Date(semesterEnd)
3232 } ,
3333 {
34- title : 'First GBM of the Fall Semester' ,
34+ title : 'First GBM of the Spring Semester' ,
3535 description : `Learn more about the club and what we do! If you have any interest at all,
3636 we highly recommend you joining us!` ,
37- date : new Date ( '' ) ,
37+ date : new Date ( '1/29/24 ' ) ,
3838 time : '' ,
39- location : 'The ideas hub (second floor of the engineering building)'
39+ location : 'The Fish Bowl (first floor of the engineering building)'
4040 } ,
41- {
42- title : 'General Body Meeting' ,
43- description : `Learn more about the club and what we do! If you have any interest at all,
44- we highly recommend you joining us!` ,
45- date : new Date ( '' ) ,
46- time : '6:00 PM ' ,
47- location : 'The ideas hub (second floor of the engineering building)'
48- } ,
49- {
50- title : 'Engineering Week Showcase' ,
51- description : 'Meet us to see the robot in action and learn about the club!' ,
52- date : new Date ( '' ) ,
53- time : '11:00 AM' ,
54- location : 'SERC Main Lobbby'
55- } ,
56- {
57- title : 'Temple Ambler Showcase' ,
58- description : 'Meet us to see the robot in action and learn about the club!' ,
59- date : new Date ( '' ) ,
60- time : '9:15 AM' ,
61- location : 'Temple Ambler Widener'
62- }
41+ // {
42+ // title: 'General Body Meeting',
43+ // description: `Learn more about the club and what we do! If you have any interest at all,
44+ // we highly recommend you joining us!`,
45+ // date: new Date(''),
46+ // time: '',
47+ // location: 'The ideas hub (second floor of the engineering building)'
48+ // },
49+ // {
50+ // title: 'Engineering Week Showcase',
51+ // description: 'Meet us to see the robot in action and learn about the club!',
52+ // date: new Date(''),
53+ // time: '11:00 AM',
54+ // location: 'SERC Main Lobbby'
55+ // },
56+ // {
57+ // title: 'Temple Ambler Showcase',
58+ // description: 'Meet us to see the robot in action and learn about the club!',
59+ // date: new Date(''),
60+ // time: '9:15 AM',
61+ // location: 'Temple Ambler Widener'
62+ // }
6363]
6464
6565export default EVENT_INFO
0 commit comments