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

    Peer

    02/01/2022, 2:32 PM
    you cant upgrade on self-hosted
    s
    z
    • 3
    • 3
  • s

    Shyam Girish

    02/01/2022, 2:36 PM
    Hey folks, I had a slightly broad question and couldn’t decide which channel is appropriate 😅 I’m looking at building something that a) handles event scheduling b) links up to a payment gateway(razorpay) to collect payments c) shows a confirmation page after. I’d also need a place to manage these bookings My question 1. Do I build it myself using cal.com self hosting method? 2. Can I accomplish this using the cal.com per month product? I’d appreciate any advice on this! Thanks
    p
    v
    a
    • 4
    • 10
  • s

    Saurabh

    02/05/2022, 3:57 PM
    is web3 page not available locally? http://localhost:3000/web3 Gives me 404
    p
    • 2
    • 3
  • v

    Vatsal

    02/05/2022, 5:36 PM
    Hi, I am using the /api/availability/eventtype api to create an event type for the user, which takes an object containing the event details. I was wondering if there is a way to create more than one event type at once. Basically, if I could pass an array of objects instead of just one object, or something similar. If there is any other solution, kindly point me to it. I am using axios to send the requests. Thank you
    v
    p
    • 3
    • 2
  • r

    Ritvij Sharma

    02/06/2022, 6:41 PM
    I was trying to setup the project but am facing this problem when running
    yarn dx
    Copy code
    35: 0x10554a708 Builtins_JSEntry [/Users/ritvij14/.nvm/versions/node/v14.15.5/bin/node]
    36: 0x150008000 
    
    An error occured while running the seed command:
    Error: Command was killed with SIGABRT (Aborted): ts-node ./prisma/seed.ts
    error Command failed with exit code 1.
    info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
    error Command failed with exit code 1.
    info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
    ERROR: "db-seed" exited with 1.
    error Command failed with exit code 1.
    info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
    ERROR: "db-setup" exited with 1.
    error Command failed with exit code 1.
    info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
    p
    a
    • 3
    • 6
  • d

    Demian N

    02/06/2022, 10:54 PM
    I'm trying to give a hand with #1711 (dark mode flickr) and wondering if the dark mode is fully integrated in a different branch than main. I was able to reproduce the issue but I have to manually inject a dark class within the body tag to trigger the dark mode. I might be lost in finding the right setting here. Under my profile page, I can see I should be able to switch my Cal theme (might be there) but it is still a dimmed setting. Is it any other place I should check to set dark mode or am I right to manually edit the code to turn it on by now?
    p
    • 2
    • 1
  • v

    Viacheslav Mykhailenko

    02/07/2022, 3:10 PM
    Hi, guys, we are developing platform with Ar/En localization and i noticed that ar is not localised, maybe someone already did it or is going to do that?
    p
    a
    • 3
    • 6
  • a

    apfsx

    02/09/2022, 10:58 PM
    Could anyone with experience give pointers to how the application is structured or if there is any more developer docs pertaining to making functionality changes? Like for example where to start changing teams scheduling to only allow requests from other team members? and only allowing app to work with registered users? possibly add custom form to specify location? i'd like to use cal to schedule shared facility at our shop.
    p
    • 2
    • 2
  • v

    Vatsal

    02/10/2022, 2:49 PM
    Hi all, I am getting the following error while trying to create a booking: 143448.889 timeZoneName ERROR [api] book:user Booking 124 failed Error when saving booking to db Unknown arg
    locale
    in data.attendees.createMany.data.0.locale for type AttendeeCreateManyBookingInput. Did you mean
    name
    ? Argument data.destinationCalendar.connect of type DestinationCalendarWhereUniqueInput needs at least one argument. Any idea what's going wrong?
    p
    • 2
    • 3
  • d

    Demian N

    02/10/2022, 4:30 PM
    Have anyone thought about having a CLI for Cal? I imagine for example being useful for many sort of implementations. IDE extensions or perhaps a nice terminal CLI to list events, bookings, etc right there in your terminal. I believe the dev community will love this.
    p
    • 2
    • 1
  • j

    Joshua Liu

    02/10/2022, 8:47 PM
    seeing some build issues, are these intentional?
    yarn install
    modifies files. looks like a prettifier for ./prisma
    yarn install --production
    is missing zod-prisma
    d
    • 2
    • 3
  • d

    Demian N

    02/10/2022, 11:15 PM
    Turbo, very nice!
    ❤️ 1
    p
    z
    • 3
    • 5
  • v

    Vivek Bijlwan

    02/11/2022, 1:56 PM
    Hi The “yarn build” command is failing with the attached error. Request to please provide a resolution to successfully build.
    calendso_setup_error.txt
    p
    • 2
    • 4
  • a

    Ankit

    02/11/2022, 7:37 PM
    Hi 👋 I have been working on this issue - https://github.com/calcom/cal.com/issues/1801 . And have made the changes to the logic to handle the case when the user is away. Can anyone please tell me why do we use a async call here - https://github.com/calcom/cal.com/blob/63bd9a120253053b84483cd5a1e03e04d78ed0c7/apps/web/pages/%5Buser%5D.tsx#L75 because of the call that we make we will be able to move to next component which handles booking the time using the calendar view which should not happen (I think). I have attempted to to fix the issue can someone take a look at my PR - https://github.com/calcom/cal.com/pull/1817
    p
    z
    • 3
    • 4
  • a

    Ankit

    02/11/2022, 10:09 PM
    Please take a look at this PR - https://github.com/calcom/cal.com/pull/1827 for the issue - https://github.com/calcom/cal.com/issues/1822
    p
    a
    • 3
    • 4
  • l

    Lalitha

    02/12/2022, 11:59 AM
    Hey, is this app available for free?
    p
    • 2
    • 1
  • p

    Peer

    02/14/2022, 3:52 PM
    anyone here with CalDav experience who would like to help out @Nathaniel Lin with some #caldav bugfixes? 👋
    a
    • 2
    • 2
  • v

    Vivek Bijlwan

    02/14/2022, 5:42 PM
    With the recent changes, I cannot locate the page which was previously https://github.com/calcom/cal.com/blob/main/calendso.yaml Where has the API documentation gone? Can someone please direct me to the replacement page?
    z
    • 2
    • 1
  • c

    Christian Rütgers

    02/21/2022, 7:33 AM
    self hosted cal is properly sending mail for anybody except for one user. Any suggestions?
    p
    • 2
    • 7
  • d

    Dr Bela Prasad

    02/22/2022, 9:12 AM
    Hiya, I was wondering if it is possible to change the text in the email booking confirmation? I would like the meeting invite to not include email addresses of the attendees, so their email addresses remain private. Thanks, Bela
    p
    • 2
    • 16
  • d

    Demian N

    02/22/2022, 7:20 PM
    I think we could benefit for adding more integration tests to the roadmap. I agree that having too much tests (specially unit) can slow down development but the volume of the current test cases I think is a little bit skinny. RFC? Personally I would also love to have Storybook in the stack, specially to stress the complexity of some Cal's calendar-based components.
    p
    • 2
    • 3
  • v

    Vikram

    02/22/2022, 9:56 PM
    Any guidance on building a custom frontend for booking? I know there is no API currently but wondering if anyone has any experience with this. We would like to have a custom flow for our customers and ask questions about the meeting along the way. For example we want to let users select how long they want a meeting to be (15min, 30min, 1hour)
    b
    a
    • 3
    • 4
  • n

    Nahuel Bulla

    02/23/2022, 7:41 PM
    Hi y’all! Does anyone know which variable is missing here? Where says “undefined” before username… I cannot figured out!
    a
    • 2
    • 1
  • c

    Chris

    02/23/2022, 11:17 PM
    I can't seem to use
    yarn db-studio
    to access Prisma and modify the database. Any suggestions on how to resolve
    db-view
    not being found?
    z
    d
    • 3
    • 3
  • f

    Frederic Christ

    02/24/2022, 10:53 AM
    How do you make breakpoints work inside your vscode development setup? I'm trying to hunt a bug regarding
    caldav
    . For instance in
    apps/web/lib/integrations/calendar/service/BaseCalendarService.ts
    d
    • 2
    • 10
  • v

    Vivek Bijlwan

    02/24/2022, 2:37 PM
    Hello I am on self-hosted. I want to get the bookings done for a user. I have seen at /cal.com/apps/web/pages/api/ and https://github.com/calcom/cal.com/blob/main/apps/web/calendso.yaml but I am not able to figure out which API would support getting the upcoming/past booking details of a user. Can someone please direct me. Thanks in advance.
    p
    • 2
    • 6
  • s

    Slava Kurilyak

    02/28/2022, 7:39 PM
    I would like to report a bug (or feature request) with Cal. One of my clients scheduled and cancelled an event with me. When I went to check on my Google Calendar, I noticed the event was showing on my schedule. In other words, Cal did not delete my Google Calendar event. When I clicked on the “Need to reschedule or cancel” link, I saw that the “This booking was already cancelled.” I assume that Cal has user permissions to delete events on Google Calendar. If so, then the event should be deleted and should not appear on my schedule. If Cal does not have user permissions to delete events on Google Calendar, then it would be great if Cal user interface shows “allow Cal to modify or delete events”.
    p
    • 2
    • 3
  • d

    David Egas

    02/28/2022, 9:39 PM
    Good afternoon, i am new to calendso and i would like help with a question i have, can you create multiple events with self-hosted?
    p
    • 2
    • 1
  • t

    Thang Vu

    03/01/2022, 4:30 AM
    Hello, team! I’m very excited to join the community. I have a question for setting up the development environment. I followed the instruction here: https://github.com/calcom/cal.com#development: copied the
    .env
    files and ran
    yarn dx
    , but I got:
    Copy code
    @calcom/web:dx:     '  error: Environment variable not found: DATABASE_URL.\n' +
    @calcom/web:dx:     '  -->  schema.prisma:6\n' +
    @calcom/web:dx:     '   | \n' +
    @calcom/web:dx:     ' 5 |   provider = "postgresql"\n' +
    @calcom/web:dx:     ' 6 |   url      = env("DATABASE_URL")\n' +
    @calcom/web:dx:     '   | \n' +
    @calcom/web:dx:     '\n' +
    This error is gone if I add
    DATABASE_URL
    to
    apps/web/.env
    . Am I (or the docs) missing anything? 🤔
    p
    a
    z
    • 4
    • 18
  • m

    Manuel Biermann

    03/02/2022, 6:58 AM
    Hey guys, is there by now a way to track bookings via a LinkedIn pixel? Is there an event I can listen to when a booking goes through somehow?
    p
    • 2
    • 1
12345...22Latest