https://cal.com logo
Join Slack
Powered by
# developers
  • m

    matt

    07/08/2022, 2:41 PM
    im all setup but strange it still allows nullable emails to save?
    z
    • 2
    • 6
  • s

    Soufiane AIT AKKACHE

    07/12/2022, 6:34 PM
    Hello community 👋 How are you doing ? We are looking to integrate the Cal.com api to our frontend project I did not find any documentation that helps me do that since I'm a bit new in this part of integrating calendars to frontend projects. Could you give me a hand please ?
    a
    • 2
    • 7
  • j

    Jayraj Kapadia

    07/13/2022, 3:30 AM
    Hi everyone, I am getting build error after getting merge the prisma schema and I have hosted the whole app on vercel. So, can anyone help me with it?
    🙏 1
    s
    • 2
    • 2
  • b

    Ben Kirchner

    07/14/2022, 3:11 AM
    Hello, couple questions is there more documentation looking at api i want to see payloads. I can test some responses by testing it but some i would need to self host. Also is there api’s to create a user? And is there an api to find a users availability? We want to see if we can build an admin ui on top of your rest api for our application.
  • d

    Daniel

    07/19/2022, 10:08 AM
    Hello. I am gonna fix this issue. https://github.com/calcom/cal.com/issues/3316 so users should save the whereby URL in settings instead of in the event-types app. I am looking for someone to help me to fix this issue or show me mockup for whereby(i.e.) URL settings page.
    ❤️ 1
    p
    c
    m
    • 4
    • 8
  • s

    Soufiane AIT AKKACHE

    07/20/2022, 8:42 PM
    Hello, I'm trying to use the
    cal/api
    module on my local when I try to fetch all the event types
    Copy code
    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
    Copy code
    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.
    p
    • 2
    • 2
  • p

    Patrick DePippo

    07/20/2022, 9:37 PM
    I seem to have an issue where events that have zoom as their location causes confirmation emails to not be sent..has anyone seen this before?
  • j

    Jimmy Chan

    07/21/2022, 10:47 AM
    is there a global webhook for enterprise customers
    p
    • 2
    • 7
  • j

    Jimmy Chan

    07/21/2022, 10:47 AM
    or do we have to listen for user creation and generate a webhook for each user
  • m

    Mohsin Ayoob

    07/22/2022, 6:51 AM
    Hi @Agusti <!here> I hope you're doing well. I contacted support and they asked me to connect with you here. I am using cal.com pro account and in APIs I am facing the following issues. Could you please help me get those fixed. • I am not able to attach schedule or scheduleId with eventType. If EventType was created using API, it returns
    unauthorized
    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.
  • r

    Rebecca Cotton-Weinhold (Virtual Identity)

    07/22/2022, 6:19 PM
    Hi, can you point me to the translations files for German? The translation is really not great in some parts, and I would love to fix that.
    g
    • 2
    • 2
  • j

    Jimmy Chan

    07/24/2022, 3:55 AM
    im stuck building api now, seems like something changed that made this import have an issue.
    Copy code
    @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";
    p
    z
    • 3
    • 3
  • s

    Satnam Singh

    07/25/2022, 2:17 AM
    Hi, anyone please help me out, how to customize the design of self hosted app. I created custom.css put my css classes in that and included in _app.ts but that cause the build fail. Please share any useful link or article. TIA
  • s

    Soufiane AIT AKKACHE

    07/25/2022, 7:08 AM
    I'm still waiting for the feedback
  • p

    Patrick DePippo

    07/26/2022, 12:55 PM
    getting
    Copy code
    @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?
  • p

    Patrick DePippo

    07/26/2022, 1:47 PM
    i feel like im losing my mind. every time I try and run
    yarn 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?
    z
    • 2
    • 3
  • s

    Satnam Singh

    07/27/2022, 2:05 AM
    Hi Cal.com I want to know if there is any support to implement Single-Sign-On for self hosted instance and website.
  • j

    Jimmy Chan

    07/27/2022, 3:31 AM
    is it possible to do dynamic routes in apps?
    p
    h
    z
    • 4
    • 18
  • j

    Jimmy Chan

    07/27/2022, 3:31 AM
    like nested directories like in nextjs or is there a way to use express purely as a route handler etc…
  • v

    Valdis Pornieks

    07/27/2022, 1:27 PM
    Hi guys, i’m running an cal.com instance and any users integration with google calendar periodically go from connected to invalid_grant. Do i need to be running some worker to regularly refresh some tokens? if so, then how?
    j
    • 2
    • 2
  • p

    Peer

    07/29/2022, 7:35 AM
    Hey Developers! We’d love to hear your feedback around an upcoming restructuring of the folder structure: https://github.com/calcom/cal.com/discussions/3571 Type vs Feature folders, can you leave comments in GitHub if you have some?
  • j

    Jimmy Chan

    07/29/2022, 12:52 PM
    i deployed an app in the app-store, but our endpoints have CORS issues, I tried changing the next.config.js to support cors as per nextjs’s docs but it’s still happening. Am I missing something?
    p
    z
    • 3
    • 7
  • h

    Hussam Khatib

    07/31/2022, 3:45 PM
    Hi there, I wanted to what does the component QueryCell (and withQuery)do https://github.com/calcom/cal.com/blob/main/apps/web/lib/QueryCell.tsx I am working on an issue on which I might need to wrap the component in it https://github.com/calcom/cal.com/issues/3573 I think they are used to manage the loading, error , and success states. I am not sure of it as I find it very hard to read what the component is doing. @zomars
    z
    • 2
    • 2
  • o

    Om Ray

    08/01/2022, 2:44 AM
    Hi, i’ve made a PR that fixes issue #2900. If any maintainers could take a look at it and review the PR that would great. @Ciarán
  • o

    Om Ray

    08/01/2022, 3:51 AM
    @Hariom Balhara
  • h

    Hariom Balhara

    08/01/2022, 3:53 AM
    @Om Ray Thank you so much for your contribution 🙏 Will review it soon.
  • o

    Om Ray

    08/01/2022, 3:54 AM
    thank you!
  • y

    Yesh 24

    08/01/2022, 11:35 AM
    @Peer Dmed you, please check. Thanks!
  • p

    Pavel Shapel

    08/02/2022, 11:09 AM
    Hi there, I found out that unit & integrations tests were not triggered by pull requests (maybe for some reasons). So I’ve made a PR with one more GitHub action to run tests (unit & integrations) on a pull request. https://github.com/calcom/cal.com/pull/3640
  • s

    Soufiane AIT AKKACHE

    08/01/2022, 11:39 PM
    hello 👋 How could we update our private repo
    @cal/api
    from the upstream project (the one that is private for Cal.com) ?
    z
    • 2
    • 4
1...789...22Latest