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

    Broderick Hill

    04/25/2022, 10:39 PM
    message has been deleted
  • e

    Eeshaan Pirani

    04/27/2022, 11:13 PM
    any way to skip typechecking? i’m getting constant
    137
    s when trying to build
  • e

    Eeshaan Pirani

    04/27/2022, 11:46 PM
    got to the stage of
    info  - Creating an optimized production build...
    after disabling type validation. now just playing the waiting game.
    • 1
    • 1
  • e

    Eeshaan Pirani

    04/28/2022, 12:17 AM
    @Sean Brydon @Peer wanted to ask about the Slack integration. I’ve added all the necessary scopes to the app as found here, but I’m still getting an error when trying to add the Slack app as seen in the attached images. are you guys also running into this?
    h
    s
    • 3
    • 5
  • p

    Peer

    04/28/2022, 6:53 AM
    @Sean Brydon will take a look today!
  • m

    Michael Ferioli

    05/02/2022, 11:16 AM
    Good morning! I'm wondering if anyone has a Postman collection they can share for cal.com? I'll take anything regardless of it's quality/integrity. Just looking to avoid startup inertia. Thanks!
    h
    a
    • 3
    • 4
  • r

    Rohit Raj

    05/03/2022, 11:47 AM
    hey guys, I have been trying to integrate cal with "@calcom/embed-react" but all I am getting is a loader and nothing else. How will I proceed forward with the integration??
    z
    h
    • 3
    • 4
  • r

    Rohit Raj

    05/06/2022, 11:15 AM
    I wanted to know why I am still getting the same error: "TypeError: "ikm" must be at least one byte in length" . Even though I have used this link https://bcrypt-generator.com/ to store my password in the database.
    p
    • 2
    • 2
  • s

    Stan Govorukhin

    05/06/2022, 12:15 PM
    Hey! 👋 I have a question regarding additional inputs for invitees. One of the crucial parts of my task is to give ability to attach files. Is there a way to do that by using API? For example, can I customise my embed by adding file attachment button?
  • p

    Pranav and Manisha Dharwadkar

    05/07/2022, 4:05 PM
    Hello, I am trying to self host cal.com on railway and facing the following build problem. Any idea how to fix this ? @calcom/webbuild Failed to compile. @calcom/webbuild @calcom/webbuild ./ee/pages/api/integrations/stripepayment/webhook.ts12925 @calcom/webbuild Type error: Excessive stack depth comparing types ‘{ where: { id: number; }; data: BookingUpdateInput; }’ and ‘BookingUpdateArgs’. @calcom/webbuild @calcom/webbuild 127 | }); @calcom/webbuild 128 | @calcom/webbuild > 129 | const bookingUpdate = prisma.booking.update({ @calcom/webbuild | ^ @calcom/webbuild 130 | where: { @calcom/webbuild 131 | id: booking.id, @calcom/webbuild 132 | }, @calcom/webbuild error Command failed with exit code 1. @calcom/webbuild info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. @calcom/webbuild Error: command finished with error: command (apps/web) yarn run build exited (1) command (apps/web) yarn run build exited (1) ``
  • p

    Pranav and Manisha Dharwadkar

    05/07/2022, 5:39 PM
    Another build error ` @calcom/webbuild Error: The table
    <http://public.App|public.App>
    does not exist in the current database. @calcom/webbuild at Object.request (/workspace/node_modules/@prisma/client/runtime/index.js4562915) @calcom/webbuild at async PrismaClient._request (/workspace/node_modules/@prisma/client/runtime/index.js4645618) @calcom/webbuild at async getAppRegistry (/workspace/apps/web/.next/server/chunks/6561.js3120) @calcom/webbuild at async getStaticPaths (/workspace/apps/web/.next/server/pages/apps/categories/[category].js9322) @calcom/webbuild at async buildStaticPaths (/workspace/node_modules/next/dist/build/utils.js49031) @calcom/webbuild at async /workspace/node_modules/next/dist/build/utils.js632119 @calcom/webbuild at async Span.traceAsyncFn (/workspace/node_modules/next/dist/trace/trace.js7920) { @calcom/webbuild type: ‘PrismaClientKnownRequestError’, @calcom/webbuild code: ‘P2021’, @calcom/webbuild clientVersion: ‘3.13.0’, @calcom/webbuild meta: { table: ‘public.App’ } @calcom/webbuild } `
    z
    • 2
    • 1
  • d

    Davoud Damanafshan

    05/08/2022, 7:19 AM
    Hello, How can I solve this problem? Why when I log in from times, The time starts at 4:30 but I put the time starting at 9 o'clock in the availability (Please see photos) Note: Maybe because on the date, offset not specified please advise how I can solve this
    h
    e
    • 3
    • 3
  • j

    Jimmy Chan

    05/10/2022, 4:06 PM
    has anyone had the issue of auth not redirecting?
  • j

    Jimmy Chan

    05/10/2022, 4:06 PM
    i’ve set all the env variables for url to my instance ip
  • j

    Jimmy Chan

    05/10/2022, 4:06 PM
    but after i submit my password it just stays on the same auth page
    h
    • 2
    • 8
  • y

    Yeder

    05/10/2022, 4:43 PM
    Hello to all question: is there any documentation to help on how to connect google calendar with cal.com I'm working locally
    s
    • 2
    • 2
  • e

    Enzo Mathé

    05/11/2022, 9:43 AM
    Hello 👋 ! I got this error message while trying to book a meeting (collective meeting). Do you know how can I investigate to understand why? Thanks 🙏
    p
    h
    z
    • 4
    • 7
  • n

    Nahuel Bulla

    05/11/2022, 12:03 PM
    Hi everyone… Is there an easy way to cancel a booking from outside the application? Maybe from the API? Thanks!
    p
    • 2
    • 2
  • j

    Jimmy Chan

    05/11/2022, 5:41 PM
    i tried using
    yarn dx
    but this error came up.
    Copy code
    @calcom/prisma:dx: cache miss, executing 9644c6d2a3299765
    @calcom/prisma:dx: $ yarn db-setup
    @calcom/prisma:dx: $ run-s db-up db-deploy db-seed
    @calcom/prisma:dx: $ docker-compose up -d
    @calcom/prisma:dx: The Compose file './docker-compose.yml' is invalid because:
    @calcom/prisma:dx: services.postgres_is_ready.depends_on contains an invalid type, it should be an array
    @calcom/prisma:dx: error Command failed with exit code 1.
    @calcom/prisma:dx: info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
    @calcom/prisma:dx: ERROR: "db-up" exited with 1.
  • j

    Jimmy Chan

    05/11/2022, 5:42 PM
    i have a db that I can connect to and during build and post install phase it had no problem connecting to my db
  • j

    Jimmy Chan

    05/11/2022, 5:42 PM
    so i’m at a loss on how to deploy cal
  • z

    zomars

    05/11/2022, 6:01 PM
    By deploying you mean to production?
    yarn dx
    is for local development. only.
  • j

    Jimmy Chan

    05/11/2022, 6:04 PM
    i tried production and agusti told me to use yarn dx
    z
    • 2
    • 11
  • j

    Jimmy Chan

    05/11/2022, 6:04 PM
    for yarn build i get a bunch of type errors and other thins
  • j

    Jimmy Chan

    05/11/2022, 6:05 PM
    my last hope is to just run it on vercel like cal does
  • j

    Jimmy Chan

    05/11/2022, 6:07 PM
    honestly this entire process has been a shit show forgive my frustration
  • y

    Yeder

    05/11/2022, 8:55 PM
    Hi all, I clone the github repository when I go to the API folder I find it empty, in the same way I enter in GitHub and I get a 404 banner. In that case what would be another way to make the google calendar integration?
    z
    • 2
    • 11
  • y

    Yaseen Al

    05/12/2022, 3:11 PM
    Hi everyone. I'm looking to integrate calendso into my app and was wondering if it legal to do so without acquiring a commercial license. I'm not too familiar with licenses so I'm not sure what a license is required for but I am assuming if I want to integrate calendso into my app for a profit I would need a license correct? (Even though it is open source)
    z
    • 2
    • 2
  • r

    Rohit Raj

    05/13/2022, 12:42 PM
    Hi everyone, I am trying to integrate calendso in my React app. I want a button with the click of that button it gets to the calendso dashboard. How will I be able to achieve it? Any help!!
  • n

    Nahuel Bulla

    05/13/2022, 6:17 PM
    Hello everyone… I’m trying to use the API in a self hosted cal. I’m able to create an api for my user but i cannot find a way to use the api… what am I missing?
12345...22Latest