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

    Sathees

    02/14/2023, 11:31 AM
    ^^
  • a

    Ali

    02/14/2023, 12:45 PM
    You can customise the webhooks payload Ref: https://docs.cal.com/core-features/webhooks#adding-a-custom-payload-template
    s
    h
    • 3
    • 14
  • b

    Ben Hybert

    02/16/2023, 3:39 PM
    is there a built in modal or something to display a privacy policy, because i’ve just thought, if people sign up and I store their data, they should more than likely need to agree to that - or at least be presented with that knowledge
    s
    p
    • 3
    • 9
  • b

    Ben Hybert

    02/16/2023, 3:40 PM
    sorry i dont just mean signup, I mean if they make a booking with Customer X - it’s still me who has the data - how it should be both at booking, and at signup
  • g

    Goo formation

    02/16/2023, 4:02 PM
    Hello
  • g

    Goo formation

    02/16/2023, 4:03 PM
    I have duplicate display of cal
  • g

    Goo formation

    02/16/2023, 4:03 PM
    image.png
  • g

    Goo formation

    02/16/2023, 4:03 PM
    Do you know how I can correct the problem ?
  • g

    Goo formation

    02/16/2023, 4:03 PM
    https://gooformation.fr/actualites/peut-on-donner-son-cpf/
  • y

    Yoan Yahemdi

    02/16/2023, 4:42 PM
    Hello, Why does Cal sends multiple GET Request every X seconds?
  • y

    Yoan Yahemdi

    02/16/2023, 4:42 PM
    ON the following endpoint: https://app.cal.com/api/trpc/viewer.public.slots.getSchedule
  • c

    Conner Hnatiuk

    02/17/2023, 11:25 PM
    Hey so I am trying to get into doing some development on cal.com but I keep having this issue while trying to run
    yarn dev
    z
    • 2
    • 3
  • s

    Shane Francis Maglangit

    02/18/2023, 10:09 AM
    Hello, I’m currently working on: https://github.com/calcom/cal.com/issues/6852 May I request for suggestion on what would be the best way of introducing a new feature that would allow users to set total booking times per day of the week? Here's a couple of ways that I have thought of: • Add an additional option on user’s availability to set maximum total booking time for specific days. • Add a new limit under event-type limits tab (similar to the one for limiting booking frequency). Such that we’ll now have 4 types of limits: booking frequency, total duration by interval, total duration per day of week, and periods. Currently, I have a PR up for review https://github.com/calcom/cal.com/pull/7166 that basically repurposes our existing limits to support total duration as well. However, it only enables users to set limits per interval (daily, weekly, mothly, yearly).
    p
    • 2
    • 2
  • r

    Raunak Singh Jolly

    02/18/2023, 3:06 PM
    Hello I am trying to setup cal.com by following the steps on github but I am getting this when I run yarn dx, also yarn.lock file changes automatically after I run yarn
    p
    • 2
    • 6
  • j

    Jatin Sandilya

    02/21/2023, 12:27 PM
    I’m building an app for Cal for Zoho. I’ve got a
    draft
    PR open for it here. When performing the
    updateEvent
    action (on a reschedule of a meeting for example) I get the following error
    Copy code
    Tried to 'updateAllCalendarEvents' but there was no 'externalCalendarId' for 'undefined', userId: 'undefined', bookingId: '78'
    The
    deleteEvent
    works perfectly when cancelling a meeting for example and this issue only occurs while updating an existing meeting. Any idea what could be the root cause of this?
    h
    z
    • 3
    • 4
  • b

    Ben Hybert

    02/22/2023, 9:34 AM
    it might just be my lack of GitHub knowledge, but my current update workflow is: Pull my repo, fetch cal.com’s and merge it with mine, check over any merge conflicts, usually none but I find it keeps trying to add github workflows or stuff, when you make changes to it upstream is there a way to block certain folders or parts of the upstream from merging in to mine - or is there a better way to complete upgrades
    c
    • 2
    • 2
  • b

    Ben Hybert

    02/22/2023, 9:38 AM
    like a gitignore file for any additions
  • e

    Esaú Morais

    02/22/2023, 5:22 PM
    I'm trying to learn more about E2E tests to solve this issue, but should they all be failing like this? I followed these steps, as @Hariom Balhara told me to.
    h
    • 2
    • 3
  • p

    Patrick DePippo

    02/22/2023, 6:18 PM
    Are there any workarounds for people who are self hosting and don't have a ton of user volume? Our scheduling integration is a new feature so it's not getting a bunch of traffic yet. But because Vercel functions are just lambdas, the wakeup time can be several minutes which causes users to leave...stopping adoption of the feature lol.
    c
    a
    • 3
    • 3
  • s

    Sai Deepesh

    02/25/2023, 11:32 AM
    hey folks, getting this error on latest pull
    h
    • 2
    • 1
  • e

    Elliott

    02/25/2023, 12:39 PM
    Teams Page (Self Hosted) is exceptionally slow after upgrading to v2.6.6, and seems to be related to this warning: Warning: data for page "/team/[slug]/[type]" (path "/team/EVENT TYPE") is 363 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
    b
    • 2
    • 1
  • s

    Sathees

    02/28/2023, 7:40 AM
    Hey there, Could someone confirm followings regarding self hosted. 1. Currently no any applications showing under Apps except default one. Will it show other apps (google, zoom, etc) after getting a actual license key? 2. Can we alter the source code and keep our self after getting a actual license key? 3. Can we use same purchased license key for testing environments such as QA and UAT self hosted sites? Thanks!
  • r

    Rishi Mishra

    03/01/2023, 9:52 AM
    Hi, I hope i am in the right channel. I am hoping to contribute to cal.com's code. Currently I have a local build working. Looking at the first issues (label:"help wanted") and will pick one of those. In case anyone has any pointer on which first issue to pick, i'm all ears.
  • b

    Ben Hybert

    03/02/2023, 12:10 PM
    this ESLint: “unused-imports/no-unused-imports”: “error”, keep preventing my build - any clues
  • b

    Ben Hybert

    03/02/2023, 12:10 PM
    I can just set it WARN instead if needs be
  • b

    Ben Hybert

    03/02/2023, 12:19 PM
    also now I’m getting:
    [12:10:30.693] #9 74.85 @calcom/web:build: Type error: Property 'connectedCalendars' does not exist on type '({ integration: { credential: { type: string; id: number; userId: number | null; key: JsonValue; appId: string | null; invalid: boolean | null; }; credentials: { type: string; id: number; userId: number | null; key: JsonValue; appId: string | null; invalid: boolean | null; }[]; ... 31 more ...; __template?: string |...'.
    [12:10:30.695] #9 74.85 @calcom/web:build:
    [12:10:30.696] #9 74.85 @calcom/web:build:   84 |     const calendarCredentials = getCalendarCredentials(user.credentials);
    [12:10:30.697] #9 74.85 @calcom/web:build:   85 |     // get all the connected integrations' calendars (from third party)
    [12:10:30.699] #9 74.85 @calcom/web:build: > 86 |     const { connectedCalendars } = await getConnectedCalendars(calendarCredentials, user.selectedCalendars);
    [12:10:30.701] #9 74.85 @calcom/web:build:      |             ^
    [12:10:30.702] #9 74.85 @calcom/web:build:   87 |     const calendars = connectedCalendars.flatMap((c) => c.calendars).filter(notEmpty);
    [12:10:30.703] #9 74.85 @calcom/web:build:   88 |     const selectableCalendars = calendars.map((cal) => {
    [12:10:30.705] #9 74.85 @calcom/web:build:   89 |       return { selected: selectedCalendarIds.findIndex((s) => s.externalId === cal.externalId) > -1, ...cal };
    [12:10:30.706] #9 75.08 @calcom/web:build: error Command failed with exit code 1.
    [12:10:30.708] #9 75.08 @calcom/web:build: info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
    [12:10:30.709] #9 75.08 @calcom/web:build: ERROR: command finished with error: command (apps/web) yarn run build exited (1)
    [12:10:30.711] #9 75.08 command (apps/web) yarn run build exited (1)
  • b

    Ben Hybert

    03/02/2023, 12:20 PM
    [11:47:45.842] #9 74.75 @calcom/web:build: Type error: Property 'flatMap' does not exist on type '{ connectedCalendars: ({ integration: { credential: { type: string; id: number; userId: number | null; key: JsonValue; appId: string | null; invalid: boolean | null; }; credentials: { ...; }[]; ... 31 more ...; __template?: string | undefined; }; credentialId: number; primary?: undefined; calendars?: undefined; erro...'.
    [11:47:45.843] #9 74.75 @calcom/web:build:
    [11:47:45.845] #9 74.75 @calcom/web:build:   85 |     // get all the connected integrations' calendars (from third party)
    [11:47:45.846] #9 74.75 @calcom/web:build:   86 |     const connectedCalendars = await getConnectedCalendars(calendarCredentials, user.selectedCalendars);
    [11:47:45.848] #9 74.75 @calcom/web:build: > 87 |     const calendars = connectedCalendars.flatMap((c) => c.calendars).filter(notEmpty);
    [11:47:45.849] #9 74.75 @calcom/web:build:      |                                          ^
    [11:47:45.850] #9 74.75 @calcom/web:build:   88 |     const selectableCalendars = calendars.map((cal) => {
    [11:47:45.852] #9 74.75 @calcom/web:build:   89 |       return { selected: selectedCalendarIds.findIndex((s) => s.externalId === cal.externalId) > -1, ...cal };
    [11:47:45.854] #9 74.75 @calcom/web:build:   90 |     });
    [11:47:45.855] #9 74.97 @calcom/web:build: error Command failed with exit code 1.
  • m

    Mayank Kishore

    03/02/2023, 6:17 PM
    image.png
  • m

    Mayank Kishore

    03/02/2023, 6:17 PM
    getting this bug? does anyone know how to fix this for a round robin event scheduler. The time slot shouldn't show up if no one is available
    p
    s
    e
    • 4
    • 5
  • f

    Faris Abdul Malik

    03/08/2023, 1:38 AM
    Hey, i’m planing to build an app that connects with a 3rd party payment processor. Is this possibe?
    p
    • 2
    • 2
1...161718...22Latest