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

    Orlando E.

    07/07/2022, 7:55 PM
    Does the open source code allow me to self-host in my own app/service without needing to pay a monthly fee? Or do I still need to pay the monthly infrastructure fee?
    z
    m
    • 3
    • 2
  • m

    matt

    07/08/2022, 12:04 AM
    very confused, why can't we use our own prisma postgresql to sign up in cal.com
  • m

    matt

    07/08/2022, 12:04 AM
    like why is that component missing
  • m

    matt

    07/08/2022, 12:04 AM
    this is the weirdest licensing i've ever seen
  • m

    matt

    07/08/2022, 12:04 AM
    $200/mo to enable a signup form? what is this
  • m

    matt

    07/08/2022, 12:06 AM
    like i see it there in auth/signup but it just redirects to 404?
  • z

    zomars

    07/08/2022, 3:35 AM
    Happy to solve all your questions @matt this is an open source project under the AGPLv3 License. You don't have to use cal.com and you don’t have to get a license key to use it. If you self host you can use your own postgres db and you can implement your own signup. The only condition is that you need to make your code open source as well. That’s what AGPLv3 License is mostly about. The only really “restricted” code is the code under
    apps/web/ee
    and
    packages/stripe
    since those are considered “enterprise features”. This is similar to GitLab where you can self host your own instance for free but you need a subscription to unlock enterprise features. I hope this covers most of your questions and feel free to reach out if you have more. May you be well 🙏
    ❤️ 1
    m
    • 2
    • 9
  • k

    Kshitiz Kamal

    07/08/2022, 5:50 AM
    Hey <!here> 👋 . I am in the process of exploring Cal.com for a custom solution but unable to find exactly what I was looking for on the website or docs. Basically, my company wants to design a platform where customers can register/signin and create/manage their appointments. We will ask for a small fee for this service. Is Cal suited for this application? I already went through the API docs and it seems like using it we can only manage the cal.com account for personal usage using the APIs but how do we go about adding different users through a custom signup process and managing their subscriptions. Any help would be appreciated. Thanks 🙏
    a
    • 2
    • 2
  • j

    Josh

    07/08/2022, 10:21 AM
    Hi guys, having a weird bug; seems to have only started in the last few days. I'm set up with a calendar on CalDAV. Nextcloud hosted on a VPS. Got that integrated with cal.com. It was working great for a few weeks. Then, all of the sudden, cal.com wouldn't let me make changes to my cal.com events that were integrated with my CalDAV calendar. Before hand, it was working great, adding events to my calendar w/o issue. But now, if I go into the Event editor or cal.com, if I make any changes that requires the system to to a CalDAV call, clicking "Update" will fail. Under normal circumstances, clicking update brings me back out to https://app.cal.com/event-types to see all events, but when this fails (which it does with any calendar linked to my CalDAV server), I'll click "Update", and nothing will happen. Going into dev tools, I see that this error in the attached photo is coming up. I haven't made any changes to my CalDAV server, and all my other CalDAV integrations seem to be working; also, cal.com seems to be reading my calendars fine. It's catching and blocking out events. Just seems like the interface on the editor isn't working. Any advice here? Is this a bug I should file? Any idea why it only stopped working recently while it was working fine just a bit over a week ago? Thanks!!
    • 1
    • 1
  • b

    Bill Garcia

    07/08/2022, 5:57 PM
    Hello, we are self-hosting cal.com. We previously did when it was calendly. With the new version, I see that it gets launched with a trial. So even if we self-host cal.com, if we want more than one meeting type, we need to start paying for a license?
    p
    • 2
    • 4
  • p

    Peer

    07/10/2022, 7:44 PM
    Hey community! We’ve re-introduced GitHub Discussions to make it easier for everyone to find help or contribute. Especially questions around self-hosting can be discussed here: https://github.com/calcom/cal.com/discussions/categories/self-hosting
    ❤️ 8
  • h

    Haden

    07/12/2022, 7:45 AM
    I’m getting an
    Invalid client_id parameter
    error when trying to install the Slack app on the hosted instance of Cal. Not sure if this belongs as a GitHub issue or if here is better, since it’s presumably just an issue with the hosted version and not at code level. Client ID:
    0ddb7ba637d4d93d7535dc5199ba9707
    Full generated authorization link:
    Copy code
    <https://slack.com/oauth/v2/authorize?client_id=0ddb7ba637d4d93d7535dc5199ba9707&scope=commands%2Cusers%3Aread%2Cusers%3Aread.email%2Cchat%3Awrite%2Cchat%3Awrite.public&user_&tracked=1>
    p
    s
    • 3
    • 4
  • m

    Mark Z.

    07/12/2022, 5:01 PM
    I ran into an error when building 1.7.7 where prisma couldn't find my DATABASE_URL variable (even when it was there). I upgraded from Node 14.20.0 to 16.16.0 and the problem went away - just an FYI!
    @calcom/prisma:build:   error: Environment variable not found: DATABASE_URL.
    @calcom/prisma:build:   -->  schema.prisma:6
    @calcom/prisma:build:    |
    @calcom/prisma:build:  5 |   provider = "postgresql"
    @calcom/prisma:build:  6 |   url      = env("DATABASE_URL")
    @calcom/prisma:build:    |
    🙏 3
    ❤️ 4
    p
    • 2
    • 1
  • s

    Soufiane AIT AKKACHE

    07/12/2022, 6:33 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 ?
  • l

    Levente Kazó

    07/13/2022, 12:29 AM
    Hey there! I’ve been trying to setup cal.com, but I keep running into the same issue. Which is running out of memory.
    Copy code
    @calcom/web:build: <--- Last few GCs --->
    @calcom/web:build: 
    @calcom/web:build: [44501:0x4fcf6d0]   117157 ms: Mark-sweep (reduce) 990.5 (1008.6) -> 989.7 (1008.6) MB, 1712.7 / 0.0 ms  (average mu = 0.137, current mu = 0.011) allocation failure scavenge might not succeed
    @calcom/web:build: [44501:0x4fcf6d0]   118985 ms: Mark-sweep (reduce) 991.0 (1008.8) -> 990.3 (1009.3) MB, 1415.0 / 0.0 ms  (+ 3.0 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 1458 ms) (average mu = 0.181, current mu = 0.224) al
    @calcom/web:build: 
    @calcom/web:build: <--- JS stacktrace --->
    @calcom/web:build: 
    @calcom/web:build: FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
    @calcom/web:build:  1: 0xb0a860 node::Abort() [/root/.nvm/versions/node/v16.16.0/bin/node]
    I tried using
    export NODE_OPTIONS...
    , i tried adding the flag to
    node_modules/.bin/turbo
    , i tried adding the flag to
    package.json
    , but nothing works. Anyone who has bee running into this issue and has a solution?
    d
    m
    +2
    • 5
    • 8
  • m

    Martin Collignon

    07/13/2022, 8:29 AM
    Is there anyway for cal.com to use url parameters to fill out fields like name and email?
    b
    • 2
    • 3
  • l

    Levente Kazó

    07/13/2022, 11:55 AM
    Another issue I keep running into is the URLs, I tried setting
    NEXT_PUBLIC_WEBAPP_URL
    ,
    NEXT_PUBLIC_WEBSITE_URL
    ,
    NEXTAUTH_URL
    ,
    BASE_URL
    to either the public IP (instead of
    localhost:3000
    ), and to a domain as well, but whenever I run
    yarn build
    and then
    yarn start
    , it always starts on localhost:3000. Even
    yarn dev
    starts on localhost:3000.
    d
    • 2
    • 1
  • m

    Mike Lewis

    07/13/2022, 10:32 PM
    Is anyone else experiencing Zoom issues? I’ve had multiple meetings scheduled today where a Zoom link couldn’t be added to the event by cal.com, but the meeting was successfully scheduled in my Zoom account.
  • m

    Mikayel Harut

    07/13/2022, 10:48 PM
    just fyi this is happening
    z
    p
    • 3
    • 5
  • m

    Mike Lewis

    07/14/2022, 3:01 AM
    Can anyone help explain why this is occutring when I try to reschedule a meeting?
    p
    • 2
    • 1
  • p

    Peer

    07/14/2022, 12:43 PM
    tomorrows new v.1.8 is gonna be HUUUUGE! 🎉 massive stability / performance improvements + 3 MAJOR feature releases 🔥
    🎉 2
    🎉 9
    🚀 3
    s
    s
    g
    • 4
    • 7
  • r

    Rebecca Cotton-Weinhold (Virtual Identity)

    07/14/2022, 1:45 PM
    Hi, when creating team meetings, is is somehow possible to hide the bottom section which allows to pick a meeting with specific team members?
    p
    • 2
    • 3
  • m

    M

    07/15/2022, 5:42 PM
    Anyone else with 404s on meeting pages? It also seems to think all usernames are available
    ✅ 1
    👀 1
    a
    p
    z
    • 4
    • 7
  • r

    Raifal Sebastian

    07/15/2022, 6:30 PM
    👋 Hi everyone!
    👋 1
  • p

    Peer

    07/15/2022, 7:45 PM
    exactly, v.1.8 just released!! https://twitter.com/calcom/status/1548030653144305664
    🎉 8
    a
    • 2
    • 8
  • p

    Patrick DePippo

    07/15/2022, 7:51 PM
    congrats looks amazing! Can i watch a demo video on routing anywhere
    p
    h
    • 3
    • 5
  • d

    Dave Maloney

    07/16/2022, 2:35 PM
    Anybody else?
    a
    p
    a
    • 4
    • 5
  • e

    Ed

    07/17/2022, 12:10 PM
    Does Cal support one way syncing? Syncing to a read-only google calendar is causing issues.
  • j

    James O'Malley

    07/17/2022, 2:49 PM
    Just so you know, there seems to be a problem when you book something with someone who has an apostrophe in their name.
    g
    • 2
    • 3
  • k

    Krishna Raj

    07/17/2022, 7:40 PM
    👋 What is the latest stable version pls ? I m using the very latest v1.8.0 which seem to have issues.
1...91011...45Latest