Add to Calendar Button is Hidden

This help doc shows you how to edit code on your webpage if you're experiencing a block with the add to calendar button being hidden or cut-off.

Why is the Add to Calendar Button Hidden and How Do I Fix It?

We understand some users have experienced the content of the add to calendar button being cut off, or some calendar options aren't available. The video below will take you step-by-step to show you exactly what code you'll need to use so that all calendar options are visible when someone clicks on the Add to Calendar button on your website.


Fixing the container

  1. Find the container you have the button inside of (usually a <div>).
  2. Within the opening <div> tag, add style="overflow: visible;"

Watch this Tutorial!