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

    Astor Ayestas

    05/13/2022, 7:00 PM
    Hello, everyone, there is an alternative to using the @calcom/embed-react lib in the cal self-hosting version?.
    a
    • 2
    • 2
  • a

    Astor Ayestas

    05/13/2022, 9:28 PM
    Hello everyone, there is a way to use the action bookingSuccessful using the @calcom/embed-react lib?. The documentation only shows using plain javascript. I tried using a window.addEventListener inside of an useEffect but without success.
    useEffect(() => {
    window.addEventListener("bookingSuccessful", handleBooking);
    console.log("test");
    // cleanup this component
    _return_ () => {
    window.removeEventListener("bookingSuccessful", handleBooking);
    };
    }, []);
    h
    • 2
    • 27
  • y

    Yeder

    05/16/2022, 9:30 PM
    Hello everyone App table is empty, what values should it have for the Google Calendar Api to work?
    z
    • 2
    • 3
  • h

    Hassan Ali

    05/17/2022, 5:51 AM
    i am running the server with
  • h

    Hassan Ali

    05/17/2022, 5:51 AM
    https://www.iis.net/downloads/microsoft/application-request-routing
  • h

    Hassan Ali

    05/17/2022, 5:51 AM
    and its seems laggy on request and response
  • h

    Hassan Ali

    05/17/2022, 5:51 AM
    how can i make it faster and how can i deploy the build version
  • d

    Dominic Monn

    05/17/2022, 1:43 PM
    If we have someone's Cal.com link (which we use for embedding), is there any way for us to programmatically get the next available spots without asking for the API key and all that stuff?
  • g

    Gilles Rasigade

    05/17/2022, 3:51 PM
    Hi everyone! πŸ‘‹ . We are trying the Cal.com service and tested the API but the only response we have for now is
    Copy code
    {
      "message": "Something went wrong",
      "error": {
        "clientVersion": "3.10.0"
      }
    }
    The request is:
    Copy code
    curl <https://api.cal.com/v1/event-types?apiKey=xxx>
    As shown here: https://developer.cal.com/api/quick-start --- Would you have any advice to have it working? Is there any known limitation for free trial accounts? Thanks in advance for your help πŸ™
    πŸ‘ 1
    z
    a
    • 3
    • 8
  • n

    Nahuel Bulla

    05/17/2022, 10:50 PM
    Hello, does anyone is getting this error? The availability endpoint is throwing a 500 error… Everything looks right inside event types and the availability settings…
    h
    • 2
    • 1
  • p

    Patrick DePippo

    05/18/2022, 12:43 PM
    Is it possible to set availability on a per team basis?
  • p

    Patrick DePippo

    05/18/2022, 1:05 PM
    or is it possible to specify a schedule when showing someone your availability?
  • a

    Al Han

    05/18/2022, 1:23 PM
    Hi, I have a local version of cal.com running but can’t seem to figure out how to make REST calls? Does the open source version have an accessible API and how do I use it. http://localhost:3000/v1/bookings?apiKey=xxxx doesn’t seem to work.
    n
    p
    • 3
    • 5
  • a

    Al Han

    05/18/2022, 1:59 PM
    I’m not understanding that if cal.com is open source, why would I need a license to add it to a private repo or to get API functionality?
  • l

    Luke Harries

    05/18/2022, 4:35 PM
    @zomars I spoke with @Peer and he asked me to tag this for you: https://calendso.slack.com/archives/C01NXDSRY9W/p1652890671471569
    z
    • 2
    • 6
  • s

    Sherwin

    05/18/2022, 11:41 PM
    Got a general question. If I am hosting cal.com in my own infrastructure and i have my own oauth2 server, can i use that instead of the default user db that comes out of the box? this is for when user's are booking appointments and they have the option to create an account
    m
    • 2
    • 2
  • l

    Luke Harries

    05/19/2022, 5:28 PM
    Hi, the pre-filling doesn't seem to be working correctly? It flashes the email and then removes it. I've added a loom video and steps to reproduce here: https://github.com/calcom/cal.com/issues/2823
    z
    • 2
    • 3
  • a

    Arun Kumar

    05/20/2022, 2:40 PM
    https://calendso.slack.com/archives/C01NXDSRY9W/p1653057470346029 PS: I think this is the right channel to post this message.
  • n

    Nahuel Bulla

    05/20/2022, 5:05 PM
    Hello… I’m looking at my console and see that it takes too long to answer when booking something. Does anyone knows whats in the middle of this? Why it takes too long to confirm the booking?
    z
    • 2
    • 7
  • a

    Astor Ayestas

    05/24/2022, 1:11 PM
    Hello everyone, I am experimenting an issue with the library @calcom/embed-react when I updated from version 1.0.2 to 1.0.5 in an Ionic v6 project with react 17. https://github.com/calcom/cal.com/issues/2858
    z
    h
    • 3
    • 3
  • m

    Maria Westergaard

    05/25/2022, 2:20 PM
    Hi, I just signed up to Cal.com and I’m trying to set up my first schedule but it all comes up as β€œfully booked” for the first 14 days. After that it seems to work like normal. Apologise if this is not the right place to ask for help, if so please let me know who to ask. Thanks, Maria
    m
    • 2
    • 12
  • m

    Muhammad Abdullah

    05/26/2022, 2:13 PM
    Hi, I am looking into Cal.com for my company. From the docs I have found Postgres to be pre-requisite. We use MongoDB and is there any way we can use mongo db instead of postgres. Thanks.
    z
    a
    • 3
    • 14
  • m

    Mike Etlinger

    06/01/2022, 4:11 PM
    Hey all, πŸ‘‹ Cal.com is super interesting. Love the stack you went with 😍 I'm starting to poke around and I have some questions: 1. White Label Experience - Is it currently possible to white label the entire process of setting your availability, connecting Google cal and other calendar integrations without logging in at a cal.com instance? Can you point me in the right direction to read about how users integrate/authenticate their various calendars without leaving the current domain? 2. UI Widgets - Are there plans for UI widgets other than the booking calendar? For example, creating an availability? 3. Local Proof of Concept - nvm, I see you need a license. I was confused because it's only local dev and not deployed but I get the license requires it now. From my understanding, to access the API during local dev, we need a commercial/infrastructure license, is that right?
    ❀️ 2
    • 1
    • 1
  • a

    Astor Ayestas

    06/02/2022, 1:32 PM
    Hey do you guys have an example of how to use the actions with the react library "@calcom/embed-react"?
    h
    • 2
    • 2
  • h

    Hugh Esco

    06/02/2022, 6:29 PM
    Judging from what appears to have maybe been an automated or templated message from GreetBot, perhaps this question would be better posted in this channel than in #general; . . . I have tried to install cal.com using the docker instructions, and now manually on an ubuntu based container. On the manual install was the first time I got a successful installation of the yarn dependencies. But on each attempt I keep getting caught on the step where the git submodules are to be cloned. Is a 2FA token I create on my own github account supposed to work somehow on repo's hosted on another account? Do I need to first fork these repos so I can access them on my own account, updating the repo urls in the .gitmodules file in the primary repo? Are these submodules add-ons I should consider disabling somehow to complete a minimum viable installation of the application? Please advise.
    c
    • 2
    • 4
  • b

    Bjorn van den Akker

    06/03/2022, 9:40 AM
    Hi there, I couldn’t find anything about this in the docs; Is it possible to use the API on a self-hosted Cal instance without a license? And if not, what kind of license do you need? I can’t find any information about this
    p
    • 2
    • 2
  • g

    Gurkiran Singh

    06/06/2022, 12:47 AM
    Hey everyone, I wanted to work on this feature https://github.com/calcom/cal.com/issues/1909, before I start to work on this, I have few questions: β€’ Are we achieving this functionality natively (without the use of any external library) or is it okay if I use one (for eg: react-markdown) ? β€’ How's the UI for markdown textarea gonna look like ? Like slack's textarea or github's textarea ? Please, let me know any other suggestions if I am missing something.
  • m

    Mike Etlinger

    06/06/2022, 2:10 AM
    hey all, can anyone answer these questions for me? πŸ™ https://calendso.slack.com/archives/C01V37YT188/p1654099906351259
  • s

    Samuel Reed

    06/07/2022, 10:35 PM
    Hi all, Is it possible to self host cal.com on something other than localhost? When I try to change the NEXT_* URLS I still end up with issues. After running "Yarn dx" I get this message 'ready - started server on 0.0.0.0:3000, url: http://localhost:3000' which indicates that some variable is not being set with the proper URL. Furthermore, when I try to interact with the app I get an ECONNREFUSED error. Thanks in advance
    a
    • 2
    • 4
  • h

    Hugh Esco

    06/08/2022, 10:30 PM
    In this thread, I was advised that the submodules are not required for the build: https://calendso.slack.com/archives/C01V37YT188/p1654194597641899 However, using the manual build process, the
    yarn dx
    step seems to want to invoke the git modules. Is there some way to over-ride this?
    z
    h
    • 3
    • 2
1...456...22Latest