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

    Ulises Menem

    11/28/2022, 10:09 PM
    HI, I am having trouble with google calendar when trying to install the app from an iframe? I know it is something that has to be with x-frame-options, does someone know how to change the value o from x-frame-options=deny to "sameorigin"
    z
    h
    • 3
    • 3
  • i

    ito Desserts

    11/28/2022, 10:47 PM
    Hi 👋 please let me know if there is a better channel for bug reports 🙂 The issue is with our event type not picking up the right availability - is this a known issue, please? Could you help me connect with the right person and I could elaborate a bit more on the issue. Thank you!
    z
    • 2
    • 1
  • t

    Timo Rogge

    11/29/2022, 8:50 AM
    Hello everyone: Is there a way that we can see an api response object for endpoint (/bookings/{id})? I need to know if this endpoint returns the needed data 🙂
  • v

    Viraj Lakshitha Bandara

    11/29/2022, 3:15 PM
    Hi, Can I add different time durations (ex: 9 a.m. to 5 p.m.) for each date instead of passing the same duration for all days in availability through API ?
  • j

    Jakob Pupke

    11/30/2022, 11:00 AM
    Hello I was wondering if it is possible to do rescheduling using embed. The following does not work
    Copy code
    <button data-cal-link="reschedule/tTXX3qJ58FeP6McLcJTBZm">
      Reschedule
    </button>
    This will show a 404 page. Do I have manually fetch the page
    /reschedule/tTXX3qJ58FeP6McLcJTBZm
    and get the “real” link from the redirect?
    k
    m
    +2
    • 5
    • 10
  • d

    Denis Savchuk

    11/30/2022, 2:01 PM
    Hello. I have problem with passing attendees phone from booking form to backend with webhook. I can see customInputs in payload, but not a phone number. Looks like this input kind of special. How I can pass this information as part of default payload?
    c
    a
    • 3
    • 3
  • m

    Mert Yerekapan

    12/01/2022, 1:20 PM
    Hello @Peer! I’m Mert from GitStart’s open-source team. Appreciate your reviews on our PRs; engineers loved working on the cal.com repo. We merged 5 PRs last week, and six more are in review! More is coming. :) One thing that will improve velocity is getting tickets directly assigned by you which would save you time. GitStart can ship more PRs to cal.com when we work on issues that are easy for your team to scope and review but time-consuming to implement. Who would be the correct person to have a call to talk about the above and give feedback? You can use the cal.com link to make it easier, as we are in different time zones.
    p
    • 2
    • 5
  • j

    Jakob Pupke

    12/02/2022, 11:59 AM
    Why do you have a public Slack when questions from outside developers are constantly ignored? Really turns me off.
    p
    h
    • 3
    • 3
  • d

    Daniel Lee

    12/04/2022, 8:30 AM
    Hi everyone! I'm trying to self-host Cal.com. I have had success with running it in dev mode using
    yarn dev
    but I can't build it using
    yarn build
    , which is a prerequisite to running it in prod mode using
    yarn start
    . The build process is stuck on the following step:
    Copy code
    @calcom/web:build: info  - Linting and checking validity of types...
    Any ideas? I have tried repeating the process both on my dev machine (Fedora) and on a Ubuntu EC2 instance and I keep experiencing the same issue.
    h
    • 2
    • 1
  • b

    Ben Kirchner

    12/05/2022, 11:30 PM
    ❓so we are self serving and was playing with the apps. Noticed that outlook app complains about being unmanaged. Is there docs on what it requires?
  • v

    Victor PalĂŠologue

    12/09/2022, 1:53 PM
    I have just posted a bounty for an issue I wish was solved soon: https://app.bountysource.com/issues/114483666-when-scheduling-a-meeting-unexpected-character-at-line-1-column-1-of-the-json-data
  • k

    Krishna Raj

    12/11/2022, 2:15 AM
    hello! How can i get booking reference number for a booking id in API ? The
    v1/bookings/{}
    doesnt return the booking reference field. Example:
    Copy code
    {
      "booking": {
        "id": 152863,
        "userId": 28559,
        "description": "",
        "eventTypeId": 85177,
        "uid": "3sqpKHoszS747Ajz2wJcSo",
        "title": "30 Min Meeting between Nameless and Krishna Raj ",
        "startTime": "2022-12-13T14:30:00.000Z",
        "endTime": "2022-12-13T15:00:00.000Z",
        "attendees": [
          {
            "email": "<mailto:admin@example.com|admin@example.com>",
            "name": "Krishna Raj ",
            "timeZone": "Asia/Calcutta",
            "locale": "en"
          }
        ],
        "user": {
          "email": "<mailto:reach.krajs@gmail.com|reach.krajs@gmail.com>",
          "name": null,
          "timeZone": "America/Detroit",
          "locale": "en"
        },
        "status": "ACCEPTED"
      }
    }
    goal is to get the session details.
  • m

    Michael Edlich

    12/12/2022, 10:21 AM
    Hi all !!! I did a fresh installation on a server and despite 4 cpu and 8 GB of memory cal.com is very slow. It obviously consumes a lot of CPU. How could I solve this? (268% CPU when accessing the app)
    p
    z
    a
    • 4
    • 10
  • t

    Travis Hamilton

    12/12/2022, 7:43 PM
    Hi, all! https://cal.com/api/trpc/viewer.public.session,viewer.public.slots.getSchedule?b[…]values%22%3A%7B%22duration%22%3A%5B%22undefined%22%5D%7D%7D%7D%7D This url returns available 15mins time slots of this month I can't find documentation about this api. How can I get available time slots using cal.com api according to Timezone, Event Type, Start Time, and End Time?
    a
    • 2
    • 3
  • a

    Aaron Jenkins

    12/13/2022, 9:28 PM
    Hey all, any other railway.app users? i got my instance of cal up and running on railway.app following the main instructions. But I am wondering is it possible to run @calcom/web and @calcom/api on the same instance? the start up command i am using is
    turbo run start --scope=@calcom/web --scope=@calcom/api
    that only seems to start the web project
    z
    a
    • 3
    • 10
  • j

    Josh

    12/14/2022, 7:33 PM
    hi folks… i’m a self-hoster, getting ready to deploy cal.com to my small personal AWS infra using a docker-based infra model. in the process of configuring my cal.com instance, i noticed these two Stripe config values are not parameterized to environment values like all the others. i’m working on a PR to enable this. hopefully someone can let me know if there seems to be any problems with this idea? https://github.com/calcom/cal.com/blob/main/packages/prisma/seed-app-store.ts#L282-L283
  • j

    Josh

    12/14/2022, 8:19 PM
    PR is here: https://github.com/calcom/cal.com/pull/6024
    c
    • 2
    • 1
  • b

    Bram

    12/16/2022, 12:39 PM
    Hi, I’m on a self-hosted cal.com. After making some changes in the
    .env
    file the changes are not visible in the app. Is it possible that the values are cached? What can I do to force reloading the .env? Rebuilding the app does not help.
  • b

    Bram

    12/16/2022, 2:52 PM
    When starting the app I get the following message:
    Copy code
    @calcom/web:start: warn(prisma) Conflict for env vars CALCOM_LICENSE_KEY, DATABASE_URL, NEXT_PUBLIC_WEBAPP_URL, NEXT_PUBLIC_WEBSITE_URL, NEXT_PUBLIC_CONSOLE_URL, NEXT_PUBLIC_EMBED_LIB_URL, SAML_DATABASE_URL, SAML_ADMINS, PGSSLMODE, NEXTAUTH_URL, NEXTAUTH_SECRET, NEXTAUTH_COOKIE_DOMAIN, CALCOM_TELEMETRY_DISABLED, CRON_API_KEY, CALENDSO_ENCRYPTION_KEY, NEXT_PUBLIC_INTERCOM_APP_ID, NEXT_PUBLIC_ZENDESK_KEY, NEXT_PUBLIC_HELPSCOUT_KEY, SEND_FEEDBACK_EMAIL, SENDGRID_API_KEY, SENDGRID_EMAIL, TWILIO_SID, TWILIO_TOKEN, TWILIO_MESSAGING_SID, TWILIO_PHONE_NUMBER, NEXT_PUBLIC_SENDER_ID, NEXT_PUBLIC_IS_E2E, NEXT_PUBLIC_STRIPE_PRO_PLAN_PRICE, NEXT_PUBLIC_STRIPE_PREMIUM_PLAN_PRICE, NEXT_PUBLIC_IS_PREMIUM_NEW_PLAN, NEXT_PUBLIC_STRIPE_PREMIUM_NEW_PLAN_PRICE, STRIPE_TEAM_MONTHLY_PRICE_ID, STRIPE_WEBHOOK_SECRET, STRIPE_PRIVATE_KEY, STRIPE_CLIENT_ID, API_KEY_PREFIX, EMAIL_FROM, EMAIL_SERVER_HOST, EMAIL_SERVER_PORT, EMAIL_SERVER_USER, EMAIL_SERVER_PASSWORD, NEXT_PUBLIC_TEAM_IMPERSONATION, CLOSECOM_API_KEY, SENDGRID_SYNC_API_KEY, NEXT_PUBLIC_SENTRY_DSN, SENTRY_IGNORE_API_RESOLUTION_ERROR, NEXT_PUBLIC_APP_NAME, NEXT_PUBLIC_SUPPORT_MAIL_ADDRESS, NEXT_PUBLIC_COMPANY_NAME in ../../.env and ../../packages/prisma/.env
    @calcom/web:start: Env vars from ../../packages/prisma/.env overwrite the ones from ../../.env
    c
    • 2
    • 1
  • u

    Ulises Menem

    12/16/2022, 5:36 PM
    Hi, I am on the self hosted cal. I am having trouble to add inputs to a new event. When I go to the advanced option inside the event and select additional inputs they are not being saved. Does someone have a fix for this?
  • y

    Yoel Lapscher

    12/17/2022, 3:32 PM
    FYI I saw this message when trying to rebook with @Shiraz Dole
    p
    • 2
    • 5
  • m

    Matthew Campbell

    12/20/2022, 5:55 AM
    We want to have packages like 10 appointments paid. However looking at code the payment is really hard coded to Stripe, you can't even easily swap out payment providers. Has anyone implemented a credit system or give some pointers on what would need to change?
    a
    m
    • 3
    • 2
  • s

    Slackbot

    12/22/2022, 2:09 PM
    This message was deleted.
    p
    a
    • 3
    • 2
  • s

    Shiraz Dole

    12/23/2022, 2:43 PM
    Hello everyone! The Cal.com team will be on holidays until January 3rd and support response time will be slow 🙏🏽 We appreciate everyones patience and wish you all a happy holidays as well! cal
  • c

    Carson

    12/24/2022, 4:22 AM
    Yo, where do we submit feature requests? One of the things I know calendly doesn't do is an overall booking quantity limit. Yes, both cal.com and calendly provide a per-event type limit, as in, only allow up to 3 of Event A per day. What I'm looking for are daily (maybe weekly, monthly) limits on all meeting types. For example: Event A: daily limit of 3 Event B: daily limit of 2 Overall daily limit: 1 So if a user books any event, I will show up as unavailable for that day, because my overall daily limit has been reached. It might also be cool to have these put into "booking limit groups". For example: GROUP 1 Event A: daily limit of 3 Event B: daily limit of 2 Group 1 daily limit: 1 Event C: daily limit of 5 And if a user books an event A or B, that group's limit will have been reached, an no longer show as available. However, event C, not being part of the Group Limit, will still be able to be booked up to 5 times per day. This would be SO COOL!!
    p
    l
    • 3
    • 3
  • p

    Peer

    12/25/2022, 11:26 AM
    we havent implemented priority yet
    i
    • 2
    • 8
  • b

    BGDV Ateliers

    12/28/2022, 4:13 AM
    Hey folks. Has anyone got a good resource for the initial setup on the infrastructure other than the developer docs? For instance, videos, or blog link etc.
    p
    • 2
    • 5
  • a

    Aleksandr Bocharov

    12/28/2022, 11:30 AM
    Hi there, i want to know to build custom app like routing-forms. Can someone help or are there any relevant docs?
  • k

    Keshav Agarwal

    12/28/2022, 12:37 PM
    How can I add Google tag manager to my self hosted instance?
    p
    h
    • 3
    • 2
  • y

    Yusef

    01/02/2023, 12:43 PM
    Hey @Carina Wollendorfer - Hope you're having a good holiday - for when you're back, Milos has recommended I give you a shout here about the Zap not picking up bookings. I believe the setup is correct, let me know if you want me to forward you the original ticket, and I'm happy to help you diagnose this if you want to screenshare etc.
    c
    • 2
    • 10
1...131415...22Latest