Looking to use Calendly's API or build integrations? Developer Community is here to help.
Recently active
Hi,I’m a psuedo-dev and have done extensive work to integrate Calendly to our HaloPSA platform. I’m working on an idea that’ll centralize all meetings booked in Calendly to the specific relevant client’s Microsoft Teams channel instead of it being a personal meeting.The basic idea is to have a custom location listed as “Clients Teams Channel” or something that we would use on specific meeting types across the org, a webhook from Calendly at the time of booking triggers an external process that spins up the Teams meeting in that channel and then updates the invite sending the update to all users.My question is if one of the following is possibleFrom the Admin section can we define a custom location and make it available to be chosen added to the specific event types by the team members, or do they have to create a new “Custom” location for each person/each meeting Is it possible we can override the Event Type settings with query parameters in the link (I saw something like this was a ne
Hi, we need to know if its possible somehow to edit text fonts and size from calendly embed in website and also text colors.And also want to know if it’s possible to add multiple calendars and make different event type with different calendars…Thank You
I’d like to be able to do two things:Prefill one of the answers with specific content. Hide my avatar and the event details.Is it possible to do both? I got them working separately with what looks like different embed code, but can’t figure out what to do to make them both work.Here’s my embed code:*******************************************<div id="calendly-embed" style="min-width:100%;height:700px;"></div><script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script><script>Calendly.initInlineWidget({ url: 'https://calendly.com/pianoladybarb', parentElement: document.getElementById('calendly-embed'), prefill: { customAnswers: { a1: "PT5000 Module 1: Unit 1: Knowledge Check" } }});</script>***********************************And a link to the pagehttps://calendly.com/pianoladybarb/knowledgecheckThe pre-filled answer a1 is of higher priority to me, so if it can’t be done that’s o
Hey Calendly Community,I'm currently working on integrating Calendly into a custom web application, and I'm facing some challenges that I hope you can help me with. Here's the scenario:I've successfully embedded the Calendly widget into our application, and it works great for scheduling appointments. However, we want to enhance the user experience by customizing the appearance and behavior of the embedded widget to better match our application's design and functionality.Here are the specific issues I'm encountering: Styling Customization: I'm having trouble applying custom styles to the embedded Calendly widget. I've tried using CSS to modify the appearance, but it seems like some styles are overridden by the default Calendly styles. How can I effectively customize the look and feel of the embedded widget? Responsive Design: Our application is designed to be responsive, but I'm struggling to make the embedded Calendly widget fully responsive. It doesn't resize properly on smaller scr
Our users cannot sign onto calendy because zscaler cannot process the request for the extension. We have tried to bypass it by bypassing this and sending it straight to the internet but it still does not work. api.airbrake.io calendly.airbrake.ioI just need to know what the extension uses in order to fix this for our users while on site.
Hi team Calendly. I have had a few customers saying they cannot book a meeting with me via my clanldy link. Having looked into it with a customer today, it appears to be those trying to book a slot via an Aple phone using chrome. I can see there ws mention of this same issue 2 months ago but cannot see if this is still being addressed or is there a workaround for now. my workaround for now is “Experiencing issues with booking via your IOS mobile device? – please WhatsApp on the number below.” https://activementor.co.uk/meet-active-mentor/ but is not pretty. Any clues? I am a titch irritated by this as I route google ads to this page... Lee@activementor.co.uk
I can't find the Teams API endpoint.Is it possible to manage Teams and Teams Event Types via API?Thanks.
I'm wondering if an API exists that offers the functionality mentioned previously. In particular, is it possible for our service's users to utilize this feature through an API without needing to integrate with Google account?Member B opens up their calendar for online meetings, setting aside 30 minutes per appointment. Member A checks Member B's calendar. Member A selects an available slot in Member B's schedule. Member A chooses to have a Google Meet meeting. A meeting schedule is created for Member A and Member B, including a link to hold the meeting on Google Meet.
What are the best practices for integrating Calendly with custom applications using the API? I'm looking for guidance on automating scheduling processes and managing availability effectively
Hi,I am using a paid Calendly account but I am unable to create Calendly Event Types via the developer APIs.Our requirements are:We want to create an event using APIs and use the created event URI to generate a single-use scheduling link for candidates.I tried One-Off events but they don’t fulfill our requirements.Please help if there is any alternative or workaround.Feel free to let me know if you need any further adjustments!
Hello,I have a dropdown in my Calendly embed but on mobile I cannot see the full dropdown list, only the bottom, and I cannot scroll up either. I looked through some questions and found that the issue can be solved by increasing the height of the calendar embed, but since my question has a lot of answer options this does not really work for this case, as the section would be way too long when the dropdown is closed. I also tried adding different `overflow-y` rules to the `.calendly-inline-widget` class but nothing I added made a difference.Do you have any suggestions of how I can fix this?Thanks a lot EDIT: The scrolling used to work when I first implemented this, I don’t know if any settings changed recently?
When we reschedule an event in calendly and then call scheduled_events end point in API, it returns two events, one with status cancelled with older time slot and another with status active with new time slots. In this case how can i infer that the second event in actually the reschedule of first event?
i want to know condition that classify meeting into upcoming and pending meetings category
When I request the Calendly API, I encountered an unexpected error, and I'm not sure what caused it. Could you please explain it to me or make some improvements to your API? I believe I need more specific feedback regarding the error.The API I requested is "Get Access Token."https://developer.calendly.com/api-docs/be9b32ef4b44c-get-access-tokenIn the past, over a considerable period of time, I have received the following errors separately:bad request: [json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - invalid literal; last read: '<'bad request: [json.exception.parse_error.101] parse error at line 1, column 2: syntax error while parsing value - invalid literal; last read: 'no'bad request: [json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - invalid literal; last read: 'u'.... <title>auth.calendly.com | 520: Web server is returning an unknown error</title> ......But according
Hi Team, I hope you are doing well.I am connecting calendly to my website using Oauth issue is , its showing "The requested scope is invalid, unknown, or malformed."but if I am using scope - default ,I am getting auth code on redirect URI If I am using scope - user.read user.write calendars.read calendars.writeits gives error // OAuth Detailsconst clientId = '';const redirectUri = 'https://spiceshing.com';const scopes = 'user.read user.write calendars.read calendars.write ';const state = '1234';please help us in resolving this issue,usecase , connect calendly to my website and then user can schedule meet
Hello Calendly Developer Community,I'm currently working on integrating Calendly into our Node.js/Express application to allow users to manage their appointments. I have successfully directed users to the authorization URL, and they can authorize the application successfully. However, I am encountering an issue during the OAuth token exchange phase.Process Overview: User Authorization: Users are redirected to the following URL to authorize: https://auth.calendly.com/oauth/authorize?client_id=YOUR_CLIENT_ID&redirect_uri=YOUR_ENCODED_REDIRECT_URI&response_type=code Upon successful authorization, they are redirected back with an authorization code. Authorization Code Example: Code received: qc_wV5N-WYdM8ROY-xZJRVwQUp2nx_mY3ONn1i3Yb_Q Token Exchange Request: I then make a POST request to exchange the authorization code for an access token: curl --request POST \ --url https://auth.calendly.com/oauth/token \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-ur
May I know how to delete webhook? as in documentation it stated required webhook_uuid but which one is the uuid?
I’ve been following the example and Getting Started guide for implementing the embedded Calendly control, and how the parent window may receive notifications by setting a message handler. The window is not receiving any messages. [My react-native code is copied below.]I also copied the code from another user’s question, with no success.Does this feature work? I’m looking to be able to confirm within my application that an event has been scheduled.Feel free to simply address the code in the other user’s question, but I have copied my code below (with the link replaced). React-native prototype code:import React, { useEffect } from 'react';import { View, Text, TextInput } from 'react-native';export const IFrameTest = () => { const htmlContent = `<!DOCTYPE html> <html> <body> <!-- Calendly inline widget begin --> <div class="calendly-inline-widget" data-url="https://calendly.com/xxxxmy-linkxxxx?embed_domain=localhost&embed_type=Inlin
Team, I am extracting the data from the api ,https://api.calendly.com/user_availability_schedules Few providers blocked using wday and few users are with date. Is there any parameters to differentiate which providers are active on What “TYPE”. Its really confusing . ThanksFarsana
So, i want to query all round robin event types from an organizationI’m using the https://developer.calendly.com/api-docs/25a4ece03c1bc-list-user-s-event-types API but when i use the ‘organization’ parameter instead of ‘user’ parameter, i’m only receiving individual eventswhen i use the user paremeter it works fine, but for my use case i’ll need to get all round robin events available, independent of the useris there anyway to achieve that without having to query user by user?
Hi there,I tried to connect Calendly with Make/Workato using a webhook. It seems that the most important field (the date and time of the scheduled appointment) is missing from the transferred data.Can anyone help with this and tell me how to find the right information?Regards!
We have been using Calendly for quite some time, having integrated it into our system via a Google form submission where your team provided us with the Client ID and Secret through LastPass.We are currently exploring the possibility of seamlessly migrating this integration to a new management platform. We would like to inquire if there is a straightforward process for this transition that would maintain the continuity of our current setup without any disruptions.Additionally, we have encountered a challenge with the recent requirement for Auth with PKCE in Calendly. Our current application is not managed through a platform that supports this, and we are required to change the kind of app to 'native'. We are seeking guidance on whether there is a solution that would allow us to comply with this new requirement without having to alter our existing application structure.We would greatly appreciate any assistance or recommendations you could provide to help us navigate these updates.Thank
Hi,We’re setting up the calendly integration but are surprised to see that it doesn’t work without greatly relaxing the Content-Security-Policy in use in our app: in order to work, calendly requires the ‘unsafe-inline' and ‘unsafe-eval’ on both the script-src and style-src fetch directives. This is making us more exposed to CSRF and XSS attacks.So my question is: are you aware of this, and are you planning to update your JS code?Thanks
When I try connaction by API V2 URLhttps://api.calendly.com/webhook_subscriptionsI have error from Cloudfare with 403 error. How I can recive access to API?
Can we edit and update the event and scheduled events through API?I read the documentation but found the resource only to delete the event.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.