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

    Trivedi Ninad

    06/11/2023, 1:32 PM
    Hello Guys, I am trying to write test If google calendar can be added , One of the test require to check if the google calendar is installed or not . I founded a way but it having "deprecated " tag so can anybody suggest how to check if google calendar is installed ?
  • c

    Caelan Flemmings

    06/13/2023, 4:00 PM
    Hey guys, any plans to add a URL input option for custom booking inputs? Would be good for people like myself with formatting requirements further down the line in their booking workflows.
    a
    • 2
    • 2
  • h

    Harrison Telyan

    06/13/2023, 7:36 PM
    Just tried logging in and got this error: 500: INTERNAL_SERVER_ERRORCode: `INTERNAL_FUNCTION_INVOCATION_FAILED`ID:
    iad1::q2kcl-1686684915853-d5682241b085
    j
    p
    • 3
    • 2
  • c

    Chris Archer

    06/14/2023, 7:24 PM
    Stripe Payments -- Scrolling Behavior issue: https://github.com/calcom/cal.com/issues/9523
  • c

    Chris Archer

    06/14/2023, 7:35 PM
    Stripe Payments -- Style change request: https://github.com/calcom/cal.com/issues/9525
  • t

    Thomas Holenstein

    06/16/2023, 9:28 PM
    I have a issue with the HubSpot generated meetings. Is someone here who can help here? The thing is. we use the self hosted calendar booking tool of cal.com and use the hubspot app https://ecosystem.hubspot.com/marketplace/apps/sales/scheduling/cal-com-832915 After a booking, the system will add the information to hubspot. First the system will create missing users and companys in hubspot and create a meeting on it. I saw there is a difference, when i book a meeting direct from hubspot, than book from cal.com On cal.com's booking the system currently will not add the meeting organizer in HubSpot. This is a problem for me, because i can not filter all meetings in the future... (For all cal.com generated meetings we are not able to filter in Hubspot, because of missing meeting organizer) So my plan is, that we send the user (email address) from my bookingpage also to the hubspot. Here in this video you see, over cal.com we miss the meeting organizer. https://www.loom.com/share/4ecae3819a3546ff8e62add1fcdddfd3 That means, I can not make a report and filter it in hubspot. Is someone here who can help to add this feature to the code? best thomas
    p
    • 2
    • 3
  • r

    Rob Jackson

    06/22/2023, 10:33 PM
    Just had a thought re-reviewing one of my PRs: Are any cron-related features we add to the app (e.g. daily digests, booking reminders, scheduled SMS’, scheduled WhatsApp) fully functioning on self-hosted deployments? For main Cal.com, we’re relying on GitHub Actions to trigger crons (by poking an API endpoint, validated with CRON_KEY). Might be worth a new docs page under “Self Hosting” noting how to re-implement those in more traditional environments (actual crontabs), or otherwise (Google Cloud Scheduler, and AWS / Azure equivalents – that I’m sure exist?). I’d be happy to draft something up if the docs are open source?
    a
    z
    w
    • 4
    • 5
  • p

    Peer

    06/23/2023, 4:58 PM
    you know what, i never thought about this. we should!
  • a

    Afrie Irham

    06/28/2023, 3:38 PM
    hey guys, i’m Afrie. i’m interested to work on this issue if it’s still open, https://github.com/calcom/cal.com/issues/9723, and i have some question about the lexical editor implementation. i notice we dont use the
    <OnChangePlugin />
    from lexical and i’m wondering where is the value stored for the editor? for context, i’m trying to understand how the date formatting work, and what library are we using to format the date, the issue author said he’s not sure if it’s a bug or just something he didnt get and i’m trying to understand what’s the case here. if it’s not a bug, i think the editor should show how date formatting work to be more clear, and i would love to implement that if that’s something we need.
  • p

    Paul Klaszus

    06/29/2023, 9:32 PM
    This question will come across as kindergartenerish. Will this work to have our team member's name show up in the sender's name field on email notifications? I don't see the option to put in a variable, but thought I'd ask here.
    • 1
    • 1
  • b

    Brittany Santos

    06/30/2023, 6:06 PM
    Does anyone know if the {TIMEZONE} variable will display in the viewer's time zone? There is also the {TIMEZONE_VARIABLE} option listed in workflows, but it doesn't work.
  • v

    Vikram Singh Dewda

    06/30/2023, 7:01 PM
    Copy code
    @calcom/web:dx: SEND_ACCOUNT_VERIFY_EMAIL_ERROR Error: Missing credentials for "PLAIN"
    @calcom/web:dx:     at SMTPConnection._formatError (/Users/vikramsinghdewda/Desktop/Open Source/cal.com/node_modules/nodemailer/lib/smtp-connection/index.js:787:19)
    @calcom/web:dx:     at SMTPConnection.login (/Users/vikramsinghdewda/Desktop/Open Source/cal.com/node_modules/nodemailer/lib/smtp-connection/index.js:441:38)
    @calcom/web:dx:     at /Users/vikramsinghdewda/Desktop/Open Source/cal.com/node_modules/nodemailer/lib/smtp-transport/index.js:272:32
    @calcom/web:dx:     at SMTPConnection.<anonymous> (/Users/vikramsinghdewda/Desktop/Open Source/cal.com/node_modules/nodemailer/lib/smtp-connection/index.js:211:17)
    @calcom/web:dx:     at Object.onceWrapper (node:events:627:28)
    @calcom/web:dx:     at SMTPConnection.emit (node:events:513:28)
    @calcom/web:dx:     at SMTPConnection._actionEHLO (/Users/vikramsinghdewda/Desktop/Open Source/cal.com/node_modules/nodemailer/lib/smtp-connection/index.js:1322:14)
    @calcom/web:dx:     at SMTPConnection._processResponse (/Users/vikramsinghdewda/Desktop/Open Source/cal.com/node_modules/nodemailer/lib/smtp-connection/index.js:950:20)
    @calcom/web:dx:     at SMTPConnection._onData (/Users/vikramsinghdewda/Desktop/Open Source/cal.com/node_modules/nodemailer/lib/smtp-connection/index.js:752:14)
    @calcom/web:dx:     at Socket.SMTPConnection._onSocketData (/Users/vikramsinghdewda/Desktop/Open Source/cal.com/node_modules/nodemailer/lib/smtp-connection/index.js:191:44)
    @calcom/web:dx:     at Socket.emit (node:events:513:28)
    @calcom/web:dx:     at addChunk (node:internal/streams/readable:315:12)
    @calcom/web:dx:     at readableAddChunk (node:internal/streams/readable:289:9)
    @calcom/web:dx:     at Socket.Readable.push (node:internal/streams/readable:228:10)
    @calcom/web:dx:     at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
    @calcom/web:dx:   code: 'EAUTH',
    @calcom/web:dx:   command: 'API'
    @calcom/web:dx: }
    s
    • 2
    • 1
  • v

    Vikram Singh Dewda

    06/30/2023, 7:02 PM
    Got this error when trying to receive the verification email on signup
  • s

    Scott Novich

    07/01/2023, 3:59 AM
    hrmm, I'm having an issue where inline embed is stealing focus. I.e. if the embed is not at the top of the page, the page jumps down to the embed on page load. This only seems to happen on mobile, though
    p
    • 2
    • 1
  • l

    Lalit Kumawat

    07/01/2023, 7:24 AM
    Hi everyone, My name is Lalit Kumawat a computer science student and I'm new to the open source community. I'm excited to be joining such a vibrant and welcoming community, and I'm looking forward to learning from and working with all of you.
    p
    • 2
    • 1
  • k

    karthik nadar

    07/01/2023, 1:19 PM
    I was thinking of suggesting a new feature for the project, can i open the issue directly or should i first run it by someone.
  • h

    Hritik Sharma

    07/01/2023, 4:16 PM
    URL: "https://cal.com/hritik2002/30min" and URL: "https://cal.com/Hritik2002/30min" should redirect to the same page, right?
    p
    • 2
    • 5
  • r

    Ritik Kumar

    07/02/2023, 5:44 PM
    Hi everyone, There is an issue with sending verification mails locally because of a configuration error of nodemailer. For example, while creating a new organization, this error message is received in the console as verification email fails to be delivered:
    SEND_ORG_ACCOUNT_VERIFY_EMAIL_ERROR Error: Missing credentials for "PLAIN"
    . Refer to the discussion on this issue. I was hoping to raise a simple PR to fix this. Just wondering if a separate issue needs to be created for this. Would love to hear some thoughts. Thanks
  • r

    Rhys Sullivan

    07/03/2023, 8:13 AM
    Hey! I was wondering how your team has found Typescript performance for intellisense while developing Cal.com? I've got a codebase with a pretty similar structure and was experiencing slowdowns, I synced the Cal.com codebase and found TS to be slow as well, I don't think it's my PC, may just be from inferred types.
  • v

    Vatsal Awadhiya

    07/03/2023, 9:56 AM
    Hey calcom team! I am Vatsal, frontend developer at Huddle01. I wanted to make some flow changes on our video meeting plugin, Huddle01 video. Who should I contact for such changes?
    p
    h
    • 3
    • 6
  • v

    Vikram Singh Dewda

    07/03/2023, 12:52 PM
    Screen Recording 2023-07-03 at 6.21.33 PM.mov
    Screen Recording 2023-07-03 at 6.21.33 PM.mov
  • v

    Vikram Singh Dewda

    07/03/2023, 12:54 PM
    @Hariom Balhara Is this an issue ? the url of the login page is https://app.cal.com/auth/login but when i click on don't have an account i got redirected to https://cal.com/signup
  • p

    Peer

    07/03/2023, 1:21 PM
    not a bug
  • p

    Peer

    07/03/2023, 1:22 PM
    we have two signup forms right now, one for self-hosters
  • p

    Peer

    07/03/2023, 1:22 PM
    we are soon merging both
  • p

    Peer

    07/03/2023, 1:22 PM
    cal.com/signup is our website repo, app.cal.com/signup is our open core repository calcom/cal.com
  • k

    KESI KOBAK

    07/04/2023, 3:52 AM
    Development Sekolah Tinggi Negeri Ilmu Teknologi Pendidikan Yali di Sumohaimu Yahukimo Papua Pegunungan.
  • r

    René Müller

    07/06/2023, 10:48 AM
    Diese Nachricht enthält interaktive Elemente.
    p
    • 2
    • 12
  • j

    Jeff McKinnon

    07/13/2023, 4:05 PM
    Is there a way to pre-fill the form fields with parameter passing via the url?
    p
    • 2
    • 1
  • l

    Louis Jalenques

    07/18/2023, 1:23 PM
    Hi! Is the OIDC feature fully working for ee license? The documentation is only mentioning SAML. Thanks!