https://cal.com logo
Join Slack
Powered by
# general
  • c

    Chrissy

    04/13/2022, 12:13 PM
    Can anyone tell me how long the wait time is for cal as infrastructure right now? We're about to start development, and I want to make sure this will fit our timelines.
    p
    • 2
    • 3
  • n

    Nathan R

    04/13/2022, 11:47 PM
    Any idea what might be causing this issue when attempting to link Cal with Teams?
    z
    • 2
    • 2
  • p

    Peer

    04/15/2022, 1:30 PM
    We have one of the biggest announcements going live in 30 minutes! https://twitter.com/calcom/status/1514949350773960711 Set a reminder on Youtube and join us live! 🎉
    ❤️ 11
    🚀 17
    đź’° 2
  • j

    Joseph Jacks

    04/15/2022, 5:29 PM
    Congrats on the Series A announcement and turning 1 year old today! What an incredible amount of progress in such a short period.
    ❤️ 14
    🚀 9
  • l

    Liad Fogel

    04/18/2022, 5:59 PM
    Wow, congrats! It's spreading all over the news https://venturebeat.com/2022/04/18/open-source-calendly-rival-cal-com-raises-25m/
    ❤️ 13
    🎉 2
  • c

    Chris Collins

    04/19/2022, 6:56 PM
    Any idea why people are not getting my cal event invite but I see them as confirmed?
  • p

    Pramod Kollamparambil

    04/21/2022, 8:58 PM
    I'm getting something similar too. Client is booking on calendar however I'm not getting a confirmation email as I do for my other events. I have selected the option to add the calendar event on two calendars. Neither of them have the confirmed even on there. Anyone run into this issue?
  • z

    zomars

    04/21/2022, 9:02 PM
    The confirmed flag mean "confirmed in Cal" and it should only display for events that have the "requires confirmation" options enabled.
  • z

    zomars

    04/21/2022, 9:02 PM
    It doesn't check for the actual confirmation status in the guest calendar.
  • p

    Pramod Kollamparambil

    04/21/2022, 9:09 PM
    hmmm so I have two events: Free 30 Min Consultation: I am not getting a confirmation email after the client books a time slot based on my working hours. Personal Event: I have had two people book a time. 1 of the bookings sent me a confirmation email "Confirmed: Quick 30 Min Chat with..." while the other one did not.
  • p

    Pramod Kollamparambil

    04/21/2022, 9:10 PM
    So previously when I was using Calendly, anytime someone booked time on any of the events, it would kick back an email that had all those details on there. I'm asking about that type of confirmation email
  • g

    Gurkiran Singh

    04/22/2022, 12:15 AM
    Hello everyone, I am trying the setup cal.com repo locally on my machine and on running
    yarn dx
    I am seeing this error. Can anyone please help me regarding this ?
    z
    • 2
    • 1
  • r

    Rohan Rajpal

    04/22/2022, 4:46 AM
    Hey, after pulling latest main, I’m getting this error
    Copy code
    @calcom/web:start: <https://next-auth.js.org/errors#no_secret> Please define a `secret` in production. MissingSecret [MissingSecretError]: Please define a `secret` in production.
    @calcom/web:start:     at assertConfig (/workspace/node_modules/next-auth/core/lib/assert.js:26:14)
    @calcom/web:start:     at NextAuthHandler (/workspace/node_modules/next-auth/core/index.js:34:52)
    @calcom/web:start:     at NextAuthNextHandler (/workspace/node_modules/next-auth/next/index.js:21:51)
    @calcom/web:start:     at /workspace/node_modules/next-auth/next/index.js:57:38
    @calcom/web:start:     at Object.apiResolver (/workspace/node_modules/next/dist/server/api-utils/node.js:184:15)
    @calcom/web:start:     at runMicrotasks (<anonymous>)
    @calcom/web:start:     at processTicksAndRejections (internal/process/task_queues.js:95:5)
    @calcom/web:start:     at async NextNodeServer.runApi (/workspace/node_modules/next/dist/server/next-server.js:395:9)
    @calcom/web:start:     at async Object.fn (/workspace/node_modules/next/dist/server/base-server.js:477:37)
    @calcom/web:start:     at async Router.execute (/workspace/node_modules/next/dist/server/router.js:243:32) {
    @calcom/web:start:   code: 'NO_SECRET'
    @calcom/web:start: }
    I guess its because of this commit? https://github.com/calcom/cal.com/commit/f10bf382924a4665e76273b17f7f863fb30a0f60 So do we also have to set the
    NEXTAUTH_SECRET
    environment variable?
    • 1
    • 2
  • p

    Peer

    04/22/2022, 9:58 AM
    read this if you ever run into a timezone bug: https://zachholman.com/talk/utc-is-enough-for-everyone-right hilarious 🤣
    ⌚ 1
  • j

    Jeremiah

    04/22/2022, 2:44 PM
    tips?
    z
    • 2
    • 5
  • j

    Joseph Newing

    04/24/2022, 5:51 PM
    So I hope this is the right place to ask this, was just trying to get a fresh install of cal, so I cloned the repo and followed the instructions in the README.md all the migrations seemed to be created ok etc... I was able to access the db using the handy
    yarn db-studio
    command and added a dummy user in there, however I'm unable to login, after adding the user and heading to http//&lt;internal.ip.here&gt;3000 I'm greeted with a nice login page so I attempt to login using the email/password I just added into the db and I get the error: "Something went wrong" after a little digging the error is actually:
    Copy code
    <http://localhost:3000/api/auth/error?error=>
    Invalid `prisma.user.findUnique()` invocation:
    
    
      The table `public.users` doe not exist in the current database.
    a
    • 2
    • 1
  • j

    Joseph Newing

    04/24/2022, 5:53 PM
    also maybe worth noting that I'm running yarn dev with the
    NEXT_PUBLIC_DEBUG=1
    option set and i don't get any errors on the console output. ``````
  • a

    Agusti

    04/25/2022, 4:24 AM
    Hey joseph, which DATABASE_URL env do you have set? It seems it’s not pointing at the correct one. By default points to postgres:5450 which is our docker database which runs if you run yarn dx If you are using your own postgres, you need to provide the correct env var.
  • u

    Umar Nizamani

    04/25/2022, 7:07 AM
    Anyone else facing issues confirming bookings today? I keep getting an error 500 if I try to confirm a pending booking. Console logs show:
    <https://app.cal.com/api/book/confirm>
    is being called with a PATCH request and it returns an error 500.
  • h

    Hariom Balhara

    04/25/2022, 8:25 AM
    @Umar Nizamani Can you share the cal link for which you are facing the issue. It is working fine for me and I hope others too.
    u
    • 2
    • 1
  • a

    Analysed Co

    04/25/2022, 10:09 AM
    Hi, I tried searching but have not found anything relating to this. Is it possible to automatically enable Cal.com to open the calendar from the next day? I.e. today, users can book a meeting starting tomorrow. Tomorrow, they can book a meeting starting Wednesday etc.
  • b

    Broderick Hill

    04/25/2022, 10:37 PM
    Does anyone have any idea why I am getting this error when running yarn dev?
  • b

    Broderick Hill

    04/25/2022, 10:37 PM
    I am trying to spin up an instance for the first time and this is happening
  • g

    Gurkiran Singh

    04/26/2022, 12:14 AM
    Hello everyone, I have setup the cal.com repo using the Manual setup method and after running the yarn db-studio, I created a user in prisma but when I try to login using my created credentials in prisma, it gives me an error of No user account exists. I am wondering if I am doing right steps. I have added the database url of heroku. After prisma on localhost:5555, does it get automatically connected to heroku db url ? Any suggestions appreciated
  • g

    Gurkiran Singh

    04/27/2022, 12:37 AM
    UPDATE: My credentials are going in. I find out that I have to enter my password crypted not as plain otherwise it doesn't work. But now I am facing error from backend. Any suggestions ?
    h
    r
    • 3
    • 5
  • m

    Mo Firouz

    04/27/2022, 10:36 AM
    Hi guys - I’ve had a premium account, and tried to use it for a while but didn’t have much use for it. I tired to cancel my Stripe subscription but it didn’t show up on the UI, so wanted to ping here to make sure whilst I’ve deleted my account, my subscription gets deleted too with it. Can somehow help with this please?
    p
    • 2
    • 3
  • t

    Tejas Badadare

    04/27/2022, 6:36 PM
    Hey guys, when I try logging into app.cal.dev I get this response from the backend for the credentials endpoint:
    {"url":"<https://app.cal.dev/api/auth/error?error=The%20column%20%60users.role%60%20does%20not%20exist%20in%20the%20current%20database>."}
    (Uri decoded: "The column
    users.role
    does not exist in the current database") I'm also not able to access reschedule links (500 error) like this one https://cal.dev/reschedule/oJRPZagpHucdCF8jqapCrJ Anyone else facing these issues and is there a way to work around it? Any help is appreciated!
    z
    • 2
    • 2
  • j

    Jorge

    04/28/2022, 9:36 AM
    Heyđź‘‹ I'm super hype about the new app marketplace, where can I find more info? If I create a new app, is possible to monetize?
  • p

    Peer

    04/28/2022, 9:36 AM
    https://docs.cal.com/developer/app-store
  • p

    Peer

    04/28/2022, 9:36 AM
    yes please monetize!
    👍 1
    j
    l
    • 3
    • 14
1...456...45Latest