$(function(){$(document).on("focusin",()=>{["add-to-calendar-btn","add-to-calendar","apple-calendar","google-calendar","outlook-calendar","365-calendar","other-calendar"].includes(document.activeElement.id)||($(".add-to-calendar").hasClass("open")?($(".add-to-calendar").removeClass("open"),$(this).attr("aria-expanded",!1)):$(this).attr("aria-expanded",!0))});$(document).click(function(){$(".add-to-calendar").hasClass("open")||$(".add-to-calendar").attr("aria-expanded",!1)});$(".add-to-calendar").click(function(){$(".add-to-calendar").hasClass("open")?$(this).attr("aria-expanded",!1):$(this).attr("aria-expanded",!0)})})