Skip to main content

 

Standard Paid plan. 

Calendly branding is turned off.

Booking events still have “Powered by Calendly” in the upper right corner. 

Meeting invite emails to contacts still say “Powered by Calendly”. 

Hi, I have the same issue. But in ADMIN CENTER there is not the option anymore to remove “Powered by Calendly” We have 4 seats in our account and 1 doesn’t show the label while the other do.

Where can I find the code above and change TRUE to FALSE?

Thanks 


Hi,

Is there any update with this issue?

I’m on a ‘Teams’ plan, with currently 4 users/seats.  I’ve unchecked the ‘Use Calendly branding’ option under ‘Settings → Branding’.

I’m embedding the calendar with the following code:

window.Calendly.initPopupWidget(
{
url: `https://calendly.com/${ this.user_slug }/${ this.event_slug }?${ this.calendlyInitParams }`,
parentElement: document.querySelector( '.calendly-container' ),
prefill: {
name : this.lead_name,
email : this.lead_email
},
branding : false
}
);

The calendar appears with the ‘Powered by Calendly’ banner incorrectly shown. 

Cheers,
Neil


Hi, I have the same issue. But in ADMIN CENTER there is not the option anymore to remove “Powered by Calendly” We have 4 seats in our account and 1 doesn’t show the label while the other do.

Where can I find the code above and change TRUE to FALSE?

Thanks 



Hi @Stefania20705 ! Sorry to hear that you’re still running into this! The ‘Branding’ option wouldn’t be found in the Admin Center, but rather you can find it under your Account Settings! From there, select ‘Branding’, then you will have the option to turn off the toggle there:


Could you check this option in your settings, then check your booking pages again? You may need to clear the cache and cookies within your browser after doing so. Let us know!


Hi,

Is there any update with this issue?

I’m on a ‘Teams’ plan, with currently 4 users/seats.  I’ve unchecked the ‘Use Calendly branding’ option under ‘Settings → Branding’.

I’m embedding the calendar with the following code:

window.Calendly.initPopupWidget(
{
url: `https://calendly.com/${ this.user_slug }/${ this.event_slug }?${ this.calendlyInitParams }`,
parentElement: document.querySelector( '.calendly-container' ),
prefill: {
name : this.lead_name,
email : this.lead_email
},
branding : false
}
);

The calendar appears with the ‘Powered by Calendly’ banner incorrectly shown. 

Cheers,
Neil

Hi Neil - Thanks for reaching out about this!

Could you share a link to where the booking page is embedded? Is this happening with all four users in your organization? I’ve taken a look at some of your public booking pages (Non-embedded) and I’m not seeing the banner on my end, is this the same for you? At a glance, the code here looks correct, but this would give us a little more insight. 

​​​​​​Cheers!

​​


Hi this is still an issue?  I have the calendly branding turned off, but my booking page continues to have the Powered by Calendly banner in the upper right. 


Hi @Robert10507.

Thanks for reaching out - If you’ve already gone through some of the steps left in the comments here, I’d recommend reaching out to our support team at support@calendly.com or chatting in at anytime! They can take a look into your specific case and what might be going on.

Some key things to try as well:
1. Clear your cache and cookies
2. Try viewing the booking page from another browser
3. If your pages are embedded, ensure that the parameter ‘hide_gdpr_banner=1’ is added to the link. As described here