Fix some calendar and tool name/url issues

This commit is contained in:
Adam Goldsmith 2022-11-07 16:35:34 -05:00
parent eed4b2a754
commit 880c320771

View File

@ -10,7 +10,10 @@ interface Shop {
} }
const shops: { [key: string]: 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': { 'Classroom / Computer Lab': {
calendar: '6mmjp85e4732ru6skf1dda54ls@group.calendar.google.com', calendar: '6mmjp85e4732ru6skf1dda54ls@group.calendar.google.com',
children: ['Printer, Canon iPF8400S 44" 8-Color/Pigment'], children: ['Printer, Canon iPF8400S 44" 8-Color/Pigment'],
@ -43,7 +46,7 @@ const shops: { [key: string]: Shop } = {
'Wood Shop': { 'Wood Shop': {
calendar: '4unv3ia1n9mc9u31n2n5lv8nd8@group.calendar.google.com', calendar: '4unv3ia1n9mc9u31n2n5lv8nd8@group.calendar.google.com',
children: [ children: [
'ShopBot, PRSstandard 96-48-8, w/2.2hp Spindle', 'ShopBot, PRSstandard 96-48-8',
'Table Saw, SawStop 3HP 10"', 'Table Saw, SawStop 3HP 10"',
'Planer, Powermatic 20"', 'Planer, Powermatic 20"',
'Jointer, Powermatic 8"', 'Jointer, Powermatic 8"',