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

    Guilherme Mussi

    11/02/2022, 11:46 AM
    Hi @Peer @Emrysal https://github.com/calcom/cal.com/discussions/5164 I am being affected by the following issue. Is this being actively worked on? Is there a way to insert pictures in base64 directly in the database via the prism interface? If yes, how could I do this?
  • u

    Ulises Menem

    11/02/2022, 2:52 PM
    HI, after I register a user to my platform in cal, it redirects to /undefined
    g
    p
    u
    • 4
    • 3
  • u

    Ulises Menem

    11/02/2022, 2:52 PM
    does anyone know why is that?
  • u

    Ulises Menem

    11/02/2022, 3:02 PM
    And another thing is why is not sending emails? I created my sendgrid api
    g
    • 2
    • 2
  • u

    Ulises Menem

    11/02/2022, 3:03 PM
    And when I invite someone there is no email sent
  • o

    Om Ray

    11/03/2022, 3:23 AM
    @zomars How can i get zapier to appear in my local app store?
    h
    z
    • 3
    • 3
  • m

    Michael Gubik

    11/04/2022, 4:07 AM
    Hi. I just started using Cal.com and the UI and UX is so much better than Calendly! đŸ™ŒđŸ» I’m using Apple’s Calendar apps and iCloud to sync my calendars and unfortunately there’s no option to mark all-day events as “available”. I could implement a setting in
    <http://app.cal.com/settings/my-account/calendars|app.cal.com/settings/my-account/calendars>
    to ignore all-day events. Would you merge this feature? I didn’t find any info on how Cal.com is maintained and who is in charge of making that decision.
    h
    • 2
    • 1
  • y

    Yaser Tawash

    11/04/2022, 12:51 PM
    Hi! I'm new to cal.com and I'm trying to understand the development part of it. I've gone over the 'create app' documentation, however, the docs are not clear to me. If anyone could explain it to me I would appreciate it. I have followed the docs up until the "import component to shell.tsx" part, where I got lost. As far as I understood, creating an app, doesn't mean the code you add in it will be available. so the question is, where should I add my app codes. I'm trying to avoid changing to the "core" but not sure which part of the code is the actual core. Thank you in advance 🙏
    u
    • 2
    • 2
  • u

    Ulises Menem

    11/04/2022, 3:57 PM
    Hi, me again! Can I ask what is the common use for admin settings views, like AdminUserView?
  • u

    Ulises Menem

    11/04/2022, 3:58 PM
    import Meta from "@calcom/ui/v2/core/Meta";
    import { getLayout } from "@calcom/ui/v2/core/layouts/AdminLayout";
    function AdminUsersView() {
    return (
    <>
    <Meta title="Users" description="users_description" />
    <h1>Users listing</h1>
    </>
    );
    }
    AdminUsersView.getLayout = getLayout;
    export default AdminUsersView;
    p
    • 2
    • 4
  • u

    Ulises Menem

    11/04/2022, 3:58 PM
    It is like this, right now only shows the title
  • u

    Ulises Menem

    11/04/2022, 3:58 PM
    h1
  • m

    Mohammad Reza Mahmoudi

    11/07/2022, 10:28 PM
    Hi! Is there any plan for adding Jalali Datepicker to cal.com?
  • s

    Sebastian

    11/08/2022, 10:03 AM
    Hi, is there any developer with capacity in the next 3-4 weeks to help us integrate cal.com (self-hosted version)? We want to quickly set up a MVP and pay well. DM me 🙂
    z
    • 2
    • 2
  • u

    Ulises Menem

    11/09/2022, 4:07 PM
    Hi, Has someone integrated segment to cal? I needed in my self hosted app
  • p

    Patrick DePippo

    11/09/2022, 11:55 PM
    Hello! Anybody have any experience debugging the embeded React component when self hosting? I'm getting a 404 Cal Version: 1.9.5 calcom/embed-react 1.09 When running locally the url is
    Copy code
    <http://localhost:3000/{username}/embed?embed=&__autoScroll=false&embedType=inline>
    z
    • 2
    • 3
  • k

    Karran G

    11/13/2022, 4:05 AM
    hello - does anyone know if its possible to get the video location's url in the booking_created webhook? (ie google meet / zoom etc)
    h
    • 2
    • 3
  • j

    Jacob Zukerman

    11/13/2022, 6:41 AM
    Hello - We are running Cal in our own domain and have been struggling to get Google OAuth Verification to allow our users to connect other Google Calendars. Google is requesting to update Google Calendar “Install” button so that it complies with the Google sign-in branding guidelines. Any advice?
    a
    • 2
    • 5
  • t

    Thomas Schulz

    11/17/2022, 10:44 AM
    Hi there, seems the Zapier integration is not working 👋
    z
    c
    • 3
    • 7
  • t

    Tim

    11/18/2022, 10:34 AM
    Hi everyone! I wondered if it is possible to use the React embed component in combination with a self hosted Calcom server. The (self hosted) embed.js link as the calLink does not seem to work (with or without username appended like in the docs described) and I can't find anything useful in the docs/github/web. Anyone can point me in the right direction? Thanks!
    h
    • 2
    • 3
  • p

    Prateek Kumar

    11/22/2022, 9:37 AM
    Getting this error on the self hosted Vercel deployment. Any help?
    p
    a
    • 3
    • 4
  • t

    Tim

    11/22/2022, 10:23 AM
    Is there a react component library for calcom which can be used? Besides the Cal embed component?
    p
    • 2
    • 3
  • p

    Prateek Kumar

    11/22/2022, 4:06 PM
    Require urgent info around Webhooks. I'm not getting Meetings Details in the webhook payload. Initially, we use to get the data meeting details (Google Calendar). Now it's not there.
    m
    p
    a
    • 4
    • 34
  • b

    Bobo Lino

    11/24/2022, 7:46 AM
    Wouldn't it make sense to use ssrInit() and ssgInit() on every NextJS page?
    u
    • 2
    • 1
  • y

    Yoel Lapscher

    11/24/2022, 9:40 AM
    Hi dev team - why is
    offering seats: boolean
    not available in https://developer.cal.com/api/api-reference/event-types#create-a-new-event-type - thanks!
    j
    p
    +2
    • 5
    • 27
  • l

    Louis-Victor MRGT

    11/24/2022, 3:18 PM
    Hi team ✋cal I’m launching a solution called Better-Call.io that allows entrepreneurs to have 30 minute calls with tech experts. I’m setting up Cal.com to replace Calendly. However I can’t create an event with a member of my team as host. Do you know how I can do this? Thanks in advance
    p
    s
    • 3
    • 6
  • p

    Peer

    11/24/2022, 5:34 PM
    hey @zomars, @Fernando SĂĄnchez would love to help implement a MySQL adapter for prisma
    z
    f
    • 3
    • 12
  • j

    Jens Preußner

    11/25/2022, 2:53 PM
    Hi all 👋 Can someone help me to disable eslint in next.config.js as suggested in https://github.com/calcom/cal.com/discussions/3821 ? I don't know where to add
    Copy code
    eslint: {
        // Warning: This allows production builds to successfully complete even if
        // your project has ESLint errors.
        ignoreDuringBuilds: true,
      },
    ĂŹn the file... đŸ€”
    z
    • 2
    • 8
  • s

    Studio XO

    11/28/2022, 12:10 AM
    Hello, a few issues. The CANCEL appointment option in the emails sent out is returning an error. When scheduling an appointment with BOOKING CONFIRMATION and PAYMENT REQUIRED, the email sends out with the date listed in Spanish.
    z
    • 2
    • 1
  • h

    Harsh Singh

    11/28/2022, 1:04 PM
    Hey, i wanted to know about the devops cycle of calcom Can someone help or are there any relevant docs?
1...121314...22Latest