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

    Timo Rogge

    03/08/2023, 1:47 PM
    Hello, one small question. Is it possible to deactivate google fonts in booking mails on selfhosted version?
  • a

    alka tiwari

    03/08/2023, 9:40 PM
    Greetings everyone i am getting "error command yarn run build'' exited with 1" while building the app
    l
    • 2
    • 3
  • a

    Abhinav kumar

    03/10/2023, 6:14 AM
    hello i am getting this error in booking(POST) api, can you please help, it's urgent { "message": "\nInvalid
    prisma.eventType.findUniqueOrThrow()
    invocation:\n\n\nThe column
    Host.id
    does not exist in the current database." }
    d
    • 2
    • 1
  • d

    Duncan Colville

    03/10/2023, 8:38 AM
    api-main.zip
    api-main.zip
  • d

    Daniel Peixoto

    03/10/2023, 12:34 PM
    Hey! Does anyone know if there is a way to remove e-mail as a mandatory input? Our platform notifies users through WhatsApp as a few of them do not use e-mail.
    h
    • 2
    • 3
  • n

    Nicolas D.

    03/10/2023, 5:05 PM
    Hello, i'm currently running a self hosted version with plateform plan, cal video is activated but i don't get any video link on the invite or in the booking. It just says Where : cal video but there is no link. Is there anything i'm missing to be able to use it ?
    • 1
    • 1
  • l

    Lukas Heddendorp

    03/10/2023, 5:35 PM
    Hello friends, for my thesis I am looking at some projects that have e2e tests and am currently trying to get them to run in a fork in GitHub Actions. It seems like I am missing some env config and would be very glad for some pointers.
  • v

    Vincent Pepin

    03/13/2023, 3:24 PM
    Hi everyone ! I use a 2 step form using tally.so and then asking my contact to take a slot thanks to cal.com I would like to be able to link tally and cal with a prepoluate fill so my deal in my crm (pipedrive) is automatically in a good stage. For i.e. Tally submission as an ID On redirection i mentioned the ID parameter in a URL Then, i autocomplete a form in cal with an hidden field (ideally) Thanks to zapier i can connect it to piepdrive and update the deal. Does anyone know if this is possible ? Thank you very much
    z
    • 2
    • 2
  • f

    Faris Abdul Malik

    03/14/2023, 11:15 AM
    Where can i find the documentation on PaymentAdaptors?
  • c

    Chris Petrevsky

    03/16/2023, 8:24 AM
    BUG: Cancel button not working on the client side, does not cancel the event both in Cal.com and Google Calendar.
    a
    e
    • 3
    • 5
  • u

    Ulises Menem

    03/16/2023, 2:04 PM
    hi, does some knows what does the cron downgradeUsers do?
  • w

    Will

    03/16/2023, 2:11 PM
    Hi guys, I’m having an issue getting a response from the api could anyone help?
  • w

    Will

    03/16/2023, 2:12 PM
    cal1.png
  • w

    Will

    03/16/2023, 2:13 PM
    it was working earlier this week, for reason it stopped working yesterday
    a
    • 2
    • 2
  • d

    Dries Vaesen

    03/21/2023, 9:07 AM
    Hi! Is it possible to run cal.com (selfhosted or cloud) connected to a multi-tenant application. Can I create tenants (like an org with multiple caregivers) using the API?
    p
    m
    t
    • 4
    • 4
  • l

    LadyChaos

    03/24/2023, 4:17 PM
    Hi guys, I have actually been trying to self host cal.com following the official docs but localhost:3000 never seems to load when I do a yarn dev or yarn dx I am self hosting it on an ubuntu machine provisioned from digital ocean I have previously self hosted a caldav server and I want to integrate it with self hosted cal.com I have docker installed, postgresql installed and have configured a password and have edited DATABASE_URL accordingly as well. These were my logs for yarn dev
    Copy code
    oot@son-vm1:~/cal.com# yarn dev
    • Packages in scope: @calcom/web
    • Running dev in 1 packages
    • Remote caching disabled
    //:env-check:app-store: cache bypass, force executing 74ed5de9830a49f6
    //:env-check:common: cache bypass, force executing e7fedb15708bbf43
    //:env-check:app-store: 
    //:env-check:app-store: [ DOTENV-CHECKER ] - Initializing checks for .env files consistency & sync...
    //:env-check:app-store: 
    //:env-check:common: 
    //:env-check:common: [ DOTENV-CHECKER ] - Initializing checks for .env files consistency & sync...
    //:env-check:common: 
    //:env-check:app-store: 📗 [ INFO ]  ✅ Schema file (.env.appStore.example) checked successfully
    //:env-check:common: 📗 [ INFO ]  ✅ Schema file (.env.example) checked successfully
    //:env-check:app-store: 📗 [ INFO ]  ✅ Environment file (.env.appStore) checked successfully
    //:env-check:common: 🚧 [ WARN ]  ⚠  Environment file (.env) differs from .env.example
    //:env-check:common: 
    //:env-check:common:   !! Alert !! The following key is not present in the ".env.example" file:
    //:env-check:common:                - NEXT_PUBLIC_DEBUG
    //:env-check:common:     
    //:env-check:common: 📗 [ INFO ]  ✅ Environment file (.env) updated successfully
    @calcom/web:dev: cache bypass, force executing f77b460c0ea2f3b7
    @calcom/web:dev: ready - started server on 0.0.0.0:3000, url: <http://localhost:3000|http://localhost:3000>
    @calcom/web:dev: event - compiled client and server successfully in 11.5s (2671 modules)
    @calcom/web:dev: wait  - compiling / (client and server)...
    @calcom/web:dev: 
    @calcom/web:dev: warn - The `@variants` directive has been deprecated in Tailwind CSS v3.0.
    @calcom/web:dev: warn - Use `@layer utilities` or `@layer components` instead.
    @calcom/web:dev: warn - <https://tailwindcss.com/docs/upgrade-guide#replace-variants-with-layer|https://tailwindcss.com/docs/upgrade-guide#replace-variants-with-layer>
    @calcom/web:dev: DEPRECATION: adding rounded classes via the variants array is deprecated. Use nocompatible mode instead (i.e. when adding the plugin, use `scrollbarPlugin({ nocompatible: true })`)
    @calcom/web:dev: 
    @calcom/web:dev: warn - The RTL features in Tailwind CSS are currently in preview.
    @calcom/web:dev: warn - Preview features are not covered by semver, and may be improved in breaking ways at any time.
    @calcom/web:dev: event - compiled client and server successfully in 17.6s (2720 modules)
    @calcom/web:dev: warn(prisma) Conflict for env vars NEXT_PUBLIC_DEBUG, CALCOM_LICENSE_KEY, DATABASE_URL, PRISMA_GENERATE_DATAPROXY, NEXT_PUBLIC_WEBAPP_URL, NEXT_PUBLIC_WEBSITE_URL, NEXT_PUBLIC_CONSOLE_URL, NEXT_PUBLIC_EMBED_LIB_URL, SAML_DATABASE_URL, SAML_ADMINS, NEXT_PUBLIC_HOSTED_CAL_FEATURES, SAML_CLIENT_SECRET_VERIFIER, 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, NEXT_PUBLIC_FRESHCHAT_TOKEN, NEXT_PUBLIC_FRESHCHAT_HOST, SEND_FEEDBACK_EMAIL, SENDGRID_API_KEY, SENDGRID_EMAIL, NEXT_PUBLIC_SENDGRID_SENDER_NAME, TWILIO_SID, TWILIO_TOKEN, TWILIO_MESSAGING_SID, TWILIO_PHONE_NUMBER, NEXT_PUBLIC_SENDER_ID, TWILIO_VERIFY_SID, 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, PAYMENT_FEE_FIXED, PAYMENT_FEE_PERCENTAGE, 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, NEXT_PUBLIC_DISABLE_SIGNUP, CSP_POLICY, EDGE_CONFIG in ../../.env and ../../packages/prisma/.env
    @calcom/web:dev: Env vars from ../../packages/prisma/.env overwrite the ones from ../../.env
    @calcom/web:dev:       
    @calcom/web:dev: wait  - compiling /auth/login (client and server)...
    @calcom/web:dev: event - compiled client and server successfully in 10.3s (3219 modules)
    @calcom/web:dev: wait  - compiling /middleware (client and server)...
    @calcom/web:dev: event - compiled successfully in 4.6s (83 modules)
    @calcom/web:dev: 15:10:12.134 DEBUG [OK][0.0008s] query 'viewer.public.i18n' 
    @calcom/web:dev: 
    
     Tasks:    3 successful, 3 total
    Cached:    0 cached, 3 total
      Time:    4m10.832s
    Any help would be great! Thank you!
    p
    c
    • 3
    • 4
  • a

    Athus Cavalini

    03/24/2023, 9:40 PM
    Hey guys. Does anyone know if it is possible to deactivate the creation of events in the apps’ calendars (eg Google Calendar) keeping only the synchronization of the busy schedules?
  • b

    Ben Hybert

    03/27/2023, 8:21 PM
    how often do calendars get updated?
  • b

    Ben Hybert

    03/27/2023, 8:21 PM
    say, if i add something to block out time, how long would it take to update on the platform?
  • b

    Ben Hybert

    03/27/2023, 8:37 PM
    and more importantly, can we reduce it?
  • r

    Ryan Betteridge

    03/29/2023, 5:53 AM
    I'm not 100% sure where to report this, but after canceling a booking, the SMS reminders are still arriving for the HOST. Surely they should stop if the event was cancelled? 🫠
    c
    p
    • 3
    • 8
  • b

    BGDV Ateliers

    03/29/2023, 6:43 AM
    Hey, Just can’t seem to get passed this step 3-4; with the prisma schema. Never shows up in my folders on the path: apps/web/prisma/schema.prisma. I tried going to Prisma Cloud directly and crating a project from there, and linking the project to the already existing postgres db in Superbase - and updated the .env file. But the problem remains the same. Did I miss something that I get this error (screenshots attached)? Please advise, thank you PS: I’m working from Github codespaces.
    t
    • 2
    • 2
  • h

    Hussam Khatib

    03/30/2023, 10:03 PM
    hey there, I am noticing a strange type error in
    packages/trpc/server/routers/viewer.tsx
    // line 1281. Can anyone confirm if you can see it too ?
  • t

    Thomas

    03/31/2023, 9:32 AM
    What are custom inputs vs booking fields? I have added some custom inputs through the API, but they don’t appear in the admin and booking widget. I’m trying to add an authentication token so I can verify who is logged in.
    c
    h
    • 3
    • 2
  • r

    Rafael Leal

    03/31/2023, 10:25 PM
    Hi everybody, I was trying to insttal selfhosted cal.com instance, but i have a lot problems the first one is "FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory", any idea?
  • j

    Junior Moraes

    04/01/2023, 10:14 PM
    Hey guys, not sure if it is a technical question but anyways, I'm setting up stripe payments on my event and I can't change the currency from BRL(R$) to USD. How do I go about doing that? Please let me know if I should redirect this question elsewhere.
    p
    • 2
    • 4
  • a

    Andrea Pavone

    04/05/2023, 4:18 PM
    Hi there, I found this glitch on a social share image, I’ve 2 line text in my profile bio.
    p
    t
    • 3
    • 3
  • n

    Nicole

    04/05/2023, 5:43 PM
    Hi all, hopefully not too dumb a question. We’re trialing the platform plan. I’ve cloned the cal.com repo and got everything running locally, api calls working. Now I’m trying to embed the calendar in our app. Am I understanding correctly we basically treat this like our own package, publish to npm then import to our project to use the react components in our app for the self-hosted plan? Feel free to point me in the direction of the right docs, but after getting the instance up locally I don’t see much. I’ve seen the embed docs for the non-self-hosted plans but obviously that hardcodes the link
    <http://cal.com/{{username}}|cal.com/{{username}}>
    in the `Cal`component and in my case right now the link would be
    localhost:3001//{{username}}
    . Looking for some direction for embedding the calendar on the self-hosted plan, thanks!
    p
    h
    • 3
    • 12
  • t

    tanmay kejriwal

    04/05/2023, 8:03 PM
    Hi Guys Anyone free for the coming weekend to work together to create a small calendar add-on app which parses data and add events ? I have the script ready which is using GPT4 to parse events , Should not take more than a few hours.
    p
    t
    • 3
    • 2
  • g

    Gurkiran Singh

    04/06/2023, 8:10 PM
    Hey everyone, I have setup Cal.com repo locally and in the app store, I am only seeing Cal Video app, when I am searching nothing else is showing up. How can I add another app locally for development purposes?
    h
    • 2
    • 1
1...171819...22Latest