https://cal.com logo
Join Slack
Powered by
# general
  • p

    Peter

    04/03/2023, 5:01 PM
    Hello! Is it the desired behavior that in an event type with seats, the bookers can NOT reschedule or cancel via email anymore? We are running v2.7.4 self hosted. I hope this is the right channel for this question. If not please let me know where this question is appropriate. Thanks a lot!
  • m

    Mykhailo Sheremet

    04/03/2023, 6:25 PM
    Hi! I have been charged multiple times for same team and same period of time. And now even though if I calculate all charged amount I should have 2 or 3 months ahead my service is disrupted!
    • 1
    • 2
  • d

    Dom

    04/03/2023, 7:01 PM
    Getting this somewhat generic error on
    /api/trpc/viewer.public.slots.getSchedule
    for all sorts of issues related to the schedule, e.g. faulty calendar connections or case sensitive event type slugs. Not only on our own API calls, but on the booking page as well. Self-hosted, going to send a link to a test case in our private channel (#C048ERC1X0W)
  • b

    Ben Hybert

    04/03/2023, 8:00 PM
    getting this in the latest update:
    z
    • 2
    • 3
  • b

    Ben Hybert

    04/03/2023, 8:00 PM
    undefined showing up
  • t

    Tomiwa Ademidun

    04/04/2023, 6:49 AM
    How do I listen to events in calcom React embed v1.0.2? THe docs show the following example which isn't possible in React
    Copy code
    Cal("on", {
        action: "ANY_ACTION_NAME",
        callback: (e)=>{
          // `data` is properties for the event.
          // `type` is the name of the action(You can also call it type of the action.) This would be same as "ANY_ACTION_NAME" except when ANY_ACTION_NAME="*" which listens to all the events.
          // `namespace` tells you the Cal namespace for which the event is fired/
          const {data, type, namespace} = e.detail;
        }
      })
    The codesandbox snippet shows the following which I can;t use because I am not using the latest calcom but instead using
    "@calcom/embed-react": "^1.0.2"
    , which is compatible with React 17
    Copy code
    const Cal = await getCalApi();
          Cal("on", {
            action: "*",
            callback: (e) => {
              console.log(e.detail);
            }
          });
    p
    • 2
    • 1
  • e

    Evandro Caruso

    04/04/2023, 1:17 PM
    Hi Team I created a Webhook with all events. When Event Created and Canceled is working fine... But I receive nothing when reschedule any Event... Any trick or solution? (It´s a regular metting of 60')
  • d

    Dean Zimberg

    04/04/2023, 3:00 PM
    Hey team, I'm having an issue with the thumbnail metadata - it says & in mine instead of & Founder. Any ideas why?
    l
    p
    u
    • 4
    • 6
  • d

    Dean Zimberg

    04/04/2023, 3:00 PM
    cal.com/dean
    p
    • 2
    • 2
  • m

    Mars Robertson

    04/04/2023, 4:41 PM
    Maybe you'll help. Maybe this feature already exists. If yes ---> tell me where to click. If not ---> maybe that's your niche, multi-million opportunity. I just want to create a recurring event and allow people to join. BUT ---> https://stackoverflow.com/questions/60683012/google-calendar-could-not-find-the-requested-event (issues, hassle, login, permissions, trouble)... I would I could copy link to the meeting and share it, but does not work for me, even when making entire calendar public. What I need: 1. Create a recurring event 2. Host a page online with 2 paragraphs of text: "this meeting is about A B C D, agenda is here, add to your calendar Meeting platform: jitsi Agenda plaform: trello Placeholder landing page with calendar invite ---> maybe cal.com?
    s
    • 2
    • 7
  • p

    Parl Johnson

    04/04/2023, 7:27 PM
    how do we set a default location on the confirmation page?
  • p

    Parl Johnson

    04/04/2023, 7:28 PM
    i want to send in a query string parameter to set the location address like we do with name and email, how do you make it work for location?
    p
    a
    • 3
    • 2
  • h

    Hunter Peress

    04/04/2023, 9:08 PM
    So, I book in 55min intervals as it is impossible to book back to back 60 min meetings. Next!....My avail hours are 10-8 pm, HOWEVER, the latest booking someone can grab is 6:15 with me....this feels like a bug as someone should be able to book a 7:05 with me. Basically...theres 1:45 minutes of unusable time. I suppose one solution is to change my avail hours...however, would be nice if it worked as a think it should (or if someone gave me perspective on how I could otherwise be thinking about this)
  • m

    Mattias Wihlner

    04/05/2023, 5:29 AM
    We've embedded cal.com on our website. It has been working fine as far as I know but now I was about to do a test booking to check some other stuff we want to do when a booking comes in and it simply says "Could not book the meeting. Can you try again with a different time?" with a Go back-link. Why is this happening? I tried two different days on different weeks? Surely the time should be unavailable if its not bookable for some reason?
  • m

    Mattias Wihlner

    04/05/2023, 5:36 AM
    https://github.com/calcom/cal.com/issues/7701 found this issue, made a comment to confirm
  • m

    Mattias Wihlner

    04/05/2023, 5:42 AM
    Getting the same error in Safari and Firefox. Coworker gets a different problem in both Firefox and Safari, the iframe just goes full-width and all white when he selects a time. If he clicks a time twice he gets a 500 error in the white box that then blinks to white.
  • m

    Mattias Wihlner

    04/05/2023, 5:45 AM
    Waiting a few minutes with the "Could not book the meeting" error visible and then clicking Confirm once more allowed me to get the booking through on my end now.
  • m

    Mattias Wihlner

    04/05/2023, 6:14 AM
    Third coworker getting same issue
  • m

    Mattias Wihlner

    04/05/2023, 6:15 AM
    Also can't login on cal.com ...
  • m

    Mattias Wihlner

    04/05/2023, 6:15 AM
    500 error
  • d

    David Asabina

    04/05/2023, 7:43 AM
    Hey folks, I use cal.com between different clients and want to sometimes use a different e-mail address for specific events (especially those made on behalf of the clients, where I already book into the GCals inside of the client's GWorkspaces which are fwd-ing mail to my address). I couldn't spot a way to set that up from glancing through the docs, am I missing something or is this not possible at the moment?
  • b

    Ben Hybert

    04/05/2023, 3:24 PM
    getting this issue on dev build using latest ‘main’ branch: @Emrysal - im not sure if this is due to the new changes or not
    p
    e
    • 3
    • 7
  • a

    Arpan Patel

    04/05/2023, 6:52 PM
    Is there a way to create read only availability link? I want allow user just to see my availability but not allow them to book
    p
    d
    • 3
    • 4
  • t

    tanmay kejriwal

    04/05/2023, 7:54 PM
    Can I open the actual calendar inside cal.com ?
  • j

    Josh

    04/06/2023, 12:03 AM
    does anyone know any tools that could merge multiple calendars into a single, aggregated calendar which describes my overall availability? (ideally in a privacy-centric way… so, client-side or self-hosted)
    r
    • 2
    • 2
  • j

    Josh

    04/06/2023, 12:04 AM
    usecase is i’d like to combine my work + personal calendars > scrub event details > and sync the aggregated calendar into Cal for the public
  • а

    Артем Нізельник

    04/06/2023, 9:51 AM
    hi, is there any channel for support questions? I have an issue with my cal.com. It is registered with email 1, but I connected it to email 2 and calendar from email 2. The problem is that whenever anybody creates a link: cal.com/myname+theirname it creates an event in email 1 calendar but not email 2 calendar. I tried to select email 2 calendar as default and to change the email in user profile but both actions had no luck. • default calendar is not taken into account • there is an error when I try to update email. can anybody help or point me to the correct channel? Thank you in advance.
    r
    • 2
    • 1
  • n

    Nicole

    04/06/2023, 1:40 PM
    Hi all, sorry another question. I’m trying to understand how to customize the database connection with the self-hosted plan. I assume we need to make our own collection for our users since we are self-hosting. I see in the docs we add our DATABASE_URL string to the .env file. You’re using prism, and the docs mention postgreSQL. Prism docs say it also supports mongoDB. We use MongoDB, are there docs for users with mongoDB somewhere? Would we need to replace the queries then with our own? Or do you recommend all customers use postgreSQL? I did the quick prism setup that generates some fake users to play around with but that’s using your DB string so I wanna get ours set up 😅.
  • t

    Tim Joehnk

    04/06/2023, 6:48 PM
    Hi all, a search on the channel didn't produce results, so I hope it hasn't been asked, yet. Is there a way to automatically have the Zoom link added to either the location tab or the text body of the calendar entry that's being generated? While it's easy for me to start sessions from my Zoom account I have noticed that many of my meeting partners are confused about this and don't look up the email that was sent to them by the system - many only click on the tab in their calendar. Hence, they think they didn't receive a link. Am I overlooking something?
  • s

    Sylvio Petipermon

    04/07/2023, 11:10 PM
    a litlle bug with embed code, screen recording here : https://somup.com/c0fi0j42oL
1...373839...45Latest