Looking to use Calendly's API or build integrations? Developer Community is here to help.
Recently active
I have an integration with an app I’m developing for scheduling meetings. My app checks the Calendly API and verifies the calendly subscription still exists everytime when it starts. I’m running NGROK to forward requests locally currently with the subscription and I can no longer see requests from Calendly. I confirmed the subscription is still there. I just tested another webhook for an esignature API I also have setup and it’s working and forwarding. The calendly one is broken and doesn’t forward (invitee.created in this case).It was working before, I have no network issues so I assume this is a Calendly problem. I can see the token shows last access date so auth/connect is fine. I am just not receiving payloads anymore. I last saw this working a few days ago.
I’m running into an issue when trying to suppress the GDPR banner for rescheduling events using the embedded widget integration.Calendly documentation indicates the GDPR cookie banner can be hidden using the “hide_gdpr_banner” GET parameter when calling the embedded popup integration. However, the banner still appears when I have the parameter set in the URL. The parameter is working correctly for embedded popup widgets to create an event and to cancel an event, but doesn’t work for rescheduling.Is this a bug in the Calendly integration?
We’re trying out the Calendly widget. The css file is not minified, and our site health check is complaining about it. Is there a minified version of this file?https://assets.calendly.com/assets/external/widget.cssNote that the corresponding JS file is minified.Thanks!
Hi all, I hope someone can help me with this.Issue:I’ve embedded a Calendly widget into my website.I’ve tried following along with the documentation to dynamically add UTM parameters to the data-url (as the documentation says) and reinitialise the Calendly widget (along with trying a range of other things): https://help.calendly.com/hc/en-us/articles/4406950779799-How-to-source-track-your-Calendly-embed-with-UTM-parameters#h_01HBEHS384CGRJB9RHQH0T4A8YStill whenever I submit the widget, no UTMs are passed through.I’ve tried adding them to the data-url, using prefill, and reinitialising the widget after adding them. Use Case:I need to be able to track the source and medium of sessions (especially who come from campaigns) when a user fills out the Calendly widget on an embedded calendar on my website.It seems everything (all integrations and help pages) is geared around people booking on a Calendly page and not via an embedded calendar on a website.Surely there is a solution to this?It ne
Hi, I appreciate this is fairly niche but after a couple of days attempting to shoehorn the recommended solution into my inherited codebase, I’m running out of steam and could use some help.My page / component structure looks a bit like this:demo.js{companySize === 0 && (<><section>loadedCallback={() => {let formID = "1001";MktoForms2.loadForm( "//go.our-domain.com", "NUMBER", formID,function (form) {form.onSuccess(function () { let formValues = form.vals(); if (formValues) { setDemoDataSubmitted({ country: formValues.Country, companySize: formValues.companySize, companyName: formValues.Company, firstName: formValues.FirstName, lastName: formValues.LastName, email: formValues.Email, phone: formValues.Phone, }); } if (formValues.companySize) { setCompanySize( parseInt(formValues.companySize) ); } else if ( formValues.cBcompanymetricsemployees ) { setCompanySize( parseInt( form.vals().cBcompanymetricsemployees ) );
I am a developer in a company that wish to embed calendly of there customer so non caledly user can schedule meeting with them - i have the customer calendly link but not the customer calendly credentials nor it access token.i manage to embed there calendar but so user can schedule a meetings - but i wish to save in my site the schedule time of the user meetingsi find how to do so - is there a way ?
I copied the code like it was said in and embedded it onto to my website. Problem: the cookie banner on the mobile version lags, is sticky and simply SHOULDN’T be there, because I chose the option to hide the cookie banner. Here is a link to my website: https://infogrowth.framer.ai/ I’ve already done everything under the sun, but it just doesn’t work. Appreciate any help or advice!
Here's another question for the Calendly Community:---**Title**: Tips for Making Calendly Inline Embed Responsive in Framer?**Question**: Hi everyone! I'm embedding a Calendly scheduler inline on my Framer website, but I'm struggling with making it responsive across different screen sizes. I want the Calendly embed to automatically resize based on the device width without cutting off any content.Does anyone have suggestions or best practices for making a Calendly inline embed fully responsive in Framer? Any CSS tips or adjustments within Framer would be appreciated. Thank you!--- This version focuses on achieving responsive behavior across devices.
Making a website on Framer and trying to embed a Calendly popup. It keeps giving me this narrow long size. Not sure how to fix this. Please help, thank you.
Hi, I’m trying to automate the creation of my calendly events and managed to get a one off event to be created using this API https://developer.calendly.com/api-docs/v1yuxil3cpmxq-create-one-off-event-typeMy issue is that for my calendly events, I need there to be quick questions like email, names, and an additional custom text field but the one off event doesn’t seem to support that functionality.Is there a way to get one off events to support questions or is there a beta API where something like create event types is possible?
Is it possible to add new contact and create booking through the API?
Is it possible to use the API or some other functionality to bulk create event types, particularly round-robin events? My organization needs to inspect units and we need each event to have a distinctive name as well as location. While one-off-meetings could have worked, the problem is that they do not allow for round-robin scheduling or assigning specific time slots to specific people—there are just multiple host options.
Reschedule url is not supporting styling eg:`${url}?background_color=1f2937&text_color=f9fafb&primary_color=6366f1`; for inline element
Dear community,While the embedded form adapts perfectly to all screen sizes on another subpage of my site created with Elementor Pro, it does not want to work on a new subpage. The form is displayed with a minimum width of 320 px on all screen sizes. The settings of both subpages are the same.In another topic here in the community, I found an answer from an employee who says, "Our default embed code should resize its width with the screen, although CSS on the parent page may affect its ability to do this."So, what could be the problem here?Best regards
In my web application I use calendly widget. Why is it that when I load a widget on my page, the stripe module loads? I don't have a payment option in the form, and the integration is disabled in my personal account. This fact negatively affects the page loading speed.
Hi folks, I am trying to setup an API call in order to setup a keyboard shortcut for one off meetings usings Espanso (a text replacement piece of software) :m15 will give me a one off link for a 15min meeting:m30 will give me a one off link for a 30 min meeting:m50 will give me a one off link for a 60 min meeting The issue is that I need to define a start and end date, whereas ideally I would like to have it so that people can book into my calender from today, up to 2 months away in my diary. I have copied the code block below; any help with this would be very much appreciated! curl --request POST \ --url https://api.calendly.com/one_off_event_types \ --header 'Authorization: Bearer <myapikey>' \ --header 'Content-Type: application/json' \ --data '{ "name": "15 Minute Meeting", "host": "https://api.calendly.com/users/<myhostlink>", "duration": 15, "timezone": "Europe/Dublin", "date_setting": { "type": "date_range", "start_date": "2024-10-15",
Hi,I'm using the Calendly inline widget in an Angular project and need to override specific styles (e.g., display: contents, justify-content: center) for the class _CUP1np9gMvFQrcPftuf. My attempts using ::ng-deep, !important, disabling ViewEncapsulation, and even Renderer2 for inline styles haven’t worked, as the external CSS (booking-469382ad.css) keeps overriding my styles.Is there any way to reliably override the Calendly widget's CSS, or any service that allows direct control over its styles?Thanks!
Hi ,There is no redirect URL parameter when we create one off event through api https://api.calendly.com/one_off_event_types which create automatic redirect after booking a slot and time of the given event . But when we tried to manual through dashboard its worked. Is there any other api which can add the redirect URL on completion of booking process?.
Hello, I am working on a project that involves retrieving event information similar to what is displayed in the attached image (e.g., the date and time of the event, email of the invitee, questions, and the Google Meet link). I would like to know which API I should use to retrieve this data for all events on my account so I can test it with Postman. Could you also provide the necessary parameters for making the API calls?Could you please provide guidance or documentation on the appropriate API for accessing these details with Postman?
Hello,I am working on a project that involves retrieving event information similar to what is displayed in the attached image (e.g., the date and time of the event, email of the invitee, questions, and the Google Meet link). I would like to know which API I should use to retrieve this data for all events on my account so I can test it with Postman. Could you also provide the necessary parameters for making the API calls?Could you please provide guidance or documentation on the appropriate API for accessing these details with Postman?
Hello,I am trying to test the Calendly API endpoint https://api.calendly.com/scheduled_events in Postman to retrieve all scheduled events. Could you please help me understand how to obtain all the necessary parameters, such as the organization, user, and group URIs? Specifically, I'd like to know:How can I obtain the organization URI for my account? What is the best way to retrieve the user and group URIs required for this API? Are there any specific parameters or steps I should follow to ensure I get all events for the organization?
I tried adding the code from several articles but it didn’t work. i.e.: from the article at https://developer.calendly.com/release-notes it says:“To automatically resize the standard html embed code, data-resize="true" will need to be added as an attribute:<div class="calendly-inline-widget"data-url="http://calendly.com/YOUR-LINK"data-resize="true"style="min-width:320px;height:700px;"></div>However, the code of my calendly does NOT match this. There is not a ‘style’ section in the code, and so I tried inserting data-resize=”true” after my data-url part and before my <script type= part. That did nothing to the calendar but instead just showed the text I’d added as text below the calendar. I also tried inserting it after the <script type= part, but that also just displayed data-resize=”true” as text below my calendar.Here is my code (with some details obscurred for privacy):<!-- Calendly inline widget begin --><div class="calendly-inline-widget" data-url="h
Hello, people!I was trying to create an endpoint to connect the Calendly app into my app. Like to connect the API to get the events for an user that authenticates, and connect them into my calendar.Now, I did that, it works. But, at some point I received an error which goes like this:“Please upgrade your Calendly account to Standard”I did that, now, idk if the error appeared for the user account or the account where the app was setup.It worked, never the less. I upgraded the user account. But, I tried with another account now, that has no subscription. And it worked again.I created another app on another API account, to make sure. And tried it with the account that had no subscription. And it worked.What is going on?But now, idk, do I, as a developer, need to have subscription? It doesn’t make sense to me.Idk what is happening.
I’ve embed a Calendly widget, but it keeps refreshing on mobile (iOS). On desktop, it works fine.
We are using calendly to book meetings on Zoom. We have the integration setup and can see these meetings in our zoom data. However, we have several associates meeting with clients throughout the day and we are leveraging a public round robin approach to our calendar. Given that calendly is generating unique links per meeting, is it possible to pull those links from the api so that we can validate attendance in zoom?
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.