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

    GitHub

    01/25/2023, 9:29 AM
    #6683 issue with date overwrites Issue created by PeerRich Hey everyone, quick note/issue I encountered: I added an override to my availability (unavailable on a specific day) but a client was still able to book a time on that day - any idea why that may have been the case? Slack Message calcom/cal.com
  • p

    Peer

    01/25/2023, 11:13 AM
    holy shit, 526 upvotes on hackernews https://news.ycombinator.com/item?id=34507672 #6 highest voted post all-time 😮
    n
    a
    • 3
    • 3
  • p

    Peer

    01/25/2023, 11:14 AM
    is nateb2022 here? šŸ˜„ can we send you a gift? ā¤ļø
  • c

    Caleb Wright

    01/25/2023, 4:09 PM
    šŸ‘‹ not sure if this is the right place to ask. Is it possible to setup a booking page for multiple people, but not assign it to a specific person? With teams, it looks the user has to pick a person before booking, but I'm looking for round-robin/first available assignment
    • 1
    • 1
  • a

    Andreas Lehr

    01/25/2023, 8:45 PM
    Riverside: Connection lost? I have an Event Type which had ā€œRiversideā€ app connected and the corresponding link. Link is not provided anymore, after booking. App is still there - tried to disconnect Riverside, reinstall again (yeah it-crowd) - didn’t work. The Event still does not list ā€œRiversideā€ anymore. using a ā€œlinkā€ as workaround for now. Anything broken on their side?
    p
    • 2
    • 6
  • s

    Sebastian

    01/26/2023, 8:40 AM
    @Peer @Ali there is a bad UX when a user adds availabilities eg. 14.45-16.30 with 30min events (see right side of screenshot) as the calendar shows a time slot at 16.15 (see left side of screenshot), but users can't book the 30min slot because the users isnt available after 16.30 anymore – it throws an error (see screenshot).
    p
    • 2
    • 1
  • p

    Peer

    01/26/2023, 8:44 AM
    we want to cache and speed up our booking page @zomars wrote an RFC to sync all calendars into a Cal.com-native CalDav Please read and leave your feedback https://github.com/calcom/cal.com/issues/6710
  • a

    Ayman Ben Abdellah

    01/26/2023, 7:57 PM
    Where can I find the recording of the video with Cal video
    m
    • 2
    • 4
  • h

    Hunter Heston

    01/27/2023, 3:53 AM
    Am I missing something for embedding in react? Followed: https://developer.cal.com/embed/set-up-your-embed and the page before it. My code is:
    Copy code
    import styles from "@/styles/Home.module.css";
    import Cal from "@calcom/embed-react";
    
    export default function Home() {
      return (
        <div style={{ height: "100vh", width: "100vw" }}>
          hello
          <Cal
            calLink="pro"
            config={{
              name: "Smith Doe",
              email: "johndoe@gmail.com",
              notes: "Test Meeting",
              guests: ["janedoe@gmail.com"],
              theme: "dark",
            }}
          />
        </div>
      );
    }
    All i see is a blank screen? Am I missing something? No console error logs
    h
    • 2
    • 1
  • g

    Greg Blackman

    01/27/2023, 11:39 PM
    Hi Team šŸ‘‹, is it possible to make Zoom the default video conferencing app? There doesn’t seem to be a way to change it.
    t
    p
    +4
    • 7
    • 10
  • j

    Jacob Devore

    01/29/2023, 6:46 PM
    How are you guys creating designs for new emails? Inline styles for emails are confusing, anything you are using to help build or tips and tricks when designing a new email?
  • b

    Ben Hybert

    01/29/2023, 10:49 PM
    another quick one here for the i18ln translation shizzle, there’s no impersonation tip set as default
  • b

    Ben Hybert

    01/29/2023, 10:49 PM
    none of the common files have this defined, so it’s not got anything to display, cheers
  • b

    Ben Hybert

    01/30/2023, 2:29 PM
    are you able to implement this feature @Peer?
  • b

    Ben Hybert

    01/30/2023, 2:31 PM
    just need a new item added in the language files called impersonation_user_tip
  • p

    Peer

    01/30/2023, 2:54 PM
    i believe there is a PR for this already open
  • b

    Ben Hybert

    01/30/2023, 3:21 PM
    Ta
  • p

    Peer

    01/30/2023, 3:27 PM
    merged! šŸŽ‰ should be live next update
  • b

    Ben Hybert

    01/30/2023, 3:52 PM
    did you see my comment RE: adding ukrainian (#6791)
  • b

    Ben Hybert

    01/30/2023, 3:52 PM
    https://github.com/calcom/cal.com/commit/8e994dcc3309bbc49c1f5ea9f44409e635570b3d
  • b

    Ben Hybert

    01/30/2023, 3:53 PM
    might need to revert that one, or add the relevant files
  • g

    Gavan Wilhite

    01/31/2023, 4:19 AM
    What is going on here!? I’ve spent the last hour configuring meeting blocks and booking types for this conference and my changes keep getting rolled back!
  • d

    Davide Pollicino

    01/31/2023, 7:16 AM
    @Peer, good morning šŸ™‚ I have received an event which is supposed to receive a payment too, I see the meeting being booked, but payment signed as pending payment, and nothing is shown on stripe; Now I to postpone the meeting until the payment is not confirmed or at least visible on my dashboard…
    p
    l
    j
    • 4
    • 21
  • b

    Ben Hybert

    01/31/2023, 1:21 PM
    whats the required fields to add users through postgres? with an example command if poss
  • b

    Ben Hybert

    01/31/2023, 1:21 PM
    @Peer i’m getting on very well with ReTool after yesterdays chat, just trying to work out what needs adding to the DB when adding users - without adding all the default stuff
    p
    • 2
    • 3
  • s

    Sebastian

    01/31/2023, 2:49 PM
    Does anyone know how custom "location" links currently saved in calcom? Can't find it in the database šŸ‘€
  • a

    Andreas Lehr

    01/31/2023, 4:31 PM
    Currently getting a "No available users found." error when trying to book an item. Worked till yesterday (using GCal + Riverside Video Link on Event) Event type ID is 169471 - any idea? recreate event?
    • 1
    • 1
  • p

    Petter SvƤrd

    01/31/2023, 4:47 PM
    Hi, i can't log inn to my user! Please help me someone.
    p
    • 2
    • 5
  • d

    Davide Pollicino

    01/31/2023, 7:37 PM
    Folks… We need to add automated tests here; Amazing product, but we cannot have regressions very often….
    p
    • 2
    • 2
  • p

    Peer

    01/31/2023, 8:43 PM
    officially crossed 3k people in slack… it’s getting crowded here
1...272829...45Latest