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

    Ted Spare

    01/19/2023, 4:34 PM
    nice work team!
  • p

    Peer

    01/19/2023, 6:35 PM
    yessir!
  • e

    Edward Baltaza

    01/19/2023, 10:37 PM
    Hello! Has anybody worked with embed in Svelte? I'm struggling to make it work with vanilla javascript.
    p
    h
    • 3
    • 3
  • t

    Timothée Pineau

    01/20/2023, 10:04 PM
    Hi! I'm working on building an integration between our companies back end and cal.com - right now working on setting up event types for our team. Question, does anyone knows why, after successfully creating an event type via API, I'm getting a 404 on my back-end when trying to access the settings page ? The public link also isn't working. Page stays blank backend URL : https://app.cal.com/event-types/180320?tabName=setup public URL : https://cal.com/team/epeak-studio/tech-check-P1686-15D Am I missing something ?
    z
    l
    • 3
    • 4
  • c

    Colin - Krumware

    01/23/2023, 5:16 PM
    Is this a known issue?
    Copy code
    @calcom/api:build: ../../packages/dayjs/index.ts:40:14
    @calcom/api:build: Type error: Argument of type 'import("/calcom/node_modules/dayjs/index").PluginFunc<unknown>' is not assignable to parameter of type 'import("/calcom/packages/dayjs/node_modules/dayjs/index").PluginFunc<unknown>'.
    @calcom/api:build:   Types of parameters 'c' and 'c' are incompatible.
    @calcom/api:build:     Type 'typeof import("/calcom/packages/dayjs/node_modules/dayjs/index").Dayjs' is not assignable to type 'typeof import("/calcom/node_modules/dayjs/index").Dayjs'.
    @calcom/api:build:       Types of construct signatures are incompatible.
    @calcom/api:build:         Type 'new (config?: string | number | Date | Dayjs | null | undefined) => Dayjs' is not assignable to type 'new (config?: string | number | Date | Dayjs | null | undefined) => Dayjs'.
    @calcom/api:build:           Types of parameters 'config' and 'config' are incompatible.
    @calcom/api:build:             Type 'string | number | Date | import("/calcom/node_modules/dayjs/index").Dayjs | null | undefined' is not assignable to type 'string | number | Date | import("/calcom/packages/dayjs/node_modules/dayjs/index").Dayjs | null | undefined'.
    @calcom/api:build:               Type 'Dayjs' is not assignable to type 'string | number | Date | Dayjs | null | undefined'.
    @calcom/api:build:                 Type 'Dayjs' is missing the following properties from type 'Dayjs': isBetween, isToday, fromNow, from, and 8 more.
    @calcom/api:build: 
    @calcom/api:build:   38 | 
    @calcom/api:build:   39 | dayjs.extend(customParseFormat);
    @calcom/api:build: > 40 | dayjs.extend(dayjsBusinessTime);
    @calcom/api:build:      |              ^
    @calcom/api:build:   41 | dayjs.extend(isBetween);
    @calcom/api:build:   42 | dayjs.extend(isToday);
    @calcom/api:build:   43 | dayjs.extend(localizedFormat);
    @calcom/api:build: error Command failed with exit code 1.
    z
    • 2
    • 7
  • l

    luka Petravić

    01/24/2023, 11:48 AM
    Hey, I got sent here from support. I have a problem connecting my exchange account to self hosted cal instance. I get this error. The url should be correct and NTLM is also ok. What am I doing wrong? (want to connect my school calendar @student.um.si)
    p
    z
    • 3
    • 9
  • s

    Sathees

    01/25/2023, 8:00 AM
    Can we use api's to create users in self hosted application. Since I couldn't find any service running on port 3002. And could share a relevant document if yes?
  • n

    NeonGooRoo

    01/25/2023, 4:57 PM
    Hey guys! Great app, but I have an issue, after a booking, It always makes 2 events in my Google Calendar. One normal, and one with only me, in the calendar I didn't choose. Is there a way to stop it from doing that?
    p
    • 2
    • 2
  • s

    stZ4cAMRiyZE

    01/27/2023, 1:55 PM
    Hello Guys, Great app, we really like to integrate in our website. But we need to customize the UI to matching our website styles. I’ve cloned the git repo and loaded the site locally as well. From the doc, I got the idea about editing/adding new style sheet to override global.css. I could even find the css file too. Is that the right approach? https://docs.cal.com/how-to-guides/how-to-add-custom-css Make new css to match our styles and build new application? I also noticed the appstore command “*create-template*” as well. Is it possible to create a template and load it in our account? If there any docs available regarding template cmd and it’s usages?
  • r

    Richard Poelderl

    01/27/2023, 2:23 PM
    Not sure who needs to hear this but the getting started docs (and the
    yarn dx
    command) are pretty smooth. Impressed!
    p
    • 2
    • 1
  • s

    Sai Deepesh

    01/28/2023, 6:49 AM
    hey folks, I'm trying to setup cal locally, when I run
    yarn dx
    I'm facing this issue, please help, thanks
    z
    • 2
    • 1
  • t

    Tofi Buzali

    01/29/2023, 4:05 PM
    I noticed that workflows are an enterprise feature eventhough it’s not listed as such in the documentation. Are there any other features that require a license besides SAML, Stripe, and access to the API code ?
    p
    a
    n
    • 4
    • 10
  • s

    stZ4cAMRiyZE

    01/30/2023, 1:17 PM
    Hello Guys, I’ve created a stylesheet with custom CSS and working fine on my local environment. How can I build this and load it into cal.com account? so that our live calender can use this styling?
    p
    • 2
    • 3
  • s

    stZ4cAMRiyZE

    01/30/2023, 2:14 PM
    Suppose, if we wants to customize the UI other than the styles? how can we do that? Example, We have to change avatar link to our main website, I’ve edited the code and working fine on my development environment, Is it possible to load the changes to cal.com? I think only possible option is, build the app and host it completely on our own server, Am I correct?
  • s

    stZ4cAMRiyZE

    01/31/2023, 1:12 PM
    Guys, I’ve completed my customizations, now we would like to host it on heroku. Is there any documentation regarding the hosting as heroku app? I found couple of reference for heroku app name and url in the code, so it would be helpful, if there is any documents available.
    p
    • 2
    • 2
  • s

    stZ4cAMRiyZE

    02/01/2023, 3:14 PM
    I tried to create app on heroku with Deploy on Heroku button from the repo doc. But I’m getting error on configuration setup. I’ve cross checked the postgresql plans and confirming that “hobby-dev” plan is no longer listed at https://elements.heroku.com/addons/heroku-postgresql#details. So we need to update the plan with
    heroku-postgresql:mini
    on our app.json file.
    "addons": [
    {
    "plan": "heroku-postgresql:mini"
    }
    ],
    Also noticed one issue related to the optional fields on the templates, like SENDGRID_EMAIL, SENDGRID_SYNC_API_KEY. by default required will be
    true
    , so we need to set required to
    false
    in our app.json file Please let me know if you have any questions. Currently I’m stuck at this point. So please fix these simple items on the template file app.json. Thanks in advance
    p
    a
    • 3
    • 42
  • s

    Sydney O

    02/01/2023, 7:42 PM
    hey Devs! have you contributed to our Github? we want to hear from you! reply to our Tweet about your experience working with our product link below ⬇️ https://twitter.com/calcom/status/1620716837758435328?s=20&amp;t=4qDBJE-qsgGDV1zCPyV-3g
  • a

    Aaron Presley

    02/01/2023, 10:37 PM
    What's the best way to flush my seeded data to start anew with
    yarn dx
    ? I've tried removing the postgres docker container, tried
    yarn clean
    , tried
    yarn db-seed
    as well and it preserves the data changes I made locally
    • 1
    • 1
  • b

    Ben Hybert

    02/03/2023, 12:18 PM
    Does anyone have a safe and reliable way to clear out old data past say, 3 months? im concerned that I may fill up my Database server quickly, and would like to purge old data past a certain time
  • p

    Peer

    02/03/2023, 1:46 PM
    hmmm i mean you could just log into your postgres with a UI client and delete every record older than 3 months
  • p

    Peer

    02/03/2023, 1:47 PM
    but also, the events are tiny, i doubt it’ll be a storage issue
  • b

    Ben Hybert

    02/03/2023, 1:53 PM
    oh ok, not bad then - I'll have to just keep an eye on it - you reckon 32gb will last a while? and not produce too much overhead
  • p

    Peer

    02/03/2023, 1:55 PM
    of course
  • k

    Kerry Ritter

    02/04/2023, 5:59 PM
    i am trying to deploy the latest release (2.5.9) to railway but coming into lots of issues with the swagger and appStore folders. swagger was breaking on needing noImplicitAny: false in the TS config and I've had to fix a few spots like this:
    Copy code
    // from:
          const calendarsToGetAppointmentsFrom = [];
    
    // to:
          // eslint-disable-next-line @typescript-eslint/no-explicit-any
          const calendarsToGetAppointmentsFrom: any[] = [];
    same type of error over and over (see screenshot) is there a known fix for this? i imagine its a TSConfig change. thanks for any help!
    • 1
    • 1
  • n

    Nelson Keating

    02/08/2023, 1:06 AM
    When creating a webhook (within developer section of admin), it only seems to fire when the user who created it (in this case me) is associated with the specific event.. is this intentional or a bug? My goal is to have a single webhook for all events in our system, regardless if the event is scheduled on my cal or not…
    c
    n
    • 3
    • 3
  • v

    Victor

    02/08/2023, 5:20 PM
    Hey Cal Team ! Hope you're all well ! I created my company's Cal account on my personal working Google account, Now I can only connect to Cal.com with my connexion to my Google Account, How can I change that so I can connect with a simple password and then share it to my collegues ? Thanks a lot !
  • s

    Sathees

    02/08/2023, 5:53 PM
    Hey team, We have to do some couple of actions after a booking success. So is there any way to pass a token or any id to booking link and get back that passed token or id through the webhook event?
    • 1
    • 1
  • n

    Nikhil Sharma

    02/09/2023, 6:14 PM
    I'm trying to setup Cal on my system but I am facing this issue when trying to run yarn dx i have installed postgresSQL 15.1, node v16.9, yarn and changed the .env file anyone any ideas?
    z
    p
    +3
    • 6
    • 8
  • a

    Anton Hmelnitski

    02/10/2023, 6:12 PM
    The embedded calendar has a bug on mobile views
    RPReplay_Final1676052669.MP4
    z
    h
    • 3
    • 2
  • k

    Kimani Ndegwa

    02/12/2023, 5:12 PM
    Hey all. Has anyone here been able to connect LarkSuite calendar via the self hosted version of the cal.com distribution. I have deployed it on railway and I am currently unsure where to locate the
    OPEN_VERIFICATION_TOKEN
    to be able to set up Lark successfully
    • 1
    • 3
1...151617...22Latest