Fix some calendar and tool name/url issues
This commit is contained in:
parent
0eb7df61a8
commit
4fd363aa43
@ -10,7 +10,10 @@ interface Shop {
|
||||
}
|
||||
|
||||
const shops: { [key: string]: Shop } = {
|
||||
Cafe: {}, // same calendar as mezzanine
|
||||
Cafe: {
|
||||
calendar: 'ofbkp5ctd1hr7917sknlj9s15g@group.calendar.google.com',
|
||||
},
|
||||
'Conference Room': {}, // same calendar as mezzanine
|
||||
'Classroom / Computer Lab': {
|
||||
calendar: '6mmjp85e4732ru6skf1dda54ls@group.calendar.google.com',
|
||||
children: ['Printer, Canon iPF8400S 44" 8-Color/Pigment'],
|
||||
@ -43,7 +46,7 @@ const shops: { [key: string]: Shop } = {
|
||||
'Wood Shop': {
|
||||
calendar: '4unv3ia1n9mc9u31n2n5lv8nd8@group.calendar.google.com',
|
||||
children: [
|
||||
'ShopBot, PRSstandard 96-48-8, w/2.2hp Spindle',
|
||||
'ShopBot, PRSstandard 96-48-8',
|
||||
'Table Saw, SawStop 3HP 10"',
|
||||
'Planer, Powermatic 20"',
|
||||
'Jointer, Powermatic 8"',
|
||||
|
Loading…
Reference in New Issue
Block a user