From 880c3207710045160c193d54a3ea4a41c6a9da69 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 7 Nov 2022 16:35:34 -0500 Subject: [PATCH] Fix some calendar and tool name/url issues --- src/common.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/common.ts b/src/common.ts index a22dc81..4f0a64b 100644 --- a/src/common.ts +++ b/src/common.ts @@ -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"',