Daniel G
09/15/2022, 1:23 AMRUN cd packages/prisma && yarn seed-app-store into the Dockerfile. The output when running docker compose up implies that google calendar was added successfully:
calcom-docker-calcom-1 | No pending migrations to apply.
calcom-docker-calcom-1 | + npx ts-node --transpile-only /calcom/packages/prisma/seed-app-store.ts
calcom-docker-calcom-1 | 📲 Upserted app: 'apple-calendar'
calcom-docker-calcom-1 | 📲 Upserted app: 'caldav-calendar'
calcom-docker-calcom-1 | 📲 Upserted app: 'exchange2013-calendar'
calcom-docker-calcom-1 | 📲 Upserted app: 'exchange2016-calendar'
calcom-docker-calcom-1 | 📲 Upserted app: 'google-calendar'
calcom-docker-calcom-1 | 📲 Upserted app: 'google-meet'
calcom-docker-calcom-1 | 📲 Upserted app: 'jitsi'
calcom-docker-calcom-1 | 📲 Upserted app: 'wipe-my-cal'
calcom-docker-calcom-1 | 📲 Upserted app: 'huddle01'
calcom-docker-calcom-1 | 📲 Upserted app: 'metamask'
calcom-docker-calcom-1 | + yarn start
how I get the google calendar app to show up in my web ui?Sean Brydon
Daniel G
09/19/2022, 1:24 AMyarn seed-app-store