https://cal.com logo
Join SlackCommunities
Powered by
# general
  • a

    Arjun Devarajan

    02/21/2023, 8:28 PM
    seems like if you schedule an event, then immediately cancel right afterwards, you get a notification about a 500 error code (this shows up in the JS console as well). that said, the functionality works sort of as expected (the event does get cancelled and does get removed from the organizer's calendar), but an email is not sent to confirm the cancellation. this appears to happen consistently from what i can tell (at least on round robin and collective events)
    p
    • 2
    • 2
  • a

    Arjun Devarajan

    02/21/2023, 8:32 PM
    rescheduling appears to frequently gives this error (the case i've written below is true, but other cases also appear to be true) update: this is happening every time i try to reschedule a round robin or collective event, when the time that i select in the round robin event doesn't match the person's individual default calendar (the person with whom the original event was scheduled). the time is on the calendar because someone else in the round robin has that availability, but it tries to reschedule with the original person and cannot. it should either schedule with a different person, or just not show the times that are unavailable for the individual person (assuming the guest wants to reschedule with that person in particular)
  • h

    Holly Springsteen

    02/21/2023, 9:38 PM
    running into an issue where I already had an account set up then went to accept an invite to a Team. That team does not show up in my account. Do I need to delete my account and start from the team invite?
  • s

    Sylvio Petipermon

    02/22/2023, 12:28 AM
    asking how to translate "Attendee Phone Number" in french
  • s

    Sylvio Petipermon

    02/22/2023, 1:58 AM
    can you avoid double field for phone number when location is phone, and we ask for phone ?
  • s

    Sylvio Petipermon

    02/22/2023, 2:01 AM
    how can we move custom field ?
  • s

    Sylvio Petipermon

    02/22/2023, 3:02 AM
    Is it possible to translate reminder email in French ?
  • l

    Lee Sheedy

    02/22/2023, 3:21 AM
    @Sylvio Petipermon are you looking to do this for everything or just the reminder?
  • s

    Sylvio Petipermon

    02/22/2023, 4:18 AM
    Yes for everything. It will be great to have a full experience in French. I can particate in translation if needed.
    p
    • 2
    • 1
  • d

    David Bartolomucci

    02/22/2023, 4:28 AM
    Question for @Ciarán @Peer and any of the Cal Team Members… For the past year or so, we have had monthly recurring meetings with our customer advisory board to get feedback on our product — the meeting usually included 5-10 industry professionals. However, recently the group has grown to over 20 professionals, which is making the meetings too packed. In light of this, we are hoping to change it from one meeting a month to 4 shorter meetings per month where each advisor can choose which meeting time fits their schedule best each month. We would like to set a cap of 5 people for each so that the meetings don’t get too big. What would be the best way to go about setting this up in Cal? For example, for the following month, I would like to set up the following times for all the advisors to choose from: Thursday - March 9th, 11:00 AM Thursday - March 9th, 12:00 PM Thursday - March 9th, 1:00 PM Thursday - March 9th, 2:00 PM Also, note that just cause an advisor picks the 11AM time for this month, it doesn’t lock them into that same time for all subsequent meetings. Ideally, each month they will have the chance to choose which time fits their schedule best.
    c
    • 2
    • 52
  • u

    Umar Nizamani

    02/22/2023, 12:08 PM
    Is there an uptime status monitor? I can’t find it on the website either My agenda is suddenly broken (it shows all slots as free though from March onwards) resulting in me being forced to reschedule multiple appointments manually
    p
    b
    • 3
    • 5
  • j

    Jose Teran

    02/22/2023, 7:17 PM
    Hello. I have a question. Is there a way you can pre-populate the calendar form that ask name and email with the info from a routing form. So we can improve the user experience by filling just one a form. Thank you!
    p
    h
    • 3
    • 8
  • a

    Alexandros Etairidis

    02/22/2023, 8:24 PM
    Very quick question, we are trying to display certain events in certain languages, Is that at all possible ?
  • j

    Jorge Miguel Fonseca

    02/22/2023, 10:28 PM
    Hi, I’ve set a few Full day events with “Busy” availability on Google Calendar and Cal.com still shows slots on those days.
  • s

    Sebastian Gale

    02/22/2023, 11:33 PM
    Hey everyone, having some issues with the cal.com embed and was directed by support to join the Slack. I was embedding my calendar on the coming soon page for my web agency and I found three bugs with the inline embed. All 3 of them are observable in the CodeSandbox demos (and I can also throw up a link if it's helpful to see my implementation). The first bug is that when it displays the screen for a successfully scheduled meeting, it's bigger than its container. So what happens is the bottom gets cut off and it creates an internal scrollbar to see the cut-off portion. I fixed this by implementing my own quick and simple booking success screen (which doesn't necessarily size properly at this point in time, would need to use the __dimensionChanged action). The timezone/time options selector on desktop gets cut off at the bottom. I fixed this by giving the container wrapping the embed extra height to account for it and then overriding the styling of the iframe to fill the height of the container. The loading indicator is (very noticeably on mobile) off-centred because it's positioned at left: 50% which doesn't take into account the width of the indicator itself which is 30px. It should be left: calc (50% - 15px). Its vertical positioning has the same issue but is less noticeable. Also, not a bug but a UX problem present in the regular booking pages as well (not specific to the embed) is that on mobile the date selection should move to a new screen instead of keeping the rest visible, which is how Calendly handles it. I've actually even had a couple of my friends comment on it who I've had test some of my booking stuff. This is kinda important regardless of whether I use the embed because I imagine I'm not the only one to find this clunky, and it affects everyone. Also, just a quick question, is there any way for me to easily just build out my own cal.com widget?
    h
    • 2
    • 2
  • g

    GitHub

    02/23/2023, 8:05 AM
    #7292 Refill Booking Form with Routing Form fields effortlessly. Issue created by hariombalhara Hello. I have a question. Is there a way you can pre-populate the calendar form that ask name and email with the info from a routing form. So we can improve the user experience by filling just one a form. Thank you! Slack Message calcom/cal.com
  • m

    miguel m

    02/23/2023, 7:06 PM
    Hi there, I hope this is the place to ask this kind of questions, I’m using cal with a license key, so the API calls are done with this
    key
    extra param, but when I try to use the embed the cal is giving 404, I can see that if I change the cal.com domain for my client’s instance domain then it works, so how can I tell the embed script to point the url to my other domain?
    p
    • 2
    • 2
  • n

    Neil Grigg

    02/24/2023, 8:41 AM
    hey stupid question, but is there an easy way for a non-technical user to export booking data via a CSV?
  • m

    miguel m

    02/24/2023, 2:55 PM
    is there a way to call API event types which also contain the owner names? that would be very helpfull
  • p

    Peer

    02/24/2023, 4:08 PM
    v2.6.5 just dropped with another round of many bug fixes https://github.com/calcom/cal.com/releases/tag/v2.6.5
  • s

    Shir Harel

    02/24/2023, 4:30 PM
    Hi everyone! I'm trying to understand what kind of billing functionality cal.com has. So let's say I have self hosted cal.com and connect a stripe account. From there, can I configure basic billing tasks like "send this person an email and ask for payment when they schedule," "refund the payment when canceled," "charge cancellation fees when outside cancellation window" etc. Or, do I need to build all of that myself?
  • d

    Dean Zimberg

    02/24/2023, 5:24 PM
    Hey is there a support channel? For whatever reason, my link is case sensitive and the top link results in a 404 error: cal.com/Dean/45 cal.com/dean/45
    p
    • 2
    • 4
  • d

    Dean Zimberg

    02/24/2023, 5:25 PM
    Oddly, cal.com/Dean works 🤷
  • d

    Davide Pollicino

    02/26/2023, 9:46 AM
    ... Why? 😞 I know that in this event, there is the limit of max 1 daily meeting; cal.com/davidepollicino/mentorship-networking
    a
    • 2
    • 2
  • s

    Sebastian Gale

    02/26/2023, 10:17 PM
    Not sure why I didn't get any replies, where should I go to get help with the cal.com embed? Their support told me to join this Slack
  • g

    GitHub

    02/27/2023, 6:07 AM
    #7419 Embed Issues - Reported on Slack Issue created by hariombalhara Hey everyone, having some issues with the http://cal.com|cal.com embed and was directed by support to join the Slack. Verify the issues and fix them. I was embedding my calendar on the coming soon page for my web agency and I found three bugs with the inline embed. All 3 of them are observable in the CodeSandbox demos (and I can also throw up a link if it's helpful to see my implementation). The first bug is that when it displays the screen for a successfully scheduled meeting, it's bigger than its container. So what happens is the bottom gets cut off and it creates an internal scrollbar to see the cut-off portion. I fixed this by implementing my own quick and simple booking success screen (which doesn't necessarily size properly at this point in time, would need to use the __dimensionChanged action). The timezone/time options selector on desktop gets cut off at the bottom. I fixed this by giving the container wrapping the embed extra height to account for it and then overriding the styling of the iframe to fill the height of the container. The loading indicator is (very noticeably on mobile) off-centred because it's positioned at left: 50% which doesn't take into account the width of the indicator itself which is 30px. It should be left: calc (50% - 15px). Its vertical positioning has the same issue but is less noticeable. Also, not a bug but a UX problem present in the regular booking pages as well (not specific to the embed) is that on mobile the date selection should move to a new screen instead of keeping the rest visible, which is how Calendly handles it. I've actually even had a couple of my friends comment on it who I've had test some of my booking stuff. This is kinda important regardless of whether I use the embed because I imagine I'm not the only one to find this clunky, and it affects everyone. Also, just a quick question, is there any way for me to easily just build out my own http://cal.com|cal.com widget? Slack Message calcom/cal.com
  • w

    Will Gittoes

    02/27/2023, 8:46 AM
    Howdy folks, is there a way to add an ICS URL calendar? Obviously it would be read-only (so only useful for availability blocking, and not as the target for creating meetings). I have a URL like this I would like to use:
    <https://outlook.office365.com/owa/calendar/jgukjgn@example.com/asdfasdf/calendar.ics>
    (Note: I can't use the Outlook app because I'm self-hosted and I don't have a registered MS app, so work account won't allow auth).
  • g

    Goo formation

    02/27/2023, 2:57 PM
    Hello all,
  • g

    Goo formation

    02/27/2023, 2:57 PM
    Can you help me with this problem
  • g

    Goo formation

    02/27/2023, 2:57 PM
    https://gooformation.fr/formation-management/piloter-une-reunion-dequipe/
1...313233...45Latest