matt
07/08/2022, 2:41 PMSoufiane AIT AKKACHE
07/12/2022, 6:34 PMJayraj Kapadia
07/13/2022, 3:30 AMBen Kirchner
07/14/2022, 3:11 AMDaniel
07/19/2022, 10:08 AMSoufiane AIT AKKACHE
07/20/2022, 8:42 PMcal/api
module on my local
when I try to fetch all the event types
GET <http://localhost:3002/v1/event-types?apiKey=cal_xxxxxxxx>
it returns all the event types
But Once I try to fetch only one buy doing this
GET <http://localhost:3002/v1/event-types/{id}?apiKey=cal_xxxxxxxx>
it's not really working. it's stuck on pending and then I have a timeout
Basically what we are trying to accomplish is to use the cal/api
and integrate it to our own React component to book event show availabilities...etc
Maybe we need to update the cal/api
package but we would need you to help us with it because I can create a PR from the upstream the Cal.com api project is private.Patrick DePippo
07/20/2022, 9:37 PMJimmy Chan
07/21/2022, 10:47 AMJimmy Chan
07/21/2022, 10:47 AMMohsin Ayoob
07/22/2022, 6:51 AMunauthorized
but if EventType was created from portal it return 504 - An error occurred with your deployment
• Not able to get Event Types which are created using APIs using Get All Event Types API
• When I add attendee in the booking, newly added attendee does not receive an email about the booking.
• I am adding google meets as location but its not creating meeting url.Rebecca Cotton-Weinhold (Virtual Identity)
07/22/2022, 6:19 PMJimmy Chan
07/24/2022, 3:55 AM@calcom/api:build: Failed to compile.
11:11:08.565 @calcom/api:build:
11:11:08.565 @calcom/api:build: ../../packages/app-store/ee/routing_forms/trpc-router.ts:8:43
11:11:08.566 @calcom/api:build: Type error: Cannot find module '@lib/webhooks/sendPayload' or its corresponding type declarations.
11:11:08.566 @calcom/api:build:
11:11:08.566 @calcom/api:build: 6 | import { createProtectedRouter, createRouter } from "@calcom/trpc/server/createRouter";
11:11:08.566 @calcom/api:build: 7 |
11:11:08.567 @calcom/api:build: > 8 | import { sendGenericWebhookPayload } from "@lib/webhooks/sendPayload";
11:11:08.567 @calcom/api:build: | ^
11:11:08.567 @calcom/api:build: 9 | import getWebhooks from "@lib/webhooks/subscriptions";
11:11:08.567 @calcom/api:build: 10 |
11:11:08.567 @calcom/api:build: 11 | import { zodFields, zodRoutes } from "./zod";
Satnam Singh
07/25/2022, 2:17 AMSoufiane AIT AKKACHE
07/25/2022, 7:08 AMPatrick DePippo
07/26/2022, 12:55 PM@calcom/web:dev: error - TypeError: Cannot read properties of undefined (reading 'CAL')
@calcom/web:dev: at eval (webpack-internal:///./lib/auth.ts:46:67)
@calcom/web:dev: at Object../lib/auth.ts (/Users/me/dev/cal.com/apps/web/.next/server/pages/index.js:22:1)
@calcom/web:dev: at __webpack_require__ (/Users/me/dev/cal.com/apps/web/.next/server/webpack-runtime.js:33:42)
@calcom/web:dev: at eval (webpack-internal:///./pages/index.tsx:6:67)
@calcom/web:dev: at Object../pages/index.tsx (/Users/me/dev/cal.com/apps/web/.next/server/pages/index.js:32:1)
@calcom/web:dev: at __webpack_require__ (/Users/me/dev/cal.com/apps/web/.next/server/webpack-runtime.js:33:42)
@calcom/web:dev: at __webpack_exec__ (/Users/me/dev/cal.com/apps/web/.next/server/pages/index.js:72:39)
@calcom/web:dev: at /Users/me/dev/cal.com/apps/web/.next/server/pages/index.js:73:28
@calcom/web:dev: at Object.<anonymous> (/Users/me/dev/cal.com/apps/web/.next/server/pages/index.js:76:3)
@calcom/web:dev: at Module._compile (node:internal/modules/cjs/loader:1103:14) {
@calcom/web:dev: page: '/'
@calcom/web:dev: }
@calcom/web:dev: 36 |
@calcom/web:dev: 37 | export const identityProviderNameMap: { [key in IdentityProvider]: string } = {
@calcom/web:dev: > 38 | [IdentityProvider.CAL]: "Cal",
@calcom/web:dev: | ^
@calcom/web:dev: 39 | [IdentityProvider.GOOGLE]: "Google",
@calcom/web:dev: 40 | [IdentityProvider.SAML]: "SAML",
@calcom/web:dev: 41 | };
when trying to build master, has anyone seen this?Patrick DePippo
07/26/2022, 1:47 PMyarn dev
on a fresh clone, env-check:common
says that the .env
file doesn't exist and overwrites it with the example file, then @calcom/web:dev
fails because NEXTAUTH_SECRET
isn't set...has anyone seen this before?Satnam Singh
07/27/2022, 2:05 AMJimmy Chan
07/27/2022, 3:31 AMJimmy Chan
07/27/2022, 3:31 AMValdis Pornieks
07/27/2022, 1:27 PMPeer
Jimmy Chan
07/29/2022, 12:52 PMHussam Khatib
07/31/2022, 3:45 PMOm Ray
08/01/2022, 3:51 AMHariom Balhara
08/01/2022, 3:53 AMOm Ray
08/01/2022, 3:54 AMYesh 24
08/01/2022, 11:35 AMPavel Shapel
08/02/2022, 11:09 AMSoufiane AIT AKKACHE
08/01/2022, 11:39 PM@cal/api
from the upstream project (the one that is private for Cal.com) ?