CINXE.COM

Submit an Event · Claremont Graduate University

<!DOCTYPE html> <html lang="en-US"> <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta property="og:title" content="Submit an Event · Claremont Graduate UniversityClaremont Graduate University"><meta property="og:site_name" content="Claremont Graduate University"><meta property="og:description" content=""><meta property="og:url" content="https://www.cgu.edu/events/community/submitcguevent"><meta property="og:type" content="article"><meta property="og:image" content="https://www.cgu.edu/wp-content/themes/cgu/assets/images/emblem.png"> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; var pathnameParts = document.location.pathname.split('/'); /* Check to see if the page is a top level program page. */ var pageType = pathnameParts[1]; if (!pageType) pageType = "home"; if (pageType == "school") { /* For schools, push the school and page type. */ switch (pathnameParts[2]) { case 'ssspe': var schoolFullName = "School of Social Science, Policy & Evaluation"; break; case 'drucker-school-of-management': var schoolFullName = "Drucker School of Management"; break; case 'school-of-arts-and-humanities': var schoolFullName = "School of Arts & Humanities"; break; case 'school-of-community-and-global-health': var schoolFullName = "School of Community & Global Health"; break; case 'school-of-educational-studies': var schoolFullName = "School of Educational Studies"; break; case 'center-for-information-systems-and-technology': var schoolFullName = "Center for Information Systems & Technology"; break; case 'institute-of-mathematical-sciences': var schoolFullName = "Institute of Mathematical Sciences"; break; default: var schoolFullName = "Void"; } dataLayer.push({ event: "dle_pageDataLoaded", page: { school: schoolFullName, type: pageType } }); } else { /* For all other page types, just push the page type. */ dataLayer.push({ event: "dle_pageDataLoaded", page: { type: pageType } }); } /***** End page load event *****/ </script> <script type="text/javascript"> /***** Start CTA click event *****/ document.addEventListener("DOMContentLoaded", () => { var CTAlinks = document.querySelectorAll('[data-track="cta-link"]'); var pushToDataLayer = function() { var linkURL = this.getAttribute("href"); if (linkURL.indexOf("://") > 0 || linkURL.indexOf("//") === 0) { //console.log("This is Absolute URL."); } else { //console.log("This is Relative URL."); if (linkURL.startsWith("/")) { linkURL = window.location.origin + linkURL; } else { linkURL = window.location.origin + "/" + linkURL; } } dataLayer.push({ event: "dle_ctaClick", cta: { text: this.innerHTML, url: linkURL } }); }; for (var i=0; i<CTAlinks.length; i++) { if (CTAlinks[i].getAttribute("href") && CTAlinks[i].innerHTML) { CTAlinks[i].addEventListener('click', pushToDataLayer); } } }); /***** End CTA click event *****/ </script> <script type="text/javascript"> /***** Start Request Info Form No School *****/ setTimeout(function() { window.$ = jQuery; var noSchoolRequestInfo = function() { var formId = "form_1610fda6-ffe0-4992-bdfc-26ea97a2f55e_container"; // This form check code is copied from the embedded form itself. var form = $('#form_1610fda6-ffe0-4992-bdfc-26ea97a2f55e_container'); form.find('button.form_button_submit').on('click', function() { var form = window['form_1610fda6-ffe0-4992-bdfc-26ea97a2f55e']; if (form.Validate()) { // form field values // country var e = document.getElementById("form_8f211a63-b828-44c7-b13b-0b9e50e904b8"); var value = e.value; var countryVal = e.options[e.selectedIndex].text; // degree var e = document.getElementById("form_1e0b5f5b-1b08-4da8-99b9-a0b03d2c83c7"); var value = e.value; var degreeVal = e.options[e.selectedIndex].text; // program var e = document.getElementById("form_809e7923-40de-43d9-bd3e-10d256f20175"); var value = e.value; var programVal = e.options[e.selectedIndex].text; // start term var e = document.getElementById("form_a42a6ad9-e0ae-4e4c-ae71-bbf55e1e659a"); var value = e.value; var startVal = e.options[e.selectedIndex].text; var dataLayer = window.dataLayer || []; dataLayer.push({ event: "dle_formComplete", form: { country: countryVal, degree: degreeVal, id: formId, name: "Request Info - No School", program: programVal, startTerm: startVal } }); } }); } var ssspeRequestInfo = function() { var formId = "form_423376dd-dc14-4230-b3ca-4e7ae2689fac_container"; // This form check code is copied from the embedded form itself. var form = $('#form_423376dd-dc14-4230-b3ca-4e7ae2689fac_container'); form.find('button.form_button_submit').on('click', function() { var form = window['form_423376dd-dc14-4230-b3ca-4e7ae2689fac']; if (form.Validate()) { // form field values // country var e = document.getElementById("form_8f211a63-b828-44c7-b13b-0b9e50e904b8"); var value = e.value; var countryVal = e.options[e.selectedIndex].text; // degree var e = document.getElementById("form_cff82792-de45-4912-8a0b-c7ee379a01cd"); var value = e.value; var degreeVal = e.options[e.selectedIndex].text; // program var e = document.getElementById("form_809e7923-40de-43d9-bd3e-10d256f20175"); var value = e.value; var programVal = e.options[e.selectedIndex].text; // start term var e = document.getElementById("form_a42a6ad9-e0ae-4e4c-ae71-bbf55e1e659a"); var value = e.value; var startVal = e.options[e.selectedIndex].text; var dataLayer = window.dataLayer || []; dataLayer.push({ event: "dle_formComplete", form: { country: countryVal, degree: degreeVal, id: formId, name: "Request Info - SSSPE", program: programVal, school: "ssspe", startTerm: startVal } }); } }); } var dsmRequestInfo = function() { var formId = "form_06119eb3-0d6d-4dd3-a79f-5ec2db92939d_container"; // This form check code is copied from the embedded form itself. var form = $('#form_06119eb3-0d6d-4dd3-a79f-5ec2db92939d_container'); form.find('button.form_button_submit').on('click', function() { var form = window['form_06119eb3-0d6d-4dd3-a79f-5ec2db92939d']; if (form.Validate()) { // form field values // country var e = document.getElementById("form_8f211a63-b828-44c7-b13b-0b9e50e904b8"); var value = e.value; var countryVal = e.options[e.selectedIndex].text; // degree var e = document.getElementById("form_1e0b5f5b-1b08-4da8-99b9-a0b03d2c83c7"); var value = e.value; var degreeVal = e.options[e.selectedIndex].text; // program var e = document.getElementById("form_809e7923-40de-43d9-bd3e-10d256f20175"); var value = e.value; var programVal = e.options[e.selectedIndex].text; // start term var e = document.getElementById("form_a42a6ad9-e0ae-4e4c-ae71-bbf55e1e659a"); var value = e.value; var startVal = e.options[e.selectedIndex].text; var dataLayer = window.dataLayer || []; dataLayer.push({ event: "dle_formComplete", form: { country: countryVal, degree: degreeVal, id: formId, name: "Request Info - Drucker", program: programVal, school: "drucker", startTerm: startVal } }); } }); } var sahRequestInfo = function() { var formId = "form_66efbb60-40f2-4890-ad88-bdb6474adc15_container"; // This form check code is copied from the embedded form itself. var form = $('#form_66efbb60-40f2-4890-ad88-bdb6474adc15_container'); form.find('button.form_button_submit').on('click', function() { var form = window['form_66efbb60-40f2-4890-ad88-bdb6474adc15']; if (form.Validate()) { // form field values // country var e = document.getElementById("form_8f211a63-b828-44c7-b13b-0b9e50e904b8"); var value = e.value; var countryVal = e.options[e.selectedIndex].text; // degree var e = document.getElementById("form_1e0b5f5b-1b08-4da8-99b9-a0b03d2c83c7"); var value = e.value; var degreeVal = e.options[e.selectedIndex].text; // program var e = document.getElementById("form_809e7923-40de-43d9-bd3e-10d256f20175"); var value = e.value; var programVal = e.options[e.selectedIndex].text; // start term var e = document.getElementById("form_a42a6ad9-e0ae-4e4c-ae71-bbf55e1e659a"); var value = e.value; var startVal = e.options[e.selectedIndex].text; var dataLayer = window.dataLayer || []; dataLayer.push({ event: "dle_formComplete", form: { country: countryVal, degree: degreeVal, id: formId, name: "Request Info - SAH", program: programVal, school: "sah", startTerm: startVal } }); } }); } var scghRequestInfo = function() { var formId = "form_4e61f608-3453-4a30-9b0b-1e9232d7ce1d_container"; // This form check code is copied from the embedded form itself. var form = $('#form_4e61f608-3453-4a30-9b0b-1e9232d7ce1d_container'); form.find('button.form_button_submit').on('click', function() { var form = window['form_4e61f608-3453-4a30-9b0b-1e9232d7ce1d']; if (form.Validate()) { // form field values // country var e = document.getElementById("form_8f211a63-b828-44c7-b13b-0b9e50e904b8"); var value = e.value; var countryVal = e.options[e.selectedIndex].text; // degree var e = document.getElementById("form_1e0b5f5b-1b08-4da8-99b9-a0b03d2c83c7"); var value = e.value; var degreeVal = e.options[e.selectedIndex].text; // start term var e = document.getElementById("form_a42a6ad9-e0ae-4e4c-ae71-bbf55e1e659a"); var value = e.value; var startVal = e.options[e.selectedIndex].text; var dataLayer = window.dataLayer || []; dataLayer.push({ event: "dle_formComplete", form: { country: countryVal, degree: degreeVal, id: formId, name: "Request Info - SCGH", school: "scgh", startTerm: startVal } }); } }); } var sesRequestInfo = function() { var formId = "form_38aa748e-3f5d-4e45-b6e7-5e74b54872c3_container"; // This form check code is copied from the embedded form itself. var form = $('#form_38aa748e-3f5d-4e45-b6e7-5e74b54872c3_container'); form.find('button.form_button_submit').on('click', function() { var form = window['form_38aa748e-3f5d-4e45-b6e7-5e74b54872c3']; if (form.Validate()) { // form field values // country var e = document.getElementById("form_8f211a63-b828-44c7-b13b-0b9e50e904b8"); var value = e.value; var countryVal = e.options[e.selectedIndex].text; // degree var e = document.getElementById("form_20cb2efd-8d93-453e-9dc1-155504681b8d"); var value = e.value; var degreeVal = e.options[e.selectedIndex].text; // program var e = document.getElementById("form_809e7923-40de-43d9-bd3e-10d256f20175"); var value = e.value; var programVal = e.options[e.selectedIndex].text; // start term var e = document.getElementById("form_a42a6ad9-e0ae-4e4c-ae71-bbf55e1e659a"); var value = e.value; var startVal = e.options[e.selectedIndex].text; var dataLayer = window.dataLayer || []; dataLayer.push({ event: "dle_formComplete", form: { country: countryVal, degree: degreeVal, id: formId, name: "Request Info - SES", program: programVal, school: "ses", startTerm: startVal } }); } }); } var cisatRequestInfo = function() { var formId = "form_ec466b1a-f6e5-4b5c-a55b-e5c1f9755be4_container"; // This form check code is copied from the embedded form itself. var form = $('#form_ec466b1a-f6e5-4b5c-a55b-e5c1f9755be4_container'); form.find('button.form_button_submit').on('click', function() { var form = window['form_ec466b1a-f6e5-4b5c-a55b-e5c1f9755be4']; if (form.Validate()) { // form field values // country var e = document.getElementById("form_8f211a63-b828-44c7-b13b-0b9e50e904b8"); var value = e.value; var countryVal = e.options[e.selectedIndex].text; // degree var e = document.getElementById("form_1e0b5f5b-1b08-4da8-99b9-a0b03d2c83c7"); var value = e.value; var degreeVal = e.options[e.selectedIndex].text; // start term var e = document.getElementById("form_a42a6ad9-e0ae-4e4c-ae71-bbf55e1e659a"); var value = e.value; var startVal = e.options[e.selectedIndex].text; var dataLayer = window.dataLayer || []; dataLayer.push({ event: "dle_formComplete", form: { country: countryVal, degree: degreeVal, id: formId, name: "Request Info - CISAT", school: "cisat", startTerm: startVal } }); } }); } var imsRequestInfo = function() { var formId = "form_b70f12f6-61db-468c-b797-b52878e7c7bf_container"; // This form check code is copied from the embedded form itself. var form = $('#form_b70f12f6-61db-468c-b797-b52878e7c7bf_container'); form.find('button.form_button_submit').on('click', function() { var form = window['form_b70f12f6-61db-468c-b797-b52878e7c7bf']; if (form.Validate()) { // form field values // country var e = document.getElementById("form_8f211a63-b828-44c7-b13b-0b9e50e904b8"); var value = e.value; var countryVal = e.options[e.selectedIndex].text; // degree var e = document.getElementById("form_1e0b5f5b-1b08-4da8-99b9-a0b03d2c83c7"); var value = e.value; var degreeVal = e.options[e.selectedIndex].text; // program var e = document.getElementById("form_809e7923-40de-43d9-bd3e-10d256f20175"); var value = e.value; var programVal = e.options[e.selectedIndex].text; // start term var e = document.getElementById("form_a42a6ad9-e0ae-4e4c-ae71-bbf55e1e659a"); var value = e.value; var startVal = e.options[e.selectedIndex].text; var dataLayer = window.dataLayer || []; dataLayer.push({ event: "dle_formComplete", form: { country: countryVal, degree: degreeVal, id: formId, name: "Request Info - IMS", program: programVal, school: "ims", startTerm: startVal } }); } }); } var programRequestInfo = function() { var formId = "form_2bdac0f9-db87-4f27-aca6-df8e4a468e30_container"; // This form check code is copied from the embedded form itself. var form = $('#form_2bdac0f9-db87-4f27-aca6-df8e4a468e30_container'); form.find('button.form_button_submit').on('click', function() { var form = window['form_2bdac0f9-db87-4f27-aca6-df8e4a468e30']; if (form.Validate()) { // form field values // country var e = document.getElementById("form_8f211a63-b828-44c7-b13b-0b9e50e904b8"); var value = e.value; var countryVal = e.options[e.selectedIndex].text; // degree var e = document.getElementById("form_cba9d5f0-a47e-4b04-bf4b-b2e0c00df948"); var value = e.value; var degreeVal = e.options[e.selectedIndex].text; // program var e = document.getElementById("form_809e7923-40de-43d9-bd3e-10d256f20175"); var value = e.value; var programVal = e.options[e.selectedIndex].text; // start term var e = document.getElementById("form_a42a6ad9-e0ae-4e4c-ae71-bbf55e1e659a"); var value = e.value; var startVal = e.options[e.selectedIndex].text; var dataLayer = window.dataLayer || []; dataLayer.push({ event: "dle_formComplete", form: { country: countryVal, degree: degreeVal, id: formId, name: "Request Info - Footer", program: programVal, startTerm: startVal } }); } }); } var footerRequestInfo = function() { //console.log("clicked submit"); function validateEmail(email) { var regex = /^\w+([.-]?\w+)*@\w+([.-]?\w+)*(\.\w{2,3})+$/; return regex.test(email); } var formId = "gform_1"; var firstName = document.getElementById("input_1_1_3").value; var lastName = document.getElementById("input_1_1_6").value; var userEmail = document.getElementById("input_1_2").value; //console.log(validateEmail(userEmail)); if(firstName && lastName && validateEmail(userEmail)) { //console.log("push data"); // form field values // country var e = document.getElementById("input_1_3_6"); var countryVal = e.options[e.selectedIndex].text; // degree var e = document.getElementById("input_1_7"); var degreeVal = e.value; // program var e = document.getElementById("input_1_4"); var programVal = e.value; // start term var e = document.getElementById("input_1_6"); var startVal = e.options[e.selectedIndex].text; var dataLayer = window.dataLayer || []; dataLayer.push({ event: "dle_formComplete", form: { country: countryVal, degree: degreeVal, id: formId, name: "Request Info - Footer", program: programVal, startTerm: startVal } }); } } if(pathnameParts[1] == "request-info") { // console.log("no school request-info"); noSchoolRequestInfo(); } else if(pathnameParts[1] == "school" && pathnameParts[3] == "request-info") { // Get school name from dataLayer. let schoolFullName = dataLayer.find(x => x.event === 'dle_pageDataLoaded').page['school']; // console.log(schoolFullName + " - request-info"); switch (pathnameParts[2]) { case 'ssspe': ssspeRequestInfo(); break; case 'drucker-school-of-management': dsmRequestInfo(); break; case 'school-of-arts-and-humanities': sahRequestInfo(); break; case 'school-of-community-and-global-health': scghRequestInfo(); break; case 'school-of-educational-studies': sesRequestInfo(); break; case 'center-for-information-systems-and-technology': cisatRequestInfo(); break; case 'institute-of-mathematical-sciences': imsRequestInfo(); break; } } else if(pathnameParts[1] == "academics" && pathnameParts[2] == "program") { /* For old Gravity form var submitButton = document.getElementById("gform_submit_button_1"); submitButton.addEventListener("click", footerRequestInfo, false); */ programRequestInfo(); } }, 5000); /***** End Request Info Form No School *****/ </script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v23.8 - https://yoast.com/wordpress/plugins/seo/ --> <title>Submit an Event · Claremont Graduate University</title> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:site_name" content="Claremont Graduate University" /> <meta name="twitter:card" content="summary_large_image" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.cgu.edu/#website","url":"https://www.cgu.edu/","name":"Claremont Graduate University","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.cgu.edu/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//connect.facebook.net' /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.cgu.edu\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.6.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='tribe-accessibility-css-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/css/accessibility.min.css?ver=6.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-full-calendar-style-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-full.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-custom-jquery-styles-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/jquery-ui-1.8.23.custom.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-bootstrap-datepicker-css-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/vendor/bootstrap-datepicker/css/bootstrap-datepicker.standalone.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-calendar-style-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-theme.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-calendar-full-mobile-style-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-full-mobile.min.css?ver=6.8.1' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='tribe-events-calendar-mobile-style-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-theme-mobile.min.css?ver=6.8.1' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='tribe-select2-css-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/vendor/tribe-selectWoo/dist/css/selectWoo.min.css?ver=6.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://www.cgu.edu/wp-includes/css/dashicons.min.css?ver=6.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='editor-buttons-css' href='https://www.cgu.edu/wp-includes/css/editor.min.css?ver=6.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='tec-variables-skeleton-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/css/variables-skeleton.min.css?ver=6.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='tec-variables-full-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/css/variables-full.min.css?ver=6.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-dependency-style-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/css/dependency.min.css?ver=6.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-bumpdown-css-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/css/bumpdown.min.css?ver=6.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-buttonset-style-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/css/buttonset.min.css?ver=6.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-common-admin-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/css/tribe-common-admin.min.css?ver=6.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe_events-recurrence-css' href='https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/css/events-recurrence.min.css?ver=7.3.0' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-pro-mini-calendar-block-styles-css' href='https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/css/tribe-events-pro-mini-calendar-block.min.css?ver=7.3.0' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.cgu.edu/wp-includes/css/dist/block-library/style.min.css?ver=6.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='bu-navigation-block-frontend-style-css' href='https://www.cgu.edu/wp-content/plugins/bu-navigation/src/block-frontend.css?ver=1.3.4' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='tec-events-pro-editor-events-classic-css-css' href='https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/css/custom-tables-v1/editor-events-classic.min.css?ver=7.3.0' type='text/css' media='all' /> <link rel='stylesheet' id='tec-events-pro-editor-events-css-css' href='https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/css/custom-tables-v1/editor-events.min.css?ver=7.3.0' type='text/css' media='all' /> <link rel='stylesheet' id='cgu-css' href='https://www.cgu.edu/wp-content/themes/cgu/assets/css/cgu.min.css?ver=1731007584' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-jquery-timepicker-css-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/vendor/jquery-tribe-timepicker/jquery.timepicker.css?ver=6.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='thickbox-css' href='https://www.cgu.edu/wp-includes/js/thickbox/thickbox.css?ver=6.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-admin-ui-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/src/resources/css/events-admin.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-datepicker-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/css/datepicker.min.css?ver=6.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-community-list-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar-community-events/src/resources/css/tribe-events-community-list.min.css?ver=5.0.5' type='text/css' media='all' /> <link rel='stylesheet' id='tribe_events-community-styles-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar-community-events/src/resources/css/tribe-events-community.min.css?ver=5.0.5' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-common-skeleton-style-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/css/common-skeleton.min.css?ver=6.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-tooltip-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/css/tooltip.min.css?ver=6.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-virtual-admin-css-css' href='https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/css/events-virtual-admin.min.css?ver=1.15.8' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-virtual-zoom-admin-style-css' href='https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/css/events-virtual-zoom-admin.min.css?ver=1.15.8' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-virtual-single-skeleton-css' href='https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/css/events-virtual-single-skeleton.min.css?ver=1.15.8' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-views-v2-bootstrap-datepicker-styles-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/vendor/bootstrap-datepicker/css/bootstrap-datepicker.standalone.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-tooltipster-css-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/vendor/tooltipster/tooltipster.bundle.min.css?ver=6.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-views-v2-skeleton-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/src/resources/css/views-skeleton.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-virtual-skeleton-css' href='https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/css/events-virtual-skeleton.min.css?ver=1.15.8' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-common-full-style-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/css/common-full.min.css?ver=6.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-views-v2-full-css' href='https://www.cgu.edu/wp-content/plugins/the-events-calendar/src/resources/css/views-full.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-virtual-full-css' href='https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/css/events-virtual-full.min.css?ver=1.15.8' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-virtual-single-full-css' href='https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/css/events-virtual-single-full.min.css?ver=1.15.8' type='text/css' media='all' /> <link rel='stylesheet' id='tribe_events-premium-admin-style-css' href='https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/css/events-admin.min.css?ver=7.3.0' type='text/css' media='all' /> <link rel='stylesheet' id='wp-add-custom-css-css' href='https://www.cgu.edu?display_custom_css=css&#038;ver=6.6.1' type='text/css' media='all' /> <script type="text/javascript" src="https://www.cgu.edu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/vendor/php-date-formatter/js/php-date-formatter.min.js?ver=6.8.1" id="tribe-events-php-date-formatter-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/wpo365-login/apps/dist/pintra-redirect.js?ver=33.2" id="pintraredirectjs-js" async></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/vendor/jquery-resize/jquery.ba-resize.min.js?ver=6.8.1" id="tribe-events-jquery-resize-js"></script> <link rel="https://api.w.org/" href="https://www.cgu.edu/wp-json/" /><link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.cgu.edu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.cgu.edu%2Fevents%2Fcommunity%2Fsubmitcguevent" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.cgu.edu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.cgu.edu%2Fevents%2Fcommunity%2Fsubmitcguevent&#038;format=xml" /> <meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://www.cgu.edu"><link rel="alternate" href="https://www.cgu.edu/wp-json/tribe/events/v1/" /><link rel="icon" href="https://www.cgu.edu/wp-content/uploads/2017/03/cropped-CGU-favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.cgu.edu/wp-content/uploads/2017/03/cropped-CGU-favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://www.cgu.edu/wp-content/uploads/2017/03/cropped-CGU-favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.cgu.edu/wp-content/uploads/2017/03/cropped-CGU-favicon-270x270.png" /> <style type="text/css" id="wp-custom-css"> .tribe-community-events .tribe-section-image-uploader {display: none !important} .tribe-community-events .tribe-section-taxonomy--post_tag {display: none !important} .tribe-community-events .tribe-section-event-status {display: none !important} .tribe-community-events .tribe-section-content-row.tribe-field-type-dropdown {display: none !important} .header-menu .sub-menu .sub-menu__cta>a::after { background: #af1e27; } </style> <!-- start Omniconvert.com code --> <link rel="dns-prefetch" href="//app.omniconvert.com" /> <script type="text/javascript">window._mktz=window._mktz||[];</script> <script src="//cdn.omniconvert.com/js/afd85c8.js"></script> <!-- end Omniconvert.com code --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TH72LQF');</script> <!-- End Google Tag Manager --> <!-- Facebook requires domain verification --> <meta name="facebook-domain-verification" content="sxfpj0z92eulgd9g80cuc3kc1bnqjv" /> <!-- Slate ping code --> <script async="async" src="https://admissions.cgu.edu/ping"></script> <!--[if lte IE 9 ]> <link rel="stylesheet" href="https://www.cgu.edu/wp-content/themes/cgu/assets/css/lteIE9.css" media="screen" title="IE9 Stylsheet"> <![endif]--> <!-- Degular fonts --> <link rel="stylesheet" href="https://use.typekit.net/hil5bzs.css" /> </head> <body class="wp_router_page-template-default single single-wp_router_page postid-5178 tribe-no-js tribe_community_edit tribe-theme-cgu"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TH72LQF" height="0" width="0" style="display:none;visibility:hidden" title="Google Tag Manager" aria-hidden="true"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <header id="masthead" class="site-header global-header" role="banner"> <a class="skip-link screen-reader-text" href="#page">Skip to content</a> <nav class="global-nav u-container"> <!-- links --> <div class="u-display-block-md-100"> <ul class="global-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39643"><a href="https://www.cgu.edu/give/">Give</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10258"><a target="_blank" rel="noopener" href="https://my.cgu.edu/">MyCGU</a></li> <li class="button menu-item menu-item-type-custom menu-item-object-custom menu-item-33236"><a href="/apply">Apply Now</a></li> </ul> </div> <!-- SEARCH - mobile --> <a href="#header-search-form" class="ui-icon-button search-toggle class-toggle" data-target=".site-header" data-class="search-open" data-focus="input#s" title="open search field" role="button"> <span class="icon--search"></span> </a> <!-- hamburger menu icon --> <a href="#" id="hamburger-menu-btn" class="ui-icon-button menu-toggle class-toggle" data-target=".site-header" data-class="open-menu" role="button" aria-label="Toggle Menu"> <span class="ui-text menu-icon" aria-hidden="true"> <span class="bars" aria-hidden="true"></span> </span> <span class="u-display-none">Toggle Menu</span> </a> </nav> <!-- nav container - central & school --> <div class="nav-scroll-container"> <nav class="nav-main"> <!-- Central main nav --> <div class="contextual-nav u-container nav-main__central"> <!-- search bar & title --> <div class="contextual-nav__flex-box"> <div class="site-search"> <div class="u-container"> <script async src="https://cse.google.com/cse.js?cx=60acebcdc9aea4339"> </script> <div class="gcse-search"></div> </div> </div> <div class="site-title"> <a href="https://www.cgu.edu/" rel="home" class="site-title__link" aria-label="Return to home page"> <img class="site-title__link__img" src=" https://www.cgu.edu/wp-content/themes/cgu/assets/images/cgu-header-logo-large-2.png" alt="Claremont Graduate University logo" /> </a> </div> </div> <!-- nav menu options and search --> <div class="header-menu__wrapper"> <ul id="central-menu" class="central-menu header-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-33243"><a href="#">Life at CGU</a> <ul class="sub-menu"> <li class="sub-menu__cta menu-item menu-item-type-post_type menu-item-object-page menu-item-33244"><a href="https://www.cgu.edu/map/">Check the Campus Map</a><p class="description">This is a great tool to familiarize yourself with our campus</p></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8473"><a href="https://www.cgu.edu/why-cgu/">Why CGU</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-33245"><a href="https://www.cgu.edu/news/">News</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33246"><a href="https://www.cgu.edu/visit-us/">Visit Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33247"><a href="https://www.cgu.edu/about/">About Us</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33248"><a href="/events">Events</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33250"><a href="https://www.cgu.edu/map/">Campus Map</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33249"><a href="https://www.cgu.edu/student-life/">Student Life</a></li> </ul> </li> <li class="menu-item--academics menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-33251"><a href="#">Academics</a> <ul class="sub-menu"> <li class="sub-menu__heading menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-33252"><a>In This Section</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4482"><a href="https://www.cgu.edu/academics/">Programs</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33253"><a href="https://www.cgu.edu/academics/cgu-online/">Online Programs</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-35312"><a href="https://www.cgu.edu/admissions/community-corporate-partners/graduate-scholars-program/">Claremont Colleges 1-Year Masters</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5633"><a href="https://www.cgu.edu/research/">Research</a></li> </ul> </li> <li class="sub-menu__heading menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-33256"><a>Schools &#038; Departments</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-school menu-item-33257"><a href="https://www.cgu.edu/school/school-of-arts-and-humanities/">Arts &#038; Humanities</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-school menu-item-34967"><a href="https://www.cgu.edu/school/ssspe/division-of-behavioral-organizational-sciences/">Behavioral &#038; Organizational Sciences</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-school menu-item-33263"><a href="https://www.cgu.edu/school/school-of-community-and-global-health/">Community &#038; Global Health</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-school menu-item-33262"><a href="https://www.cgu.edu/school/drucker-school-of-management/">Drucker School of Management</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-school menu-item-33258"><a href="https://www.cgu.edu/school/school-of-educational-studies/">Educational Studies</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-school menu-item-33261"><a href="https://www.cgu.edu/school/center-for-information-systems-and-technology/">Information Systems &#038; Technology</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-school menu-item-33260"><a href="https://www.cgu.edu/school/institute-of-mathematical-sciences/">Mathematical Sciences</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-school menu-item-34968"><a href="https://www.cgu.edu/school/ssspe/division-of-politics-economics/">Politics &#038; Economics</a></li> </ul> </li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-33264"><a href="#">Admissions</a> <ul class="sub-menu"> <li class="sub-menu__cta menu-item menu-item-type-post_type menu-item-object-page menu-item-33265"><a href="https://www.cgu.edu/apply/">Apply Now</a><p class="description">Start your academic career with CGU today</p></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4483"><a href="https://www.cgu.edu/admissions/">About Admissions</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33266"><a href="https://www.cgu.edu/admissions/international-applicants/">International Applicants</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33270"><a href="https://www.cgu.edu/admissions/how-to-apply/">How to Apply</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33272"><a href="https://www.cgu.edu/admissions/admitted-students/">Admitted Students</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33273"><a href="https://www.cgu.edu/admissions/admissions-events-calendar/">Events Calendar</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33271"><a href="https://www.cgu.edu/admissions/cost-aid/">Cost &amp; Aid</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33274"><a href="https://www.cgu.edu/admissions/community-corporate-partners/">Community &#038; Corporate Partners</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33275"><a href="https://www.cgu.edu/admissions/meet-our-team/">Meet Our Team</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-33276"><a href="#">Resources</a> <ul class="sub-menu"> <li class="sub-menu__cta menu-item menu-item-type-post_type menu-item-object-page menu-item-33277"><a href="https://www.cgu.edu/admissions/admitted-students/financial-aid-action-plan/">Financial Aid</a><p class="description">Start your academic career with CGU today</p></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33278"><a href="https://www.cgu.edu/alumni/">Alumni</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33279"><a href="https://www.cgu.edu/community/for-faculty-staff/">For Faculty and Staff</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-34504"><a href="https://my.cgu.edu/dean-of-students/for-students/">For Students</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33282"><a href="https://www.cgu.edu/give/">Giving</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33280"><a href="https://www.cgu.edu/community/for-employers/">For Employers</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-35313"><a target="_blank" rel="noopener" href="https://library.claremont.edu/">Library</a></li> </ul> </li> </ul> <div class="u-display-none-md-100"> <ul class="global-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39643"><a href="https://www.cgu.edu/give/">Give</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10258"><a target="_blank" rel="noopener" href="https://my.cgu.edu/">MyCGU</a></li> <li class="button menu-item menu-item-type-custom menu-item-object-custom menu-item-33236"><a href="/apply">Apply Now</a></li> </ul> </div> <div class="u-push request-info-mobile"> <a href="https://www.cgu.edu/request-info/" class="button button--solid button--red u-display-block"> Request Info </a> </div> <!-- SEARCH - desktop --> <a href="#header-search-form" class="ui-icon-button search-toggle class-toggle" data-target=".site-header" data-class="search-open" data-focus="input#s" title="open search field" role="button"> <span class="icon--search"></span> </a> </div> </div> <!-- SCHOOL NAV --> </nav> </div> </header><!-- #masthead --> <div> <main id="tribe-events-pg-template" class="tribe-events-pg-template" > <div id="tribe-community-events" class="tribe-community-events form"> <header class="my-events-header"> <h2 class="my-events"> Add New Event </h2> </header> <script> var tribe_events_pro_recurrence_data = {"rules":[],"exclusions":[]}; </script> <form method="post" enctype="multipart/form-data" data-datepicker_format="0"> <input type="hidden" name="post_ID" id="post_ID" value="40291"/> <input type="hidden" id="_wpnonce" name="_wpnonce" value="d1021985fc" /><input type="hidden" name="_wp_http_referer" value="/events/community/submitcguevent/" /> <div class="events-community-post-title"> <label for="post_title" class="">Event Title: <span class="req">(required)</span></label> <input id="post_title" type="text" name="post_title" value="" class="required" /> </div> <div class="events-community-post-content"> <label for="post_content" class="">Event Description: <span class="req">(required)</span></label> <textarea id="post_content" name="tcepostcontent" class="frontend required" ></textarea> </div> <div class="tribe-section tribe-section-datetime event-datepickers event-time eventForm"> <div class="tribe-section-header"> <h3>Event Time &amp; Date</h3> </div> <table class="tribe-section-content tribe-datetime-block"> <colgroup> <col class="tribe-colgroup tribe-colgroup-label"> <col class="tribe-colgroup tribe-colgroup-field"> </colgroup> <tr id="recurrence-changed-row"> <td colspan="2"> You have changed the recurrence rules of this event. Saving the event will update all future events. If you did not mean to change all events, then please refresh the page. </td> </tr> <tr class="tribe-section-content-row"> <td class="tribe-section-content-label"> <label for="EventStartDate" class="">Start/End: </label> </td> <td class="tribe-section-content-field"> <!-- Start Date --> <label class="screen-reader-text" for="EventStartDate"> Event Start Date </label> <input id="EventStartDate" autocomplete="off" type="text" class="tribe-datepicker tribe-field-start_date" name="EventStartDate" value="2024-12-02" /> <span class="helper-text hide-if-js">YYYY-MM-DD</span> <!-- Start Time --> <label class="screen-reader-text" for="EventStartTime"> Event Start Time </label> <input id="EventStartTime" autocomplete="off" type="text" class="tribe-timepicker tribe-field-start_time" name="EventStartTime" data-step="30" data-round="" data-disable-touch-keyboard="true" value="08:00:00" /> <span class="helper-text hide-if-js">HH:MM</span> <span class="tribe-datetime-separator"> to </span> <!-- End Time --> <label class="screen-reader-text" for="EventEndTime"> Event End Time </label> <input id="EventEndTime" name="EventEndTime" autocomplete="off" type="text" class="tribe-timepicker tribe-field-end_time" data-step="30" data-round="" data-disable-touch-keyboard="true" value="17:00:00" /> <span class="helper-text hide-if-js">HH:MM</span> <!-- End Date --> <label class="screen-reader-text" for="EventEndDate"> Event End Date </label> <input id="EventEndDate" name="EventEndDate" autocomplete="off" type="text" class="tribe-datepicker tribe-field-end_date" value="2024-12-02" /> <span class="helper-text hide-if-js">YYYY-MM-DD</span> <!-- Timezone --> <select id="event-timezone" aria-label="Timezone" name="EventTimezone" class="tribe-field-timezone tribe-dropdown hide-if-js" data-timezone-label="Timezone:" data-timezone-value="America/Los_Angeles" > <optgroup label="Africa"> <option value="Africa/Abidjan">Abidjan</option> <option value="Africa/Accra">Accra</option> <option value="Africa/Addis_Ababa">Addis Ababa</option> <option value="Africa/Algiers">Algiers</option> <option value="Africa/Asmara">Asmara</option> <option value="Africa/Bamako">Bamako</option> <option value="Africa/Bangui">Bangui</option> <option value="Africa/Banjul">Banjul</option> <option value="Africa/Bissau">Bissau</option> <option value="Africa/Blantyre">Blantyre</option> <option value="Africa/Brazzaville">Brazzaville</option> <option value="Africa/Bujumbura">Bujumbura</option> <option value="Africa/Cairo">Cairo</option> <option value="Africa/Casablanca">Casablanca</option> <option value="Africa/Ceuta">Ceuta</option> <option value="Africa/Conakry">Conakry</option> <option value="Africa/Dakar">Dakar</option> <option value="Africa/Dar_es_Salaam">Dar es Salaam</option> <option value="Africa/Djibouti">Djibouti</option> <option value="Africa/Douala">Douala</option> <option value="Africa/El_Aaiun">El Aaiun</option> <option value="Africa/Freetown">Freetown</option> <option value="Africa/Gaborone">Gaborone</option> <option value="Africa/Harare">Harare</option> <option value="Africa/Johannesburg">Johannesburg</option> <option value="Africa/Juba">Juba</option> <option value="Africa/Kampala">Kampala</option> <option value="Africa/Khartoum">Khartoum</option> <option value="Africa/Kigali">Kigali</option> <option value="Africa/Kinshasa">Kinshasa</option> <option value="Africa/Lagos">Lagos</option> <option value="Africa/Libreville">Libreville</option> <option value="Africa/Lome">Lome</option> <option value="Africa/Luanda">Luanda</option> <option value="Africa/Lubumbashi">Lubumbashi</option> <option value="Africa/Lusaka">Lusaka</option> <option value="Africa/Malabo">Malabo</option> <option value="Africa/Maputo">Maputo</option> <option value="Africa/Maseru">Maseru</option> <option value="Africa/Mbabane">Mbabane</option> <option value="Africa/Mogadishu">Mogadishu</option> <option value="Africa/Monrovia">Monrovia</option> <option value="Africa/Nairobi">Nairobi</option> <option value="Africa/Ndjamena">Ndjamena</option> <option value="Africa/Niamey">Niamey</option> <option value="Africa/Nouakchott">Nouakchott</option> <option value="Africa/Ouagadougou">Ouagadougou</option> <option value="Africa/Porto-Novo">Porto-Novo</option> <option value="Africa/Sao_Tome">Sao Tome</option> <option value="Africa/Tripoli">Tripoli</option> <option value="Africa/Tunis">Tunis</option> <option value="Africa/Windhoek">Windhoek</option> </optgroup> <optgroup label="America"> <option value="America/Adak">Adak</option> <option value="America/Anchorage">Anchorage</option> <option value="America/Anguilla">Anguilla</option> <option value="America/Antigua">Antigua</option> <option value="America/Araguaina">Araguaina</option> <option value="America/Argentina/Buenos_Aires">Argentina - Buenos Aires</option> <option value="America/Argentina/Catamarca">Argentina - Catamarca</option> <option value="America/Argentina/Cordoba">Argentina - Cordoba</option> <option value="America/Argentina/Jujuy">Argentina - Jujuy</option> <option value="America/Argentina/La_Rioja">Argentina - La Rioja</option> <option value="America/Argentina/Mendoza">Argentina - Mendoza</option> <option value="America/Argentina/Rio_Gallegos">Argentina - Rio Gallegos</option> <option value="America/Argentina/Salta">Argentina - Salta</option> <option value="America/Argentina/San_Juan">Argentina - San Juan</option> <option value="America/Argentina/San_Luis">Argentina - San Luis</option> <option value="America/Argentina/Tucuman">Argentina - Tucuman</option> <option value="America/Argentina/Ushuaia">Argentina - Ushuaia</option> <option value="America/Aruba">Aruba</option> <option value="America/Asuncion">Asuncion</option> <option value="America/Atikokan">Atikokan</option> <option value="America/Bahia">Bahia</option> <option value="America/Bahia_Banderas">Bahia Banderas</option> <option value="America/Barbados">Barbados</option> <option value="America/Belem">Belem</option> <option value="America/Belize">Belize</option> <option value="America/Blanc-Sablon">Blanc-Sablon</option> <option value="America/Boa_Vista">Boa Vista</option> <option value="America/Bogota">Bogota</option> <option value="America/Boise">Boise</option> <option value="America/Cambridge_Bay">Cambridge Bay</option> <option value="America/Campo_Grande">Campo Grande</option> <option value="America/Cancun">Cancun</option> <option value="America/Caracas">Caracas</option> <option value="America/Cayenne">Cayenne</option> <option value="America/Cayman">Cayman</option> <option value="America/Chicago">Chicago</option> <option value="America/Chihuahua">Chihuahua</option> <option value="America/Ciudad_Juarez">Ciudad Juarez</option> <option value="America/Costa_Rica">Costa Rica</option> <option value="America/Creston">Creston</option> <option value="America/Cuiaba">Cuiaba</option> <option value="America/Curacao">Curacao</option> <option value="America/Danmarkshavn">Danmarkshavn</option> <option value="America/Dawson">Dawson</option> <option value="America/Dawson_Creek">Dawson Creek</option> <option value="America/Denver">Denver</option> <option value="America/Detroit">Detroit</option> <option value="America/Dominica">Dominica</option> <option value="America/Edmonton">Edmonton</option> <option value="America/Eirunepe">Eirunepe</option> <option value="America/El_Salvador">El Salvador</option> <option value="America/Fortaleza">Fortaleza</option> <option value="America/Fort_Nelson">Fort Nelson</option> <option value="America/Glace_Bay">Glace Bay</option> <option value="America/Goose_Bay">Goose Bay</option> <option value="America/Grand_Turk">Grand Turk</option> <option value="America/Grenada">Grenada</option> <option value="America/Guadeloupe">Guadeloupe</option> <option value="America/Guatemala">Guatemala</option> <option value="America/Guayaquil">Guayaquil</option> <option value="America/Guyana">Guyana</option> <option value="America/Halifax">Halifax</option> <option value="America/Havana">Havana</option> <option value="America/Hermosillo">Hermosillo</option> <option value="America/Indiana/Indianapolis">Indiana - Indianapolis</option> <option value="America/Indiana/Knox">Indiana - Knox</option> <option value="America/Indiana/Marengo">Indiana - Marengo</option> <option value="America/Indiana/Petersburg">Indiana - Petersburg</option> <option value="America/Indiana/Tell_City">Indiana - Tell City</option> <option value="America/Indiana/Vevay">Indiana - Vevay</option> <option value="America/Indiana/Vincennes">Indiana - Vincennes</option> <option value="America/Indiana/Winamac">Indiana - Winamac</option> <option value="America/Inuvik">Inuvik</option> <option value="America/Iqaluit">Iqaluit</option> <option value="America/Jamaica">Jamaica</option> <option value="America/Juneau">Juneau</option> <option value="America/Kentucky/Louisville">Kentucky - Louisville</option> <option value="America/Kentucky/Monticello">Kentucky - Monticello</option> <option value="America/Kralendijk">Kralendijk</option> <option value="America/La_Paz">La Paz</option> <option value="America/Lima">Lima</option> <option selected="selected" value="America/Los_Angeles">Los Angeles</option> <option value="America/Lower_Princes">Lower Princes</option> <option value="America/Maceio">Maceio</option> <option value="America/Managua">Managua</option> <option value="America/Manaus">Manaus</option> <option value="America/Marigot">Marigot</option> <option value="America/Martinique">Martinique</option> <option value="America/Matamoros">Matamoros</option> <option value="America/Mazatlan">Mazatlan</option> <option value="America/Menominee">Menominee</option> <option value="America/Merida">Merida</option> <option value="America/Metlakatla">Metlakatla</option> <option value="America/Mexico_City">Mexico City</option> <option value="America/Miquelon">Miquelon</option> <option value="America/Moncton">Moncton</option> <option value="America/Monterrey">Monterrey</option> <option value="America/Montevideo">Montevideo</option> <option value="America/Montserrat">Montserrat</option> <option value="America/Nassau">Nassau</option> <option value="America/New_York">New York</option> <option value="America/Nome">Nome</option> <option value="America/Noronha">Noronha</option> <option value="America/North_Dakota/Beulah">North Dakota - Beulah</option> <option value="America/North_Dakota/Center">North Dakota - Center</option> <option value="America/North_Dakota/New_Salem">North Dakota - New Salem</option> <option value="America/Nuuk">Nuuk</option> <option value="America/Ojinaga">Ojinaga</option> <option value="America/Panama">Panama</option> <option value="America/Paramaribo">Paramaribo</option> <option value="America/Phoenix">Phoenix</option> <option value="America/Port-au-Prince">Port-au-Prince</option> <option value="America/Port_of_Spain">Port of Spain</option> <option value="America/Porto_Velho">Porto Velho</option> <option value="America/Puerto_Rico">Puerto Rico</option> <option value="America/Punta_Arenas">Punta Arenas</option> <option value="America/Rankin_Inlet">Rankin Inlet</option> <option value="America/Recife">Recife</option> <option value="America/Regina">Regina</option> <option value="America/Resolute">Resolute</option> <option value="America/Rio_Branco">Rio Branco</option> <option value="America/Santarem">Santarem</option> <option value="America/Santiago">Santiago</option> <option value="America/Santo_Domingo">Santo Domingo</option> <option value="America/Sao_Paulo">Sao Paulo</option> <option value="America/Scoresbysund">Scoresbysund</option> <option value="America/Sitka">Sitka</option> <option value="America/St_Barthelemy">St Barthelemy</option> <option value="America/St_Johns">St Johns</option> <option value="America/St_Kitts">St Kitts</option> <option value="America/St_Lucia">St Lucia</option> <option value="America/St_Thomas">St Thomas</option> <option value="America/St_Vincent">St Vincent</option> <option value="America/Swift_Current">Swift Current</option> <option value="America/Tegucigalpa">Tegucigalpa</option> <option value="America/Thule">Thule</option> <option value="America/Tijuana">Tijuana</option> <option value="America/Toronto">Toronto</option> <option value="America/Tortola">Tortola</option> <option value="America/Vancouver">Vancouver</option> <option value="America/Whitehorse">Whitehorse</option> <option value="America/Winnipeg">Winnipeg</option> <option value="America/Yakutat">Yakutat</option> </optgroup> <optgroup label="Antarctica"> <option value="Antarctica/Casey">Casey</option> <option value="Antarctica/Davis">Davis</option> <option value="Antarctica/DumontDUrville">DumontDUrville</option> <option value="Antarctica/Macquarie">Macquarie</option> <option value="Antarctica/Mawson">Mawson</option> <option value="Antarctica/McMurdo">McMurdo</option> <option value="Antarctica/Palmer">Palmer</option> <option value="Antarctica/Rothera">Rothera</option> <option value="Antarctica/Syowa">Syowa</option> <option value="Antarctica/Troll">Troll</option> <option value="Antarctica/Vostok">Vostok</option> </optgroup> <optgroup label="Arctic"> <option value="Arctic/Longyearbyen">Longyearbyen</option> </optgroup> <optgroup label="Asia"> <option value="Asia/Aden">Aden</option> <option value="Asia/Almaty">Almaty</option> <option value="Asia/Amman">Amman</option> <option value="Asia/Anadyr">Anadyr</option> <option value="Asia/Aqtau">Aqtau</option> <option value="Asia/Aqtobe">Aqtobe</option> <option value="Asia/Ashgabat">Ashgabat</option> <option value="Asia/Atyrau">Atyrau</option> <option value="Asia/Baghdad">Baghdad</option> <option value="Asia/Bahrain">Bahrain</option> <option value="Asia/Baku">Baku</option> <option value="Asia/Bangkok">Bangkok</option> <option value="Asia/Barnaul">Barnaul</option> <option value="Asia/Beirut">Beirut</option> <option value="Asia/Bishkek">Bishkek</option> <option value="Asia/Brunei">Brunei</option> <option value="Asia/Chita">Chita</option> <option value="Asia/Choibalsan">Choibalsan</option> <option value="Asia/Colombo">Colombo</option> <option value="Asia/Damascus">Damascus</option> <option value="Asia/Dhaka">Dhaka</option> <option value="Asia/Dili">Dili</option> <option value="Asia/Dubai">Dubai</option> <option value="Asia/Dushanbe">Dushanbe</option> <option value="Asia/Famagusta">Famagusta</option> <option value="Asia/Gaza">Gaza</option> <option value="Asia/Hebron">Hebron</option> <option value="Asia/Ho_Chi_Minh">Ho Chi Minh</option> <option value="Asia/Hong_Kong">Hong Kong</option> <option value="Asia/Hovd">Hovd</option> <option value="Asia/Irkutsk">Irkutsk</option> <option value="Asia/Jakarta">Jakarta</option> <option value="Asia/Jayapura">Jayapura</option> <option value="Asia/Jerusalem">Jerusalem</option> <option value="Asia/Kabul">Kabul</option> <option value="Asia/Kamchatka">Kamchatka</option> <option value="Asia/Karachi">Karachi</option> <option value="Asia/Kathmandu">Kathmandu</option> <option value="Asia/Khandyga">Khandyga</option> <option value="Asia/Kolkata">Kolkata</option> <option value="Asia/Krasnoyarsk">Krasnoyarsk</option> <option value="Asia/Kuala_Lumpur">Kuala Lumpur</option> <option value="Asia/Kuching">Kuching</option> <option value="Asia/Kuwait">Kuwait</option> <option value="Asia/Macau">Macau</option> <option value="Asia/Magadan">Magadan</option> <option value="Asia/Makassar">Makassar</option> <option value="Asia/Manila">Manila</option> <option value="Asia/Muscat">Muscat</option> <option value="Asia/Nicosia">Nicosia</option> <option value="Asia/Novokuznetsk">Novokuznetsk</option> <option value="Asia/Novosibirsk">Novosibirsk</option> <option value="Asia/Omsk">Omsk</option> <option value="Asia/Oral">Oral</option> <option value="Asia/Phnom_Penh">Phnom Penh</option> <option value="Asia/Pontianak">Pontianak</option> <option value="Asia/Pyongyang">Pyongyang</option> <option value="Asia/Qatar">Qatar</option> <option value="Asia/Qostanay">Qostanay</option> <option value="Asia/Qyzylorda">Qyzylorda</option> <option value="Asia/Riyadh">Riyadh</option> <option value="Asia/Sakhalin">Sakhalin</option> <option value="Asia/Samarkand">Samarkand</option> <option value="Asia/Seoul">Seoul</option> <option value="Asia/Shanghai">Shanghai</option> <option value="Asia/Singapore">Singapore</option> <option value="Asia/Srednekolymsk">Srednekolymsk</option> <option value="Asia/Taipei">Taipei</option> <option value="Asia/Tashkent">Tashkent</option> <option value="Asia/Tbilisi">Tbilisi</option> <option value="Asia/Tehran">Tehran</option> <option value="Asia/Thimphu">Thimphu</option> <option value="Asia/Tokyo">Tokyo</option> <option value="Asia/Tomsk">Tomsk</option> <option value="Asia/Ulaanbaatar">Ulaanbaatar</option> <option value="Asia/Urumqi">Urumqi</option> <option value="Asia/Ust-Nera">Ust-Nera</option> <option value="Asia/Vientiane">Vientiane</option> <option value="Asia/Vladivostok">Vladivostok</option> <option value="Asia/Yakutsk">Yakutsk</option> <option value="Asia/Yangon">Yangon</option> <option value="Asia/Yekaterinburg">Yekaterinburg</option> <option value="Asia/Yerevan">Yerevan</option> </optgroup> <optgroup label="Atlantic"> <option value="Atlantic/Azores">Azores</option> <option value="Atlantic/Bermuda">Bermuda</option> <option value="Atlantic/Canary">Canary</option> <option value="Atlantic/Cape_Verde">Cape Verde</option> <option value="Atlantic/Faroe">Faroe</option> <option value="Atlantic/Madeira">Madeira</option> <option value="Atlantic/Reykjavik">Reykjavik</option> <option value="Atlantic/South_Georgia">South Georgia</option> <option value="Atlantic/Stanley">Stanley</option> <option value="Atlantic/St_Helena">St Helena</option> </optgroup> <optgroup label="Australia"> <option value="Australia/Adelaide">Adelaide</option> <option value="Australia/Brisbane">Brisbane</option> <option value="Australia/Broken_Hill">Broken Hill</option> <option value="Australia/Darwin">Darwin</option> <option value="Australia/Eucla">Eucla</option> <option value="Australia/Hobart">Hobart</option> <option value="Australia/Lindeman">Lindeman</option> <option value="Australia/Lord_Howe">Lord Howe</option> <option value="Australia/Melbourne">Melbourne</option> <option value="Australia/Perth">Perth</option> <option value="Australia/Sydney">Sydney</option> </optgroup> <optgroup label="Europe"> <option value="Europe/Amsterdam">Amsterdam</option> <option value="Europe/Andorra">Andorra</option> <option value="Europe/Astrakhan">Astrakhan</option> <option value="Europe/Athens">Athens</option> <option value="Europe/Belgrade">Belgrade</option> <option value="Europe/Berlin">Berlin</option> <option value="Europe/Bratislava">Bratislava</option> <option value="Europe/Brussels">Brussels</option> <option value="Europe/Bucharest">Bucharest</option> <option value="Europe/Budapest">Budapest</option> <option value="Europe/Busingen">Busingen</option> <option value="Europe/Chisinau">Chisinau</option> <option value="Europe/Copenhagen">Copenhagen</option> <option value="Europe/Dublin">Dublin</option> <option value="Europe/Gibraltar">Gibraltar</option> <option value="Europe/Guernsey">Guernsey</option> <option value="Europe/Helsinki">Helsinki</option> <option value="Europe/Isle_of_Man">Isle of Man</option> <option value="Europe/Istanbul">Istanbul</option> <option value="Europe/Jersey">Jersey</option> <option value="Europe/Kaliningrad">Kaliningrad</option> <option value="Europe/Kirov">Kirov</option> <option value="Europe/Kyiv">Kyiv</option> <option value="Europe/Lisbon">Lisbon</option> <option value="Europe/Ljubljana">Ljubljana</option> <option value="Europe/London">London</option> <option value="Europe/Luxembourg">Luxembourg</option> <option value="Europe/Madrid">Madrid</option> <option value="Europe/Malta">Malta</option> <option value="Europe/Mariehamn">Mariehamn</option> <option value="Europe/Minsk">Minsk</option> <option value="Europe/Monaco">Monaco</option> <option value="Europe/Moscow">Moscow</option> <option value="Europe/Oslo">Oslo</option> <option value="Europe/Paris">Paris</option> <option value="Europe/Podgorica">Podgorica</option> <option value="Europe/Prague">Prague</option> <option value="Europe/Riga">Riga</option> <option value="Europe/Rome">Rome</option> <option value="Europe/Samara">Samara</option> <option value="Europe/San_Marino">San Marino</option> <option value="Europe/Sarajevo">Sarajevo</option> <option value="Europe/Saratov">Saratov</option> <option value="Europe/Simferopol">Simferopol</option> <option value="Europe/Skopje">Skopje</option> <option value="Europe/Sofia">Sofia</option> <option value="Europe/Stockholm">Stockholm</option> <option value="Europe/Tallinn">Tallinn</option> <option value="Europe/Tirane">Tirane</option> <option value="Europe/Ulyanovsk">Ulyanovsk</option> <option value="Europe/Vaduz">Vaduz</option> <option value="Europe/Vatican">Vatican</option> <option value="Europe/Vienna">Vienna</option> <option value="Europe/Vilnius">Vilnius</option> <option value="Europe/Volgograd">Volgograd</option> <option value="Europe/Warsaw">Warsaw</option> <option value="Europe/Zagreb">Zagreb</option> <option value="Europe/Zurich">Zurich</option> </optgroup> <optgroup label="Indian"> <option value="Indian/Antananarivo">Antananarivo</option> <option value="Indian/Chagos">Chagos</option> <option value="Indian/Christmas">Christmas</option> <option value="Indian/Cocos">Cocos</option> <option value="Indian/Comoro">Comoro</option> <option value="Indian/Kerguelen">Kerguelen</option> <option value="Indian/Mahe">Mahe</option> <option value="Indian/Maldives">Maldives</option> <option value="Indian/Mauritius">Mauritius</option> <option value="Indian/Mayotte">Mayotte</option> <option value="Indian/Reunion">Reunion</option> </optgroup> <optgroup label="Pacific"> <option value="Pacific/Apia">Apia</option> <option value="Pacific/Auckland">Auckland</option> <option value="Pacific/Bougainville">Bougainville</option> <option value="Pacific/Chatham">Chatham</option> <option value="Pacific/Chuuk">Chuuk</option> <option value="Pacific/Easter">Easter</option> <option value="Pacific/Efate">Efate</option> <option value="Pacific/Fakaofo">Fakaofo</option> <option value="Pacific/Fiji">Fiji</option> <option value="Pacific/Funafuti">Funafuti</option> <option value="Pacific/Galapagos">Galapagos</option> <option value="Pacific/Gambier">Gambier</option> <option value="Pacific/Guadalcanal">Guadalcanal</option> <option value="Pacific/Guam">Guam</option> <option value="Pacific/Honolulu">Honolulu</option> <option value="Pacific/Kanton">Kanton</option> <option value="Pacific/Kiritimati">Kiritimati</option> <option value="Pacific/Kosrae">Kosrae</option> <option value="Pacific/Kwajalein">Kwajalein</option> <option value="Pacific/Majuro">Majuro</option> <option value="Pacific/Marquesas">Marquesas</option> <option value="Pacific/Midway">Midway</option> <option value="Pacific/Nauru">Nauru</option> <option value="Pacific/Niue">Niue</option> <option value="Pacific/Norfolk">Norfolk</option> <option value="Pacific/Noumea">Noumea</option> <option value="Pacific/Pago_Pago">Pago Pago</option> <option value="Pacific/Palau">Palau</option> <option value="Pacific/Pitcairn">Pitcairn</option> <option value="Pacific/Pohnpei">Pohnpei</option> <option value="Pacific/Port_Moresby">Port Moresby</option> <option value="Pacific/Rarotonga">Rarotonga</option> <option value="Pacific/Saipan">Saipan</option> <option value="Pacific/Tahiti">Tahiti</option> <option value="Pacific/Tarawa">Tarawa</option> <option value="Pacific/Tongatapu">Tongatapu</option> <option value="Pacific/Wake">Wake</option> <option value="Pacific/Wallis">Wallis</option> </optgroup> <optgroup label="UTC"> <option value="UTC">UTC</option> </optgroup> <optgroup label="Manual Offsets"> <option value="UTC-12">UTC-12</option> <option value="UTC-11.5">UTC-11:30</option> <option value="UTC-11">UTC-11</option> <option value="UTC-10.5">UTC-10:30</option> <option value="UTC-10">UTC-10</option> <option value="UTC-9.5">UTC-9:30</option> <option value="UTC-9">UTC-9</option> <option value="UTC-8.5">UTC-8:30</option> <option value="UTC-8">UTC-8</option> <option value="UTC-7.5">UTC-7:30</option> <option value="UTC-7">UTC-7</option> <option value="UTC-6.5">UTC-6:30</option> <option value="UTC-6">UTC-6</option> <option value="UTC-5.5">UTC-5:30</option> <option value="UTC-5">UTC-5</option> <option value="UTC-4.5">UTC-4:30</option> <option value="UTC-4">UTC-4</option> <option value="UTC-3.5">UTC-3:30</option> <option value="UTC-3">UTC-3</option> <option value="UTC-2.5">UTC-2:30</option> <option value="UTC-2">UTC-2</option> <option value="UTC-1.5">UTC-1:30</option> <option value="UTC-1">UTC-1</option> <option value="UTC-0.5">UTC-0:30</option> <option value="UTC+0">UTC+0</option> <option value="UTC+0.5">UTC+0:30</option> <option value="UTC+1">UTC+1</option> <option value="UTC+1.5">UTC+1:30</option> <option value="UTC+2">UTC+2</option> <option value="UTC+2.5">UTC+2:30</option> <option value="UTC+3">UTC+3</option> <option value="UTC+3.5">UTC+3:30</option> <option value="UTC+4">UTC+4</option> <option value="UTC+4.5">UTC+4:30</option> <option value="UTC+5">UTC+5</option> <option value="UTC+5.5">UTC+5:30</option> <option value="UTC+5.75">UTC+5:45</option> <option value="UTC+6">UTC+6</option> <option value="UTC+6.5">UTC+6:30</option> <option value="UTC+7">UTC+7</option> <option value="UTC+7.5">UTC+7:30</option> <option value="UTC+8">UTC+8</option> <option value="UTC+8.5">UTC+8:30</option> <option value="UTC+8.75">UTC+8:45</option> <option value="UTC+9">UTC+9</option> <option value="UTC+9.5">UTC+9:30</option> <option value="UTC+10">UTC+10</option> <option value="UTC+10.5">UTC+10:30</option> <option value="UTC+11">UTC+11</option> <option value="UTC+11.5">UTC+11:30</option> <option value="UTC+12">UTC+12</option> <option value="UTC+12.75">UTC+12:45</option> <option value="UTC+13">UTC+13</option> <option value="UTC+13.75">UTC+13:45</option> <option value="UTC+14">UTC+14</option> </optgroup> </select> </td> </tr> <tr class="tribe-section-content-row"> <td class="tribe-section-content-label"></td> <td class="tribe-section-content-field"> <input id="allDayCheckbox" type="checkbox" name="EventAllDay" class="" value="yes" /> <label for="allDayCheckbox">All Day Event</label> </td> </tr> <tr class="tribe-section-content-row event-dynamic-helper"> <td class="tribe-section-content-label"></td> <td class="tribe-section-content-field"> <div class="event-dynamic-helper-text"></div> </td> </tr> <div class="recurrence"> <tr> <td> <div id="tribe-row-delete-dialog"> <p class="question rule-question">Are you sure you want to remove this recurrence?</p> <p class="question exclusion-question">Are you sure you want to delete this exception?</p> </div> </td> </tr> <tr class="recurrence-row tribe-datetime-block"> <td class="recurrence-rules-header"> <label for="EventSeries" class="">Recurring Event: </label> </td> <td> <div class="recurrence-container" > <div id="tribe-recurrence-staging"></div> <script type="text/x-handlebars-template" id="tmpl-tribe-recurrence"> <div class="tribe-event-recurrence tribe-event-recurrence-rule"> <a class="dashicons dashicons-trash tribe-delete-this" href="#"><span class="screen-reader-text">Delete This</span></a> <button class="tribe-confirm-delete-this tribe-delete-this button-primary button-red"> Delete </button> <input type="hidden" name="is_recurring[]" data-field="is_recurring" value="{{#if is_recurring}}true{{else}}false{{/if}}" /> <div data-input="#recurrence_rule_--_type" class="tribe-buttonset"> <input type="hidden" id="recurrence_rule_--_type" name="recurrence[rules][][type]" class="tribe-recurrence-rule-type tribe-button-input" data-field="type" data-single="event" data-plural="events" value="{{ custom.type }}" > <a data-value="Daily" class="tribe-button-field" href="#" data-singular="day" >Daily</a> <a data-value="Weekly" class="tribe-button-field" href="#" >Weekly</a> <a data-value="Monthly" class="tribe-button-field" href="#" >Monthly</a> <a data-value="Yearly" class="tribe-button-field" href="#" >Yearly</a> <a data-value="Date" class="tribe-button-field" href="#" >Once</a> <span class="tec-events-pro-rule-type"> <span class="tec-events-pro-rule-type__pretext">Happens</span> <select class="tec-events-pro-rule-type__dropdown tribe-dropdown" data-hide-search data-prevent-clear > <option class="tec-events-pro-rule-type__dropdown-option" value="Date">once</option> <option class="tec-events-pro-rule-type__dropdown-option" value="Daily">daily</option> <option class="tec-events-pro-rule-type__dropdown-option" value="Weekly">weekly</option> <option class="tec-events-pro-rule-type__dropdown-option" value="Monthly">monthly</option> <option class="tec-events-pro-rule-type__dropdown-option" value="Yearly">yearly</option> </select> <span class="tec-events-pro-rule-type__tooltip dashicons dashicons-info tribe-sticky-tooltip" title="This custom recurrence rule was created in a different calendar system and cannot be edited. Select a different option to create a new rule." ></span> </span> </div> <span class="tribe-dependent" data-depends="#recurrence_rule_--_type" data-condition-not="Yearly"> <span class="tribe-dependent recurrence-custom-container" data-depends="#recurrence_rule_--_type" data-condition="Date" > <span class="tribe-field-inline-text">On</span> <input autocomplete="off" type="text" class="tribe-datepicker" name="recurrence[rules][][custom][date][date]" id="recurrence_rule_--_date" data-field="custom-date-date" value="{{ custom.date.date }}" /> </span> <span class="tribe-dependent tribe-recurrence-type" data-depends="#recurrence_rule_--_type" data-condition-not="Date" > <span class="tribe-field-inline-text">Every</span> <select id="recurrence_rule_--_interval" name="recurrence[rules][][custom][interval]" class="tribe-dropdown tribe-recurrence-rule-interval tribe-dependency" data-options="[{&quot;id&quot;:1,&quot;text&quot;:1},{&quot;id&quot;:2,&quot;text&quot;:2},{&quot;id&quot;:3,&quot;text&quot;:3},{&quot;id&quot;:4,&quot;text&quot;:4},{&quot;id&quot;:5,&quot;text&quot;:5},{&quot;id&quot;:6,&quot;text&quot;:6},{&quot;id&quot;:7,&quot;text&quot;:7},{&quot;id&quot;:8,&quot;text&quot;:8},{&quot;id&quot;:9,&quot;text&quot;:9},{&quot;id&quot;:10,&quot;text&quot;:10},{&quot;id&quot;:11,&quot;text&quot;:11},{&quot;id&quot;:12,&quot;text&quot;:12}]" data-freeform data-int data-tags="true" data-field="custom-interval" style="display:inline-block;" > {{#if custom.interval}} <option value="{{custom.interval}}">{{custom.interval}}</option> {{else}} <option value="1">1</option> {{/if}} </select> <span class="tribe-field-inline-text tribe-dependent" data-depends="#recurrence_rule_--_type" data-condition="Daily" > <span class="tribe-dependent" data-depends="#recurrence_rule_--_interval" data-condition="1" > day </span> <span class="tribe-dependent" data-depends="#recurrence_rule_--_interval" data-condition-not="1" > days </span> </span> <span class="tribe-field-inline-text tribe-dependent" data-depends="#recurrence_rule_--_type" data-condition="Weekly" > <span class="tribe-dependent" data-depends="#recurrence_rule_--_interval" data-condition="1" > week </span> <span class="tribe-dependent" data-depends="#recurrence_rule_--_interval" data-condition-not="1" > weeks </span> </span> <span class="tribe-field-inline-text tribe-dependent" data-depends="#recurrence_rule_--_type" data-condition="Monthly" > <span class="tribe-dependent" data-depends="#recurrence_rule_--_interval" data-condition="1" > month </span> <span class="tribe-dependent" data-depends="#recurrence_rule_--_interval" data-condition-not="1" > months </span> </span> </span> </span> <div class="tribe-recurrence-details"> <div class="tribe-dependent" data-depends="#recurrence_rule_--_type" data-condition="Weekly"> <div class="recurrence-row custom-recurrence-weeks tribe-buttonset" data-multiple role="group" aria-label="Recurring Event Day of Week" > <span class="tribe-field-inline-text first-label-in-line">On</span> <a class="tribe-button-field {{tribe_if_in '7' custom.week.day 'tribe-active'}}" title="Sunday"> <input class="tribe-button-input tribe-hidden" type="checkbox" name="recurrence[rules][][custom][week][day][]" data-field="custom-week-day" value="7" {{tribe_if_in '7' custom.week.day 'checked'}} /> S </a> <a class="tribe-button-field {{tribe_if_in '1' custom.week.day 'tribe-active'}}" title="Monday"> <input class="tribe-button-input tribe-hidden" type="checkbox" name="recurrence[rules][][custom][week][day][]" data-field="custom-week-day" value="1" {{tribe_if_in '1' custom.week.day 'checked'}} /> M </a> <a class="tribe-button-field {{tribe_if_in '2' custom.week.day 'tribe-active'}}" title="Tuesday"> <input class="tribe-button-input tribe-hidden" type="checkbox" name="recurrence[rules][][custom][week][day][]" data-field="custom-week-day" value="2" {{tribe_if_in '2' custom.week.day 'checked'}} /> T </a> <a class="tribe-button-field {{tribe_if_in '3' custom.week.day 'tribe-active'}}" title="Wednesday"> <input class="tribe-button-input tribe-hidden" type="checkbox" name="recurrence[rules][][custom][week][day][]" data-field="custom-week-day" value="3" {{tribe_if_in '3' custom.week.day 'checked'}} /> W </a> <a class="tribe-button-field {{tribe_if_in '4' custom.week.day 'tribe-active'}}" title="Thursday"> <input class="tribe-button-input tribe-hidden" type="checkbox" name="recurrence[rules][][custom][week][day][]" data-field="custom-week-day" value="4" {{tribe_if_in '4' custom.week.day 'checked'}} /> T </a> <a class="tribe-button-field {{tribe_if_in '5' custom.week.day 'tribe-active'}}" title="Friday"> <input class="tribe-button-input tribe-hidden" type="checkbox" name="recurrence[rules][][custom][week][day][]" data-field="custom-week-day" value="5" {{tribe_if_in '5' custom.week.day 'checked'}} /> F </a> <a class="tribe-button-field {{tribe_if_in '6' custom.week.day 'tribe-active'}}" title="Saturday"> <input class="tribe-button-input tribe-hidden" type="checkbox" name="recurrence[rules][][custom][week][day][]" data-field="custom-week-day" value="6" {{tribe_if_in '6' custom.week.day 'checked'}} /> S </a> <span class="tec-events-pro-week-days-overlay"></span> <span class="tec-events-pro-week-days-lock dashicons dashicons-lock" title="Adjust the event start date to change the recurrence pattern." ></span> </div> </div> <div class="tribe-dependent" data-depends="#recurrence_rule_--_type" data-condition="Monthly"> <div class="recurrence-row custom-recurrence-months"> <span class="tribe-field-inline-text first-label-in-line">On the</span> <span class="tribe-field-inline-text first-label-in-line">On</span> <select name="recurrence[rules][][custom][month][same-day]" id="recurrence_rule_--_month_same_day" class="tribe-dropdown tribe-same-day-select" data-hide-search data-field="month-same-day" > {{#tribe_recurrence_select custom.month.[same-day]}} <option value="yes">the same day:</option> <option value="no">a different day:</option> {{/tribe_recurrence_select}} </select> <span class="tribe-field-inline-text recurrence-same-day-text tribe-dependent" data-depends="#recurrence_rule_--_month_same_day" data-condition="yes" ></span> <span class="tribe-field-inline-text tribe-dependent" data-depends="#recurrence_rule_--_month_same_day" data-condition="no" > <span class="tribe-field-inline-text tribe-dependent" data-depends="#recurrence_rule_--_month_number" data-condition-is-numeric > day </span> <span class="tribe-field-inline-text tribe-dependent" data-depends="#recurrence_rule_--_month_number" data-condition-is-not-numeric > the </span> </span> <span class="tribe-dependent recurrence-month-on-the" data-depends="#recurrence_rule_--_month_same_day" data-condition="no" > <select name="recurrence[rules][][custom][month][number]" id="recurrence_rule_--_month_number" class="tribe-dropdown" data-field="custom-month-number" data-hide-search data-prevent-clear > {{#tribe_recurrence_select custom.month.number}} <optgroup label="Use pattern:"> <option value="First">first</option> <option value="Second">second</option> <option value="Third">third</option> <option value="Fourth">fourth</option> <option value="Fifth">fifth</option> <option value="Last">last</option> </optgroup> <optgroup label="Use date:"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </optgroup> {{/tribe_recurrence_select}} </select> <span class="tribe-dependent" data-depends="#recurrence_rule_--_month_number" data-condition-is-not-numeric > <select name="recurrence[rules][][custom][month][day]" class="tribe-dropdown" data-field="custom-month-day" data-hide-search data-prevent-clear > {{#tribe_recurrence_select custom.month.day}} <option value="1">Monday</option> <option value="2">Tuesday</option> <option value="3">Wednesday</option> <option value="4">Thursday</option> <option value="5">Friday</option> <option value="6">Saturday</option> <option value="7">Sunday</option> <option value="-">--</option> <option value="8">day</option> {{/tribe_recurrence_select}} </select> </span> <span class="tribe-dependent tribe-field-inline-text" data-depends="#recurrence_rule_--_month_number" data-condition-is-numeric > of the month </span> <select class="tribe-dropdown tec-events-pro-month-on-the-dropdown" data-hide-search data-prevent-clear > </select> </span> </div> </div> <div class="tribe-dependent" data-depends="#recurrence_rule_--_type" data-condition="Yearly"> <div class="tribe-month-select"> <span class="tribe-dependent" data-depends="#recurrence_rule_--_type" data-condition="Yearly"> <span class="tribe-field-inline-text">Every</span> <select id="recurrence_rule_--_interval_year" name="recurrence[rules][][custom][interval]" class="tribe-dropdown tribe-recurrence-rule-interval" data-options="[{&quot;id&quot;:1,&quot;text&quot;:1},{&quot;id&quot;:2,&quot;text&quot;:2},{&quot;id&quot;:3,&quot;text&quot;:3},{&quot;id&quot;:4,&quot;text&quot;:4},{&quot;id&quot;:5,&quot;text&quot;:5},{&quot;id&quot;:6,&quot;text&quot;:6},{&quot;id&quot;:7,&quot;text&quot;:7},{&quot;id&quot;:8,&quot;text&quot;:8},{&quot;id&quot;:9,&quot;text&quot;:9},{&quot;id&quot;:10,&quot;text&quot;:10},{&quot;id&quot;:11,&quot;text&quot;:11},{&quot;id&quot;:12,&quot;text&quot;:12}]" data-freeform data-int data-field="custom-interval" style="display:inline-block;" > {{#if custom.interval}} <option value="{{custom.interval}}">{{custom.interval}}</option> {{else}} <option value="1">1</option> {{/if}} </select> <span class="tribe-field-inline-text tribe-field-inline-last tribe-dependent" data-depends="#recurrence_rule_--_type" data-condition="Yearly"> <span class="tribe-dependent" data-depends="#recurrence_rule_--_interval_year" data-condition="1"> year </span> <span class="tribe-dependent" data-depends="#recurrence_rule_--_interval_year" data-condition-not="1"> years </span> </span> </span> <span class="month-label"> <span class="tribe-field-inline-text tribe-field-inline-first">in</span> <h3 id="month-the-event-will-recur-in" class="screen-reader-text">Which month will the event recur in?</h3> </span> <select name="recurrence[rules][][custom][year][month][]" id="recurrence_rule_--_year_month" class="custom-recurrence-years tribe-dropdown tribe-dependency" data-hide-search data-field="custom-year-month" multiple="multiple" data-depends="#recurrence_rule_--_custom_year_month" > {{#tribe_recurrence_select custom.year.month}} <option value="1"> January </option> <option value="2"> February </option> <option value="3"> March </option> <option value="4"> April </option> <option value="5"> May </option> <option value="6"> June </option> <option value="7"> July </option> <option value="8"> August </option> <option value="9"> September </option> <option value="10"> October </option> <option value="11"> November </option> <option value="12"> December </option> {{/tribe_recurrence_select}} </select> </div> <div class="tribe-dame-day-select"> <span class="tribe-field-inline-text first-label-in-line">On the</span> <span class="tribe-field-inline-text first-label-in-line"> On </span> <select name="recurrence[rules][][custom][year][same-day]" id="recurrence_rule_--_year_same_day" class="tribe-dropdown tribe-same-day-select" data-hide-search data-field="year-same-day" > {{#tribe_recurrence_select custom.year.[same-day]}} <option value="yes">the same day:</option> <option value="no">a different day:</option> {{/tribe_recurrence_select}} </select> <span class="tribe-field-inline-text recurrence-same-day-text tribe-dependent" data-depends="#recurrence_rule_--_year_same_day" data-condition="yes" ></span> <span class="tribe-dependent" data-depends="#recurrence_rule_--_year_same_day" data-condition="no" > <span class="tribe-field-inline-text tribe-dependent" data-depends="#recurrence_rule_--_year_number" data-condition-is-numeric > day </span> <span class="tribe-field-inline-text tribe-dependent" data-depends="#recurrence_rule_--_year_number" data-condition-is-not-numeric > the </span> <select name="recurrence[rules][][custom][year][number]" id="recurrence_rule_--_year_number" class="tribe-dropdown" data-field="custom-year-month-number" data-hide-search data-prevent-clear > {{#tribe_recurrence_select custom.year.number}} <optgroup label="Use pattern:"> <option value="First">first</option> <option value="Second">second</option> <option value="Third">third</option> <option value="Fourth">fourth</option> <option value="Fifth">fifth</option> <option value="Last">last</option> </optgroup> <optgroup label="Use date:"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </optgroup> {{/tribe_recurrence_select}} </select> <span class="tribe-dependent" data-depends="#recurrence_rule_--_year_number" data-condition-is-not-numeric > <select name="recurrence[rules][][custom][year][day]" class="tribe-dropdown" data-field="custom-year-month-day" data-hide-search data-prevent-clear > {{#tribe_recurrence_select custom.year.day}} <option value="1">Monday</option> <option value="2">Tuesday</option> <option value="3">Wednesday</option> <option value="4">Thursday</option> <option value="5">Friday</option> <option value="6">Saturday</option> <option value="7">Sunday</option> <option value="-">--</option> <option value="8">day</option> {{/tribe_recurrence_select}} </select> </span> <span class="tribe-dependent tribe-field-inline-text" data-depends="#recurrence_rule_--_year_number" data-condition-is-numeric > of the month </span> <select class="tribe-dropdown tec-events-pro-year-not-same-day-dropdown" data-hide-search data-prevent-clear > </select> </span> </div> </select> </div> <div class="recurrence-row tribe-dependent" data-depends="#recurrence_rule_--_type" data-condition-not-empty > <span class="tribe-field-inline-text first-label-in-line"> From </span> <select name="recurrence[rules][][custom][same-time]" id="recurrence_rule_--_same_time" class="tribe-dropdown tribe-same-time-select tribe-dependency" data-hide-search data-field="same-time" > {{#tribe_recurrence_select custom.[same-time]}} <option value="yes">the same time:</option> <option value="no">a different time:</option> {{/tribe_recurrence_select}} </select> <span class="tribe-field-inline-text recurrence-same-time-text tribe-dependent" data-depends="#recurrence_rule_--_same_time" data-condition="yes" ></span> <span class="tribe-dependent" data-depends="#recurrence_rule_--_same_time" data-condition="no" > <div class="recurrence-time"> <input autocomplete="off" tabindex="" type="text" class="tribe-timepicker tribe-field-start_time" name="recurrence[rules][][custom][start-time]" id="recurrence_rule_--_same_time_start" data-step="30" data-round="" data-field="custom-start-time" value="{{#if custom.[start-time]}}{{custom.[start-time]}}{{else}}08:00:00{{/if}}" /> <span class="tribe-field-inline-text eventduration-preamble"> to </span> <input autocomplete="off" tabindex="" type="text" class="tribe-timepicker tribe-field-end_time" name="recurrence[rules][][custom][end-time]" id="recurrence_rule_--_same_time_end" data-step="30" data-round="" data-field="custom-end-time" value="{{#if custom.[end-time]}}{{custom.[end-time]}}{{else}}17:00:00{{/if}}" /> <span class="tribe-field-inline-text"> on the </span> <select type="text" id="recurrence_rule_--_same_time_day" name="recurrence[rules][][custom][end-day]" class="tribe-dropdown" data-int data-hide-search data-field="custom-end-day" style="display:inline-block;" > {{#tribe_recurrence_select custom.[end-day]}} <option value="0"> same day </option> <option value="1"> next day </option> <option value="2"> 2nd day </option> <option value="3"> 3rd day </option> <option value="4"> 4th day </option> <option value="5"> 5th day </option> <option value="6"> 6th day </option> <option value="7"> 7th day </option> {{/tribe_recurrence_select}} </select> </div> </span> </div> <div class="tribe-dependent recurrence-row recurrence-end" data-depends="#recurrence_rule_--_type" data-condition-not-empty data-condition-not="Date" data-condition-relation="and" > <span class="recurrence-end-range"> <span class="tribe-field-inline-text first-label-in-line">Recurring event ends</span> <select name="recurrence[rules][][end-type]" id="recurrence_rule_--_end_type" class="tribe-dropdown" data-hide-search data-field="end-type" > {{#tribe_recurrence_select this.[end-type]}} <option value="On">on</option> <option value="After">after</option> <option value="Never">never</option> {{/tribe_recurrence_select}} </select> </span> <span class="tribe-dependent recurrence-end-container" data-depends="#recurrence_rule_--_end_type" data-condition="On" > <input autocomplete="off" data-placeholder="2024-12-02" type="text" class="tribe-datepicker recurrence_end tribe-no-end-date-update tribe-field-end_date" name="recurrence[rules][][end]" data-field="end" value="{{end}}" aria-label="Recurring event ends on this date" > </span> <span class="rec-count tribe-dependent" data-depends="#recurrence_rule_--_end_type" data-condition="After" > <input autocomplete="off" type="text" name="recurrence[rules][][end-count]" data-field="end-count" class="recurrence_end_count" value="{{this.[end-count]}}" > <span class='occurrence-count-text tribe-field-inline-text'>events</span> </span> <span class="rec-error rec-end-error"> You must select a recurrence end date </span> </div> <input type="hidden" name="recurrence[rules][][custom][type-text]" data-field="custom-type-text" value="{{custom.[type-text]}}" /> <input type="hidden" name="recurrence[rules][][occurrence-count-text]" data-field="occurrence-count-text" value="events" /> </div> <div class="tribe-event-recurrence-description"></div> <div class="tribe-dependent tribe-recurrence-details-option" data-depends="#recurrence_rule_--_type" data-condition-not-empty > <span class="tribe-handle" title="Click to toggle"> <span class="show">Show Details</span> <span class="hide">Hide Details</span> </span> </div> </div> </script> <button id="tribe-add-recurrence" class="tribe-add-recurrence button tribe-button tribe-button-secondary"> <span class="has-no-recurrence"> Schedule multiple events </span> <span class="has-recurrence"> Add more events </span> </button> </div> <input id="tribe-recurrence-active" type="checkbox" class="tribe-recurrence-active tribe-dependency inactive" value="1" /> </td> </tr> <tr class="recurrence-row tribe-recurrence-exclusion-row tribe-datetime-block"> <td class="recurrence-exclusions-header">Event will not occur:</td> <td> <div class="recurrence-container" > <div id="tribe-exclusion-staging"></div> <script type="text/x-handlebars-template" id="tmpl-tribe-exclusion"> <div class="tribe-event-exclusion tribe-event-recurrence-exclusion"> <a class="dashicons dashicons-trash tribe-delete-this" href="#"></a> <button class="tribe-delete-this tribe-confirm-delete-this button-primary button-red"> Delete </button> <div data-input="#exclusion_rule_--_type" class="tribe-buttonset"> <input type="hidden" id="exclusion_rule_--_type" name="recurrence[exclusions][][type]" class="tribe-recurrence-rule-type tribe-button-input" data-field="type" data-single="event" data-plural="events" value="{{ custom.type }}" > <a data-value="Daily" class="tribe-button-field" href="#" data-singular="day" >Daily</a> <a data-value="Weekly" class="tribe-button-field" href="#" >Weekly</a> <a data-value="Monthly" class="tribe-button-field" href="#" >Monthly</a> <a data-value="Yearly" class="tribe-button-field" href="#" >Yearly</a> <a data-value="Date" class="tribe-button-field" href="#" >Once</a> <span class="tec-events-pro-rule-type"> <span class="tec-events-pro-rule-type__pretext">Not</span> <select class="tec-events-pro-rule-type__dropdown tribe-dropdown" data-hide-search data-prevent-clear > <option class="tec-events-pro-rule-type__dropdown-option" value="Date">once</option> <option class="tec-events-pro-rule-type__dropdown-option" value="Daily">daily</option> <option class="tec-events-pro-rule-type__dropdown-option" value="Weekly">weekly</option> <option class="tec-events-pro-rule-type__dropdown-option" value="Monthly">monthly</option> <option class="tec-events-pro-rule-type__dropdown-option" value="Yearly">yearly</option> </select> </span> </div> <div class="tribe-dependent" data-depends="#exclusion_rule_--_type" data-condition-not="Yearly"> <span class="tribe-dependent recurrence-custom-container" data-depends="#exclusion_rule_--_type" data-condition="Date" > <span class="tribe-field-inline-text">On</span> <input autocomplete="off" type="text" class="tribe-datepicker" name="recurrence[exclusions][][custom][date][date]" id="exclusion_rule_--_date" data-field="custom-date" value="{{ custom.date.date }}" /> </span> <span class="tribe-dependent tribe-recurrence-type" data-depends="#exclusion_rule_--_type" data-condition-not="Date" > <span class="tribe-field-inline-text">Every</span> <select type="text" id="exclusion_rule_--_interval" name="recurrence[exclusions][][custom][interval]" class="tribe-dropdown tribe-recurrence-rule-interval tribe-dependency" data-options="[{&quot;id&quot;:1,&quot;text&quot;:1},{&quot;id&quot;:2,&quot;text&quot;:2},{&quot;id&quot;:3,&quot;text&quot;:3},{&quot;id&quot;:4,&quot;text&quot;:4},{&quot;id&quot;:5,&quot;text&quot;:5},{&quot;id&quot;:6,&quot;text&quot;:6},{&quot;id&quot;:7,&quot;text&quot;:7},{&quot;id&quot;:8,&quot;text&quot;:8},{&quot;id&quot;:9,&quot;text&quot;:9},{&quot;id&quot;:10,&quot;text&quot;:10},{&quot;id&quot;:11,&quot;text&quot;:11},{&quot;id&quot;:12,&quot;text&quot;:12}]" data-freeform data-int data-field="custom-interval" > {{#tribe_recurrence_select custom.interval}} <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> <option value="10">10</option> {{/tribe_recurrence_select}} </select> <span class="tribe-field-inline-text tribe-dependent" data-depends="#exclusion_rule_--_type" data-condition="Daily" > <span class="tribe-dependent" data-depends="#exclusion_rule_--_interval" data-condition="1"> day </span> <span class="tribe-dependent" data-depends="#exclusion_rule_--_interval" data-condition-not="1" > days </span> </span> <span class="tribe-field-inline-text tribe-dependent" data-depends="#exclusion_rule_--_type" data-condition="Weekly" > <span class="tribe-dependent" data-depends="#exclusion_rule_--_interval" data-condition="1"> week </span> <span class="tribe-dependent" data-depends="#exclusion_rule_--_interval" data-condition-not="1" > weeks </span> </span> <span class="tribe-field-inline-text tribe-dependent" data-depends="#exclusion_rule_--_type" data-condition="Monthly" > <span class="tribe-dependent" data-depends="#exclusion_rule_--_interval" data-condition="1"> month </span> <span class="tribe-dependent" data-depends="#exclusion_rule_--_interval" data-condition-not="1" > months </span> </span> </span> </div> <div class="tribe-recurrence-details"> <div class="tribe-dependent weekly" data-depends="#exclusion_rule_--_type" data-condition="Weekly" > <div class="recurrence-row custom-recurrence-weeks tribe-buttonset" data-multiple role="group" aria-label="Recurring Event Day of Week" > <span class="tribe-field-inline-text first-label-in-line">On</span> <a class="tribe-button-field {{tribe_if_in '7' custom.week.day 'tribe-active'}}" title="Sunday"> <input class="tribe-button-input tribe-hidden" type="checkbox" name="recurrence[exclusions][][custom][week][day][]" data-field="custom-week-day" value="7" {{tribe_if_in '7' custom.week.day 'checked'}} /> S </a> <a class="tribe-button-field {{tribe_if_in '1' custom.week.day 'tribe-active'}}" title="Monday"> <input class="tribe-button-input tribe-hidden" type="checkbox" name="recurrence[exclusions][][custom][week][day][]" data-field="custom-week-day" value="1" {{tribe_if_in '1' custom.week.day 'checked'}} /> M </a> <a class="tribe-button-field {{tribe_if_in '2' custom.week.day 'tribe-active'}}" title="Tuesday"> <input class="tribe-button-input tribe-hidden" type="checkbox" name="recurrence[exclusions][][custom][week][day][]" data-field="custom-week-day" value="2" {{tribe_if_in '2' custom.week.day 'checked'}} /> T </a> <a class="tribe-button-field {{tribe_if_in '3' custom.week.day 'tribe-active'}}" title="Wednesday"> <input class="tribe-button-input tribe-hidden" type="checkbox" name="recurrence[exclusions][][custom][week][day][]" data-field="custom-week-day" value="3" {{tribe_if_in '3' custom.week.day 'checked'}} /> W </a> <a class="tribe-button-field {{tribe_if_in '4' custom.week.day 'tribe-active'}}" title="Thursday"> <input class="tribe-button-input tribe-hidden" type="checkbox" name="recurrence[exclusions][][custom][week][day][]" data-field="custom-week-day" value="4" {{tribe_if_in '4' custom.week.day 'checked'}} /> T </a> <a class="tribe-button-field {{tribe_if_in '5' custom.week.day 'tribe-active'}}" title="Friday"> <input class="tribe-button-input tribe-hidden" type="checkbox" name="recurrence[exclusions][][custom][week][day][]" data-field="custom-week-day" value="5" {{tribe_if_in '5' custom.week.day 'checked'}} /> F </a> <a class="tribe-button-field {{tribe_if_in '6' custom.week.day 'tribe-active'}}" title="Saturday"> <input class="tribe-button-input tribe-hidden" type="checkbox" name="recurrence[exclusions][][custom][week][day][]" data-field="custom-week-day" value="6" {{tribe_if_in '6' custom.week.day 'checked'}} /> S </a> <span class="tec-events-pro-week-days-overlay"></span> <span class="tec-events-pro-week-days-lock dashicons dashicons-lock" title="Adjust the event start date to change the recurrence pattern." ></span> </div> </div> <div class="tribe-dependent monthly" data-depends="#exclusion_rule_--_type" data-condition="Monthly" > <div class="recurrence-row custom-recurrence-months"> <span class="tribe-field-inline-text first-label-in-line">On the</span> <input name="recurrence[exclusions][][custom][month][same-day]" id="exclusion_rule_--_month_same_day" type="hidden" value="no" /> <span class="recurrence-month-on-the" > <select name="recurrence[exclusions][][custom][month][number]" id="exclusion_rule_--_month_number" class="tribe-dropdown" data-field="custom-month-number" data-hide-search data-prevent-clear > {{#tribe_recurrence_select custom.month.number}} <optgroup label="Use pattern:"> <option value="First">first</option> <option value="Second">second</option> <option value="Third">third</option> <option value="Fourth">fourth</option> <option value="Fifth">fifth</option> <option value="Last">last</option> </optgroup> <optgroup label="Use date:"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </optgroup> {{/tribe_recurrence_select}} </select> <span class="tribe-dependent" data-depends="#exclusion_rule_--_month_number" data-condition-is-not-numeric > <select name="recurrence[exclusions][][custom][month][day]" class="tribe-dropdown" data-field="custom-month-day" data-hide-search data-prevent-clear > {{#tribe_recurrence_select custom.month.day}} <option value="1">Monday</option> <option value="2">Tuesday</option> <option value="3">Wednesday</option> <option value="4">Thursday</option> <option value="5">Friday</option> <option value="6">Saturday</option> <option value="7">Sunday</option> <option value="-">--</option> <option value="8">day</option> {{/tribe_recurrence_select}} </select> </span> <span class="tribe-dependent tribe-field-inline-text" data-depends="#exclusion_rule_--_month_number" data-condition-is-numeric > of the month </span> </span> </div> </div> <div class="tribe-dependent" data-depends="#exclusion_rule_--_type" data-condition="Yearly"> <div class="tribe-month-select"> <input name="recurrence[exclusions][][custom][year][same-day]" id="exclusion_rule_--_year_same_day" value="no" type="hidden" /> <span class="tribe-dependent" data-depends="#exclusion_rule_--_type" data-condition="Yearly"> <span class="tribe-field-inline-text">Every</span> <select id="exclusion_rule_--_interval_year" name="recurrence[exclusions][][custom][interval]" class="tribe-dropdown tribe-recurrence-rule-interval" data-options="[{&quot;id&quot;:1,&quot;text&quot;:1},{&quot;id&quot;:2,&quot;text&quot;:2},{&quot;id&quot;:3,&quot;text&quot;:3},{&quot;id&quot;:4,&quot;text&quot;:4},{&quot;id&quot;:5,&quot;text&quot;:5},{&quot;id&quot;:6,&quot;text&quot;:6},{&quot;id&quot;:7,&quot;text&quot;:7},{&quot;id&quot;:8,&quot;text&quot;:8},{&quot;id&quot;:9,&quot;text&quot;:9},{&quot;id&quot;:10,&quot;text&quot;:10},{&quot;id&quot;:11,&quot;text&quot;:11},{&quot;id&quot;:12,&quot;text&quot;:12}]" data-freeform data-int data-field="custom-interval" style="display:inline-block;" > {{#if custom.interval}} <option value="{{custom.interval}}">{{custom.interval}}</option> {{else}} <option value="1">1</option> {{/if}} </select> <span class="tribe-field-inline-text tribe-field-inline-last tribe-dependent" data-depends="#exclusion_rule_--_type" data-condition="Yearly"> <span class="tribe-dependent" data-depends="#exclusion_rule_--_interval_year" data-condition="1"> year </span> <span class="tribe-dependent" data-depends="#exclusion_rule_--_interval_year" data-condition-not="1"> years </span> </span> </span> <span class="month-label"> <span class="tribe-field-inline-text tribe-field-inline-first">in</span> <h3 id="month-the-event-will-recur-in" class="screen-reader-text">Which month will the event recur in?</h3> </span> <select name="recurrence[exclusions][][custom][year][month][]" id="exclusion_rule_--_year_month" class="custom-recurrence-years tribe-dropdown tribe-dependency" data-hide-search data-field="custom-year-month" multiple="multiple" data-depends="#exclusion_rule_--_custom_year_month" > {{#tribe_recurrence_select custom.year.month}} <option value="1"> January </option> <option value="2"> February </option> <option value="3"> March </option> <option value="4"> April </option> <option value="5"> May </option> <option value="6"> June </option> <option value="7"> July </option> <option value="8"> August </option> <option value="9"> September </option> <option value="10"> October </option> <option value="11"> November </option> <option value="12"> December </option> {{/tribe_recurrence_select}} </select> </div> <div class="tribe-dame-day-select"> <span class="tribe-field-inline-text first-label-in-line">On the</span> <span class="tribe-field-inline-text recurrence-same-day-text tribe-dependent" data-depends="#exclusion_rule_--_year_same_day" data-condition="yes" ></span> <span> <select name="recurrence[exclusions][][custom][year][number]" id="exclusion_rule_--_year_number" class="tribe-dropdown" data-field="custom-year-month-number" data-hide-search data-prevent-clear > {{#tribe_recurrence_select custom.year.number}} <optgroup label="Use pattern:"> <option value="First">first</option> <option value="Second">second</option> <option value="Third">third</option> <option value="Fourth">fourth</option> <option value="Fifth">fifth</option> <option value="Last">last</option> </optgroup> <optgroup label="Use date:"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </optgroup> {{/tribe_recurrence_select}} </select> <span class="tribe-dependent" data-depends="#exclusion_rule_--_year_number" data-condition-is-not-numeric > <select name="recurrence[exclusions][][custom][year][day]" class="tribe-dropdown" data-field="custom-year-month-day" data-hide-search data-prevent-clear > {{#tribe_recurrence_select custom.year.day}} <option value="1">Monday</option> <option value="2">Tuesday</option> <option value="3">Wednesday</option> <option value="4">Thursday</option> <option value="5">Friday</option> <option value="6">Saturday</option> <option value="7">Sunday</option> <option value="-">--</option> <option value="8">day</option> {{/tribe_recurrence_select}} </select> </span> <span class="tribe-dependent tribe-field-inline-text" data-depends="#exclusion_rule_--_year_number" data-condition-is-numeric > of the month </span> </span> </div> </select> </div> <input type="hidden" name="recurrence[exclusions][][custom][same-time]" data-field="same-time" value="yes" > <div class="tribe-dependent recurrence-row recurrence-end" data-depends="#exclusion_rule_--_type" data-condition-not-empty > <span class="tribe-dependent" data-depends="#exclusion_rule_--_type" data-condition-not="Date"> <span class="recurrence-end-range"> <span class="tribe-field-inline-text"> Recurring event ends </span> <select name="recurrence[exclusions][][end-type]" id="exclusion_rule_--_end_type" class="tribe-dropdown" data-hide-search data-field="end-type" > {{#tribe_recurrence_select this.[end-type]}} <option value="On">on</option> <option value="After">after</option> <option value="Never">never</option> {{/tribe_recurrence_select}} </select> </span> <span class="tribe-dependent recurrence-end-container" data-depends="#exclusion_rule_--_end_type" data-condition="On" > <input autocomplete="off" data-placeholder="2024-12-02" type="text" class="tribe-datepicker recurrence_end tribe-no-end-date-update tribe-field-end_date" name="recurrence[exclusions][][end]" data-field="end" value="{{end}}" > </span> <span class="rec-count tribe-dependent" data-depends="#exclusion_rule_--_end_type" data-condition="After" > <input autocomplete="off" type="text" name="recurrence[exclusions][][end-count]" data-field="end-count" class="recurrence_end_count" value="{{this.[end-count]}}" > <span class='occurrence-count-text tribe-field-inline-text'>events</span> </span> <span class="rec-error rec-end-error"> You must select a recurrence end date </span> </span> </div> <div class="recurrence-rows"> <div class="recurrence-row custom-recurrence-frequency"> <input type="hidden" name="recurrence[exclusions][][custom][type-text]" data-field="custom-type-text" value="{{custom.[type-text]}}" /> <input type="hidden" name="recurrence[exclusions][][occurrence-count-text]" data-field="occurrence-count-text" value="events" /> <span class="rec-error rec-days-error">Frequency of recurring event must be a number</span> </div> </div> </div> <div class="tribe-event-recurrence-description"></div> <div class="tribe-dependent tribe-recurrence-details-option" data-depends="#exclusion_rule_--_type" data-condition-relation="and" data-condition-not-empty data-condition-not="Date" > <span class="tribe-handle" title="Click to toggle"> <span class="show">Show Details</span> <span class="hide">Hide Details</span> </span> </div> </div> </script> <button id="tribe-add-exclusion" class="button">Add Exception</button> </div> </td> </tr> </div> </table> </div> <div class="tribe-section tribe-section-image-uploader"> <div class="tribe-section-header"> <label for="event_image" class="">Event Image </label> </div> <div class="tribe-section-content"> <div class="tribe-image-upload-area "> <input type="hidden" name="detach_thumbnail" id="tribe-events-community-detach-thumbnail" value="false"> <div class="note"> <p>Choose a .jpg, .png, or .gif file under 512 KB in size.</p> </div> <div class="form-controls"> <label for="uploadFile" class="selected-msg"> Selected: </label> <input id="uploadFile" class="uploadFile" placeholder="" disabled="disabled"/> <label for="event_image" class="screen-reader-text "> Event Image </label> <div class="choose-file tribe-button tribe-button-secondary">Choose Image</div> <label for="uploadFile" class="screen-reader-text"> Upload File </label> <input id="event_image" type="file" name="event_image" class="event_image " > </div> <div class="tribe-remove-upload"><a href="#">Remove image</a></div> </div> </div> </div> <div class="tribe-section tribe-section-taxonomy tribe-section-taxonomy--tribe_events_cat" > <div class="tribe-section-header"> <h3>Event Categories</h3> </div> <div class="tribe-section-content"> <div class="tribe-section-content-field"> <select class="tribe-dropdown" data-options="[]" data-source="search_terms" data-source-nonce="734a62a31c" data-source-args="{&quot;taxonomy&quot;:&quot;tribe_events_cat&quot;}" name="tax_input[tribe_events_cat][]" multiple data-dropdown-css-width="false" data-allow-html data-searching-placeholder="Searching…" placeholder="Search from existing categories" value="" > </select> </div> </div> </div> <div class="tribe-section tribe-section-taxonomy tribe-section-taxonomy--post_tag" > <div class="tribe-section-header"> <h3>Event Tags</h3> </div> <div class="tribe-section-content"> <div class="tribe-section-content-field"> <select class="tribe-dropdown" data-options="[]" data-source="search_terms" data-source-nonce="734a62a31c" data-source-args="{&quot;taxonomy&quot;:&quot;post_tag&quot;}" name="tax_input[post_tag][]" multiple data-dropdown-css-width="false" data-allow-html data-searching-placeholder="Searching…" placeholder="Search from existing tags" value="" > </select> </div> </div> </div> <div id="event_tribe_virtual" class="tribe-section tribe-section-virtual"> <div class="tribe-section-header"> <h3 class=""> Virtual Event </h3> </div> <table id="tribe-virtual-events" class="virtual-event-wrapper eventtable"> <input type="hidden" id="tribe-events-virtual[virtual-nonce]" name="tribe-events-virtual[virtual-nonce]" value="6c5107e250" /><input type="hidden" name="_wp_http_referer" value="/events/community/submitcguevent/" /><thead> <tr> <td class="tribe-configure-virtual-button__container"> <div> <button class="tribe-configure-virtual-button button tribe-dependent" type="button" data-depends="#tribe-events-virtual-setup" data-condition-not-checked > Configure Virtual Event </button> </div> <div class="screen-reader-text"> <label for="tribe-events-virtual-setup"> <input id="tribe-events-virtual-setup" name="tribe-events-virtual[virtual]" type="checkbox" value="yes" /> Mark as a virtual event </label> </div> </td> </tr> </thead> <tbody class="tribe-dependent" data-depends="#tribe-events-virtual-setup" data-condition-checked > <tr class="tribe-events-virtual-type-of-event"> <td class='tribe-table-field-label'>Type of Event:</td> <td> <button class="dashicons dashicons-trash tribe-remove-virtual-event tribe-dependent" type="button" data-depends="#tribe-events-virtual-setup" data-condition-checked > <span class="screen-reader-text"> Remove Virtual Settings </span> </button> <ul> <li> <label for="tribe-events-virtual-type-virtual"> <input id="tribe-events-virtual-type-virtual" name="tribe-events-virtual[event-type]" type="radio" value="virtual" checked='checked' /> Virtual Event </label> </li> <li> <label for="tribe-events-virtual-type-hybrid"> <input id="tribe-events-virtual-type-hybrid" name="tribe-events-virtual[event-type]" type="radio" value="hybrid" /> Hybrid Event </label> </li> </ul> </td> </tr> <tr class="tribe-events-virtual-video-source"> <td class="tribe-table-field-label tribe-events-virtual-video-source__label"> Add Video or Meeting Link: </td> <td class="tribe-events-virtual-video-source__content"> <div class="tribe-events-virtual-video-sources-wrap" > <div class="tec-events-virtual-meetings-control tec-events-virtual-meetings-control--select" > <label class="tec-events-virtual-meetings-control__label" for="tribe-events-virtual-video-source" > </label><select id="tribe-events-virtual-video-source" name="tribe-events-virtual[video-source]" class="tribe-dropdown tribe-events-virtual-meetings-video-source-dropdown" value="" style="width: 100%;" placeholder="Choose Video Source" data-hide-search="1" data-options="[{&quot;text&quot;:&quot;Search for video or meeting link&quot;,&quot;id&quot;:&quot;video&quot;,&quot;value&quot;:&quot;video&quot;,&quot;selected&quot;:false},{&quot;text&quot;:&quot;YouTube Live&quot;,&quot;id&quot;:&quot;youtube&quot;,&quot;value&quot;:&quot;youtube&quot;,&quot;selected&quot;:false}]" > </select> </div> </div> <div class="tribe-events-virtual-video-sources" > <div id="tribe-events-virtual-video-source-autodetect" class="tribe-dependent tribe-events-virtual-video-autodetect-details" data-depends="#tribe-events-virtual-video-source" data-condition="video" > <div class="tec-events-virtual-meetings-video-source__inner tribe-events-virtual-video-source-autodetect__inner-controls" > <div class="tribe-events-virtual-meetings-video-source__title tribe-events-virtual-video-source-autodetect__title"> Video or Meeting Link URL </div> <div class="tribe-events-virtual-video-source-autodetect__messages-wrap" role="alert" > </div> <div class="tribe-events-virtual-video-source-autodetect__fields"> <div class="tec-events-virtual-meetings-control tribe-events-virtual-video-source__virtual-url-wrap" > <label class="screen-reader-text tec-events-virtual-meetings-control__label" for="tribe-events-virtual-virtual-url" > Video </label> <input id="tribe-events-virtual-virtual-url" class="tribe-events-virtual-video-source__virtual-url-input" type="text" name="tribe-events-virtual[virtual-url]" placeholder="Enter URL for hosted video (YouTube, Vimeo, etc.)" value="" data-autodetect-ajax-url="https://www.cgu.edu/wp-admin/admin-ajax.php?action=ev_autodetect_video_source&amp;ev_request=b1878a5b23&amp;post_id=40291&amp;_ajax_nonce=b1878a5b23" data-dependency-manual-control > </div> </div> <div class="tribe-events-virtual-video-source-autodetect__button-wrapper" > <button type="button" class="button tribe-events-virtual-video-source-autodetect__button" > Find </button> </div> <div class="tec-autodetect-video-preview__container hide-preview"> <h3 class="tec-events-virtual-autodetect-video-preview__label"> Preview </h3> <div class="tec-autodetect-video-preview__inner"> </div> </div> <div class="tribe-events-virtual-loader-wrap"> <div class="tribe-common"> <div class="tribe-events-loader__dots tribe-common-c-loader tribe-common-a11y-hidden" > <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><circle cx="7.5" cy="7.5" r="7.5"/></svg> <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><circle cx="7.5" cy="7.5" r="7.5"/></svg> <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><circle cx="7.5" cy="7.5" r="7.5"/></svg> </div> </div> </div> </div> </div> <div id="tribe-events-virtual-meetings-facebook" class="tribe-dependent tribe-events-virtual-meetings-facebook-details" data-depends="#tribe-events-virtual-video-source" data-condition="facebook" > <div class="tec-events-virtual-meetings-video-source__inner tribe-events-virtual-meetings-source-facebook__inner-controls"> <div class="tribe-events-virtual-meetings-facebook-error__details-header"> Facebook Live </div> <div class="tribe-events-virtual-meetings-facebook-error__details-wrapper"> <p class="tribe-events-virtual-meetings-facebook-error__details-body"> No connected Facebook Pages found. You must connect a Facebook App to your site before you can add Facebook Live videos to events. </p> </div> <div class="tribe-events-virtual-meetings-facebook-error__link-wrapper"> <a class="tribe-events-virtual-meetings-facebook-error__link-connect" href="https://www.cgu.edu/wp-admin/edit.php?page=tec-events-settings&#038;post_type=tribe_events&#038;tab=addons" > Set up Facebook Live </a> </div> </div> </div> <div id="tribe-events-virtual-meetings-google" class="tribe-dependent tec-events-virtual-meetings-api-container tribe-events-virtual-meetings-api-controls" data-depends="#tribe-events-virtual-video-source" data-condition="google" data-api-id="google" > <div class="tec-events-virtual-meetings-video-source__inner tec-events-virtual-meetings-api-details__inner"> <a class="tribe-events-virtual-meetings-google__connect-link" href="https://www.cgu.edu/wp-admin/edit.php?page=tec-events-settings&#038;post_type=tribe_events&#038;tab=addons" > Set up Google integration </a> </div> </div> <div id="tribe-events-virtual-meetings-microsoft" class="tribe-dependent tec-events-virtual-meetings-api-container tribe-events-virtual-meetings-api-controls" data-depends="#tribe-events-virtual-video-source" data-condition="microsoft" data-api-id="microsoft" > <div class="tec-events-virtual-meetings-video-source__inner tec-events-virtual-meetings-api-details__inner"> <a class="tribe-events-virtual-meetings-microsoft__connect-link" href="https://www.cgu.edu/wp-admin/edit.php?page=tec-events-settings&#038;post_type=tribe_events&#038;tab=addons" > Set up Microsoft integration </a> </div> </div> <div id="tribe-events-virtual-meetings-webex" class="tribe-dependent tec-events-virtual-meetings-api-container tribe-events-virtual-meetings-api-controls" data-depends="#tribe-events-virtual-video-source" data-condition="webex" data-api-id="webex" > <div class="tec-events-virtual-meetings-video-source__inner tec-events-virtual-meetings-api-details__inner"> <a class="tribe-events-virtual-meetings-webex__connect-link" href="https://www.cgu.edu/wp-admin/edit.php?page=tec-events-settings&#038;post_type=tribe_events&#038;tab=addons" > Set up Webex integration </a> </div> </div> <div id="tribe-events-virtual-meetings-youtube" class="tribe-dependent tribe-events-virtual-meetings-youtube-details" data-depends="#tribe-events-virtual-video-source" data-condition="youtube" > <div class="tec-events-virtual-meetings-video-source__inner tribe-events-virtual-meetings-source-youtube__inner-controls" > <div class="tribe-events-virtual-meetings-video-source__title"> YouTube Live </div> <label class="tribe-events-virtual-meetings-source-youtube__channel-id-text-label" for="tribe-events-virtual-youtube-channel-id" > YouTube Channel ID: </label> <input id="tribe-events-virtual-youtube-channel-id" name="tribe-events-virtual[youtube_channel_id]" value="" type="text" class="tribe-events-virtual-meetings-source-youtube__channel-id-text-input components-text-control__input" /> <div class="tribe-field-wrap tribe-events-virtual-meetings__accordion-wrapper tribe-events-virtual-meetings-youtube-settings__accordion-wrapper" > <button type="button" class="button tribe-events-virtual-meetings__accordion-element tribe-events-virtual-meetings__accordion-toggle" data-js="tribe-events-accordion-trigger" aria-controls="tribe-events-virtual-meetings-source-youtube__settings" aria-expanded="true" > <span class="tribe-events-virtual-meetings__accordion-accordion__label" > Video Settings </span> <span class="tribe-events-virtual-meetings__accordion-accordion__arrow" > <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-virtual-meetings__accordion-icon-caret-svg" viewBox="0 0 10 7" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z" class="tribe-common-c-svgicon__svg-fill"/></svg> </span> </button> <div class="tribe-events-virtual-meetings__accordion-element tribe-events-virtual-meetings__accordion-contents" aria-hidden="false" id="tribe-events-virtual-meetings-source-youtube__settings" style="display:block" > <div class="tribe-events-virtual-meetings-source-youtube__content"> <fieldset id="tribe-field-tribe-events-virtual[youtube_autoplay]" class="tribe-field tribe-field-text tribe-size-medium tribe-field-switch"> <span class="tribe-field-switch-inner-wrap"> <legend class="tribe-field-label"> Autoplay Video <div class="tribe-tooltip event-helper-text tribe-events-virtual-show-to-ticket-attendees-helper-text" aria-expanded="false"> <span class="dashicons dashicons-info"></span> <div class="down"> <p> Autoplay is being deprecated by most browsers and is prevented in Chrome and Safari, it maybe removed in all the browsers soon. </p> </div> </div> </legend> <div class="tribe-field-wrap"> <div class="tribe-common-control tribe-common-control--switch tribe-events-virtual-meetings-youtube-control tribe-events-virtual-meetings-youtube-control--switch" > <input class="tribe-common-switch__input tribe-events-virtual-meetings-youtube-settings-switch__input" id="tribe-events-virtual[youtube_autoplay]" name="tribe-events-virtual[youtube_autoplay]" type="checkbox" value="1" /> <label class="tribe-common-switch__label tribe-events-virtual-meetings-youtube-settings-switch__label" for="tribe-events-virtual[youtube_autoplay]"> <span class="screen-reader-text"> Autoplay Video </span> </label> </div> </div> </span> </fieldset> <fieldset id="tribe-field-tribe-events-virtual[youtube_live_chat]" class="tribe-field tribe-field-text tribe-size-medium tribe-field-switch"> <span class="tribe-field-switch-inner-wrap"> <legend class="tribe-field-label"> Include live chat </legend> <div class="tribe-field-wrap"> <div class="tribe-common-control tribe-common-control--switch tribe-events-virtual-meetings-youtube-control tribe-events-virtual-meetings-youtube-control--switch" > <input class="tribe-common-switch__input tribe-events-virtual-meetings-youtube-settings-switch__input" id="tribe-events-virtual[youtube_live_chat]" name="tribe-events-virtual[youtube_live_chat]" type="checkbox" value="1" /> <label class="tribe-common-switch__label tribe-events-virtual-meetings-youtube-settings-switch__label" for="tribe-events-virtual[youtube_live_chat]"> <span class="screen-reader-text"> Include live chat </span> </label> </div> </div> </span> </fieldset> <fieldset id="tribe-field-tribe-events-virtual[youtube_mute_video]" class="tribe-field tribe-field-text tribe-size-medium tribe-field-switch"> <span class="tribe-field-switch-inner-wrap"> <legend class="tribe-field-label"> Mute Video <div class="tribe-tooltip event-helper-text tribe-events-virtual-show-to-ticket-attendees-helper-text" aria-expanded="false"> <span class="dashicons dashicons-info"></span> <div class="down"> <p> Best used with autoplay. </p> </div> </div> </legend> <div class="tribe-field-wrap"> <div class="tribe-common-control tribe-common-control--switch tribe-events-virtual-meetings-youtube-control tribe-events-virtual-meetings-youtube-control--switch" > <input class="tribe-common-switch__input tribe-events-virtual-meetings-youtube-settings-switch__input" id="tribe-events-virtual[youtube_mute_video]" name="tribe-events-virtual[youtube_mute_video]" type="checkbox" value="1" /> <label class="tribe-common-switch__label tribe-events-virtual-meetings-youtube-settings-switch__label" for="tribe-events-virtual[youtube_mute_video]"> <span class="screen-reader-text"> Mute Video </span> </label> </div> </div> </span> </fieldset> <fieldset id="tribe-field-tribe-events-virtual[youtube_modest_branding]" class="tribe-field tribe-field-text tribe-size-medium tribe-field-switch"> <span class="tribe-field-switch-inner-wrap"> <legend class="tribe-field-label"> Modest Branding <div class="tribe-tooltip event-helper-text tribe-events-virtual-show-to-ticket-attendees-helper-text" aria-expanded="false"> <span class="dashicons dashicons-info"></span> <div class="down"> <p> Hides the YouTube logo in the control bar. </p> </div> </div> </legend> <div class="tribe-field-wrap"> <div class="tribe-common-control tribe-common-control--switch tribe-events-virtual-meetings-youtube-control tribe-events-virtual-meetings-youtube-control--switch" > <input class="tribe-common-switch__input tribe-events-virtual-meetings-youtube-settings-switch__input" id="tribe-events-virtual[youtube_modest_branding]" name="tribe-events-virtual[youtube_modest_branding]" type="checkbox" value="1" /> <label class="tribe-common-switch__label tribe-events-virtual-meetings-youtube-settings-switch__label" for="tribe-events-virtual[youtube_modest_branding]"> <span class="screen-reader-text"> Modest Branding </span> </label> </div> </div> </span> </fieldset> <fieldset id="tribe-field-tribe-events-virtual[youtube_related_videos]" class="tribe-field tribe-field-text tribe-size-medium tribe-field-switch"> <span class="tribe-field-switch-inner-wrap"> <legend class="tribe-field-label"> Restrict Related Videos <div class="tribe-tooltip event-helper-text tribe-events-virtual-show-to-ticket-attendees-helper-text" aria-expanded="false"> <span class="dashicons dashicons-info"></span> <div class="down"> <p> Restricts related videos to only come from your channel. </p> </div> </div> </legend> <div class="tribe-field-wrap"> <div class="tribe-common-control tribe-common-control--switch tribe-events-virtual-meetings-youtube-control tribe-events-virtual-meetings-youtube-control--switch" > <input class="tribe-common-switch__input tribe-events-virtual-meetings-youtube-settings-switch__input" id="tribe-events-virtual[youtube_related_videos]" name="tribe-events-virtual[youtube_related_videos]" type="checkbox" value="1" /> <label class="tribe-common-switch__label tribe-events-virtual-meetings-youtube-settings-switch__label" for="tribe-events-virtual[youtube_related_videos]"> <span class="screen-reader-text"> Restrict Related Videos </span> </label> </div> </div> </span> </fieldset> <fieldset id="tribe-field-tribe-events-virtual[youtube_hide_controls]" class="tribe-field tribe-field-text tribe-size-medium tribe-field-switch"> <span class="tribe-field-switch-inner-wrap"> <legend class="tribe-field-label"> Hide Controls <div class="tribe-tooltip event-helper-text tribe-events-virtual-show-to-ticket-attendees-helper-text" aria-expanded="false"> <span class="dashicons dashicons-info"></span> <div class="down"> <p> Hides the video control bar. </p> </div> </div> </legend> <div class="tribe-field-wrap"> <div class="tribe-common-control tribe-common-control--switch tribe-events-virtual-meetings-youtube-control tribe-events-virtual-meetings-youtube-control--switch" > <input class="tribe-common-switch__input tribe-events-virtual-meetings-youtube-settings-switch__input" id="tribe-events-virtual[youtube_hide_controls]" name="tribe-events-virtual[youtube_hide_controls]" type="checkbox" value="1" /> <label class="tribe-common-switch__label tribe-events-virtual-meetings-youtube-settings-switch__label" for="tribe-events-virtual[youtube_hide_controls]"> <span class="screen-reader-text"> Hide Controls </span> </label> </div> </div> </span> </fieldset> </div> </div> </div> </div> </div> <div id="tribe-events-virtual-meetings-zoom" class="tribe-dependent tec-events-virtual-meetings-api-container tribe-events-virtual-meetings-api-controls" data-depends="#tribe-events-virtual-video-source" data-condition="zoom" data-api-id="zoom" > <div class="tec-events-virtual-meetings-video-source__inner tec-events-virtual-meetings-api-details__inner"> <a class="tribe-events-virtual-meetings-zoom__connect-link" href="https://www.cgu.edu/wp-admin/edit.php?page=tec-events-settings&#038;post_type=tribe_events&#038;tab=addons" > Set up Zoom integration </a> </div> </div> </div> </td> </tr> <tr class="tribe-events-virtual-display"> <td class="tribe-table-field-label tribe-events-virtual-display__label"> Display: </td> <td class="tribe-table-field--top tribe-events-virtual-display__content"> <ul class="tribe-events-virtual-display__list"> <li class="tec-events-virtual-display__list-item" > <label for="tribe-events-virtual-embed-video"> <input id="tribe-events-virtual-embed-video" name="tribe-events-virtual[embed-video]" type="checkbox" value="yes" checked='checked' /> Embed Video </label> </li> <li class="tec-events-virtual-display__list-item tec-events-virtual-display__list-item--linked-button"> <label for="tribe-events-virtual-linked-button" class="tribe-events-virtual-display__linked-button-label" > <input id="tribe-events-virtual-linked-button" name="tribe-events-virtual[linked-button]" type="checkbox" value="yes" checked='checked' /> Linked Button </label> <span class="tribe-dependent tribe-events-virtual-display__linked-button-text-wrapper" data-depends="#tribe-events-virtual-linked-button" data-condition-checked > <label class="tribe-events-virtual-display__linked-button-text-label" for="tribe-events-virtual-virtual-button-text" > Label </label> <input id="tribe-events-virtual-virtual-button-text" name="tribe-events-virtual[virtual-button-text]" value="Watch" type="text" class="tribe-events-virtual-display__linked-button-text-input components-text-control__input" /> </span> </li> <li class="tec-events-virtual-display__list-item tribe-events-virtual-hidden" > <label for="tribe-events-virtual-meetings-api-display-details"> <input id="tribe-events-virtual-meetings-api-display-details" name="tribe-events-virtual[meetings-api-display-details]" type="checkbox" value="yes" /> Meeting link with details </label> </li> </ul> </td> </tr> <tr class="tribe-events-virtual-show"> <td class='tribe-table-field-label'>Show when:</td> <td> <ul> <li> <label for="tribe-events-virtual-show-immediately"> <input id="tribe-events-virtual-show-immediately" name="tribe-events-virtual[show-embed-at]" type="radio" value="immediately" checked='checked' /> Event is published </label> </li> <li> <label for="tribe-events-virtual-show-at-start"> <input id="tribe-events-virtual-show-at-start" name="tribe-events-virtual[show-embed-at]" type="radio" value="at-start" /> Event starts </label> <div class="tribe-tooltip event-helper-text tribe-events-virtual-show-helper-text" aria-expanded="false" > <span class="dashicons dashicons-info"></span> <div class="down"> <p> Link and/or embed will appear on the page 15 minutes before the event start time. </p> </div> </div> </li> </ul> </td> </tr> <tr class="tribe-events-virtual-show"> <td class='tribe-table-field-label'>Show to:</td> <td> <ul> <li> <label for="tribe-events-virtual-show-to-all"> <input id="tribe-events-virtual-show-to-all" name="tribe-events-virtual[show-embed-to][]" type="radio" value="all" checked='checked' /> Everyone </label> </li> <li> <label for="tribe-events-virtual-show-to-logged-in"> <input id="tribe-events-virtual-show-to-logged-in" name="tribe-events-virtual[show-embed-to][]" type="radio" value="logged-in" /> Logged in users </label> </li> </ul> </td> </tr> <tr> <td class='tribe-table-field-label'>Virtual Event Label:</td> <td> <ul> <li> <label for="tribe-events-virtual-show-on-event"> <input id="tribe-events-virtual-show-on-event" name="tribe-events-virtual[show-on-event]" type="checkbox" value="yes" checked='checked' /> Show on event page </label> </li> <li> <label for="tribe-events-virtual-show-on-views"> <input id="tribe-events-virtual-show-on-views" name="tribe-events-virtual[show-on-views]" type="checkbox" value="yes" checked='checked' /> Show on calendar views </label> </li> <li> <p class="event-helper-text"> Virtual events will be indexed on Google as online events. </p> </li> </ul> </td> </tr> </tbody> </table> </div> <div id="event_tribe_event_status" class="tribe-section tribe-section-event-status"> <div class="tribe-section-header"> <h3 class=""> Events Status </h3> </div> <div class="tribe-section-content"> <div class="tribe-section-content-field"> <div class="tribe-events-status_metabox__container"> <input type="hidden" id="tribe-events-status[nonce]" name="tribe-events-status[nonce]" value="45b0d8a0c6" /><input type="hidden" name="_wp_http_referer" value="/events/community/submitcguevent/" /> <label for="tribe-events-status-status"> Set status: </label> <div class="tribe-events-status tribe-events-status-select" > <label class="screen-reader-text tribe-events-status-label__text" for="tribe-events-status-status" > Set status: </label> <select id="tribe-events-status-status" name="tribe-events-status[status]" class="tribe-dropdown tribe-events-status__status-select" value="" data-placeholder="Select an Event Status" data-hide-search data-prevent-clear data-options="[{&quot;text&quot;:&quot;Scheduled&quot;,&quot;id&quot;:&quot;scheduled&quot;,&quot;value&quot;:&quot;scheduled&quot;,&quot;selected&quot;:false},{&quot;text&quot;:&quot;Canceled&quot;,&quot;id&quot;:&quot;canceled&quot;,&quot;value&quot;:&quot;canceled&quot;,&quot;selected&quot;:false},{&quot;text&quot;:&quot;Postponed&quot;,&quot;id&quot;:&quot;postponed&quot;,&quot;value&quot;:&quot;postponed&quot;,&quot;selected&quot;:false},{&quot;text&quot;:&quot;Moved Online&quot;,&quot;id&quot;:&quot;moved-online&quot;,&quot;value&quot;:&quot;moved-online&quot;,&quot;selected&quot;:false}]" > <option value="scheduled" >Scheduled</option> <option value="canceled" >Canceled</option> <option value="postponed" >Postponed</option> <option value="moved-online" >Moved Online</option> </select> </div> <div class="tribe-dependent" data-depends="#tribe-events-status-status" data-condition='["canceled", "postponed"]' > <div class="tribe-events-status-components-textarea-control__container"> <label class="tribe-events-status-components-textarea-control__label" for="tribe-events-status-status-reason" > Reason (optional). </label> <textarea class="tribe-events-status-components-textarea-control__input" id="tribe-events-status-status-reason" name="tribe-events-status[status-reason]" ></textarea> </div> </div> </div> </div> </div> </div> <div id="event_tribe_venue" class="tribe-section tribe-section-venue eventForm "> <div class="tribe-section-header"> <h3 class=""> Venue Details </h3> </div> <table class="tribe-section-content"> <colgroup> <col class="tribe-colgroup tribe-colgroup-label"> <col class="tribe-colgroup tribe-colgroup-field"> </colgroup> <script type="text/template" id="tmpl-tribe-select-tribe_venue"> <tr class="saved-linked-post"> <td class="saved-venue-table-cell"> <span class="dashicons dashicons-screenoptions move-linked-post-group"></span> <label data-l10n-create-tribe_venue="Create New Venue"> Venue: </label> </td> <td> <select class="tribe-dropdown linked-post-dropdown hide-before-select2-init" name="venue[VenueID][]" id="saved_tribe_venue" data-post-type="tribe_venue" data-placeholder="Find a Venue" data-search-placeholder="Find a Venue" > <option value="-1" selected='selected'> Find a Venue </option> <option value="35036" data-edit-link="" data-existing-post="1" > A Noise Within Theatre </option> <option value="10946" data-edit-link="" data-existing-post="1" > Academic Computing Building 220 </option> <option value="10942" data-edit-link="" data-existing-post="1" > Academic Computing Building 106 </option> <option value="11327" data-edit-link="" data-existing-post="1" > Academic Computing Building 108 </option> <option value="14968" data-edit-link="" data-existing-post="1" > Academic Computing Building 119 </option> <option value="16347" data-edit-link="" data-existing-post="1" > Academic Computing Building 126 </option> <option value="11159" data-edit-link="" data-existing-post="1" > Academic Computing Building 208 </option> <option value="10388" data-edit-link="" data-existing-post="1" > Academic Computing Building 214 </option> <option value="13430" data-edit-link="" data-existing-post="1" > Academic Computing Building GIS Lab </option> <option value="16528" data-edit-link="" data-existing-post="1" > Academic Computing Building Lobby </option> <option value="18624" data-edit-link="" data-existing-post="1" > Academic Computing Building Parking Lot </option> <option value="19729" data-edit-link="" data-existing-post="1" > ACB </option> <option value="9087" data-edit-link="" data-existing-post="1" > Albrecht Auditorium | Stauffer Hall of Learning </option> <option value="10291" data-edit-link="" data-existing-post="1" > Annenberg Space for Photography | Skylight Studios </option> <option value="27833" data-edit-link="" data-existing-post="1" > Art and Music Building </option> <option value="9458" data-edit-link="" data-existing-post="1" > Art Building | East &amp; Peggy Phelps Galleries </option> <option value="9478" data-edit-link="" data-existing-post="1" > Art Building | Space 126 </option> <option value="9481" data-edit-link="" data-existing-post="1" > Art Building | Viewing Room </option> <option value="16437" data-edit-link="" data-existing-post="1" > Athenaeum, Claremont McKenna College </option> <option value="17252" data-edit-link="" data-existing-post="1" > Atkins Lobby in front of the Michael J. Johnston Board Room in Harper Hall </option> <option value="19753" data-edit-link="" data-existing-post="1" > Balch Auditorium, Scripps College </option> <option value="11089" data-edit-link="" data-existing-post="1" > Balitzer Board Room </option> <option value="39045" data-edit-link="" data-existing-post="1" > Benson Auditorium, Pitzer College </option> <option value="27158" data-edit-link="" data-existing-post="1" > Benton Museum of Art at Pomona College </option> <option value="16263" data-edit-link="" data-existing-post="1" > Blaisdell Fountain </option> <option value="10936" data-edit-link="" data-existing-post="1" > Blaisdell House </option> <option value="20664" data-edit-link="" data-existing-post="1" > Bowers Museum </option> <option value="16430" data-edit-link="" data-existing-post="1" > Bowling Green, Scripps College </option> <option value="13256" data-edit-link="" data-existing-post="1" > Bridges Auditorium | Pomona College </option> <option value="17382" data-edit-link="" data-existing-post="1" > Bridges Hall of Music (Little Bridges Auditorium) </option> <option value="10340" data-edit-link="" data-existing-post="1" > Broad Performance Space, Pitzer College </option> <option value="27738" data-edit-link="" data-existing-post="1" > Burkle </option> <option value="20134" data-edit-link="" data-existing-post="1" > Burkle 12 </option> <option value="10903" data-edit-link="" data-existing-post="1" > Burkle 14, Drucker School of Management </option> <option value="15517" data-edit-link="" data-existing-post="1" > Burkle 17, Drucker School of Management </option> <option value="17231" data-edit-link="" data-existing-post="1" > Burkle 22, Drucker School of Management </option> <option value="10726" data-edit-link="" data-existing-post="1" > Burkle 24, Drucker School of Management </option> <option value="10352" data-edit-link="" data-existing-post="1" > Burkle 26, Drucker School of Management </option> <option value="10514" data-edit-link="" data-existing-post="1" > Burkle Family Building </option> <option value="11138" data-edit-link="" data-existing-post="1" > Burkle Family Building, Dean&#8217;s Conference Room (202) </option> <option value="11717" data-edit-link="" data-existing-post="1" > Burkle Family Building, Panda Conference Room (253) </option> <option value="13297" data-edit-link="" data-existing-post="1" > Butler 201, Claremont School of Theology </option> <option value="29577" data-edit-link="" data-existing-post="1" > CalBG Outdoor Classroom </option> <option value="27776" data-edit-link="" data-existing-post="1" > California Botanic Garden </option> <option value="14988" data-edit-link="" data-existing-post="1" > California State University, Long Beach </option> <option value="15000" data-edit-link="" data-existing-post="1" > CARE, Claremont McKenna College </option> <option value="14302" data-edit-link="" data-existing-post="1" > Career and Professional Development Office </option> <option value="33428" data-edit-link="" data-existing-post="1" > Center for Academic &#038; Faculty Excellence </option> <option value="5060" data-edit-link="" data-existing-post="1" > CGU | DTLA </option> <option value="16339" data-edit-link="" data-existing-post="1" > CGU Center for Writing and Rhetoric House </option> <option value="10892" data-edit-link="" data-existing-post="1" > CGU President&#8217;s House </option> <option value="15031" data-edit-link="" data-existing-post="1" > Chicano Latino Student Association </option> <option value="21122" data-edit-link="" data-existing-post="1" > Claremont Collegiate Housing </option> <option value="15231" data-edit-link="" data-existing-post="1" > Claremont Craft Ales </option> <option value="11190" data-edit-link="" data-existing-post="1" > Claremont Graduate University </option> <option value="26264" data-edit-link="" data-existing-post="1" > Claremont Graduate University 150 East 10th Street Claremont, CA 91711 </option> <option value="10345" data-edit-link="" data-existing-post="1" > Claremont Graduate University President&#8217;s House </option> <option value="19387" data-edit-link="" data-existing-post="1" > Claremont Graduate University, Honnold Library </option> <option value="29331" data-edit-link="" data-existing-post="1" > Claremont Helen Renwick Library </option> <option value="11406" data-edit-link="" data-existing-post="1" > Claremont High School </option> <option value="15445" data-edit-link="" data-existing-post="1" > Claremont Hills Wilderness Park </option> <option value="29536" data-edit-link="" data-existing-post="1" > Claremont Lewis Museum of Art </option> <option value="15239" data-edit-link="" data-existing-post="1" > Claremont Loop </option> <option value="12756" data-edit-link="" data-existing-post="1" > Claremont McKenna College </option> <option value="13342" data-edit-link="" data-existing-post="1" > Claremont Public Library </option> <option value="18329" data-edit-link="" data-existing-post="1" > Claremont United Church of Christ </option> <option value="15538" data-edit-link="" data-existing-post="1" > Claremont United Methodist Church (Round Building) </option> <option value="10757" data-edit-link="" data-existing-post="1" > Claremont University Consortium McAlister Center </option> <option value="15034" data-edit-link="" data-existing-post="1" > CLSA (Chicano Latino Students Association) </option> <option value="26788" data-edit-link="" data-existing-post="1" > CMC </option> <option value="11168" data-edit-link="" data-existing-post="1" > Craig Academic Building #110 </option> <option value="28011" data-edit-link="" data-existing-post="1" > CUCC </option> <option value="25795" data-edit-link="" data-existing-post="1" > dadA Center for the Arts </option> <option value="16409" data-edit-link="" data-existing-post="1" > David Geffen Hall Cafe </option> <option value="10784" data-edit-link="" data-existing-post="1" > Descombes Quad, Claremont Graduate University </option> <option value="16387" data-edit-link="" data-existing-post="1" > Digital Tool Shed &#8211; Honold Library Second Floor </option> <option value="16432" data-edit-link="" data-existing-post="1" > Dom&#8217;s Lounge, Pomona College </option> <option value="22962" data-edit-link="" data-existing-post="1" > DoubleTree Claremont Hotel </option> <option value="34701" data-edit-link="" data-existing-post="1" > Drucker Institute </option> <option value="17090" data-edit-link="" data-existing-post="1" > Drucker School of Management </option> <option value="17954" data-edit-link="" data-existing-post="1" > Drucker School of Management, Burkle Building, Room 16 </option> <option value="18689" data-edit-link="" data-existing-post="1" > East Art Gallery </option> <option value="20289" data-edit-link="" data-existing-post="1" > Edmunds Ballroom, Pomona College </option> <option value="15094" data-edit-link="" data-existing-post="1" > Emmy Noethor Room, Milliken, Pomona College </option> <option value="16859" data-edit-link="" data-existing-post="1" > EmPOWER Center </option> <option value="26477" data-edit-link="" data-existing-post="1" > Ena Thompson Reading Room </option> <option value="18446" data-edit-link="" data-existing-post="1" > Financial Aid Office </option> <option value="10326" data-edit-link="" data-existing-post="1" > Founders Room, Honnold Library </option> <option value="12771" data-edit-link="" data-existing-post="1" > Freeberg Forum (LC 62, Kravis Center, Claremont McKenna College) </option> <option value="14193" data-edit-link="" data-existing-post="1" > Galileo Hall, Harvey Mudd College </option> <option value="11719" data-edit-link="" data-existing-post="1" > Garrison Theater, Scripps </option> <option value="12787" data-edit-link="" data-existing-post="1" > Graduate Student Council Office </option> <option value="33430" data-edit-link="" data-existing-post="1" > GSC Offices and Lounge at McManus Hall Rooms 144 145 146 </option> <option value="11121" data-edit-link="" data-existing-post="1" > Hagelbarger&#8217;s Lounge </option> <option value="26473" data-edit-link="" data-existing-post="1" > Hagelbargers Courtyard </option> <option value="11178" data-edit-link="" data-existing-post="1" > Hahn 101, Pomona College </option> <option value="19739" data-edit-link="" data-existing-post="1" > Hampton Room, Scripps College </option> <option value="17804" data-edit-link="" data-existing-post="1" > Harper Hall Courtyard </option> <option value="27730" data-edit-link="" data-existing-post="1" > Harper Hall East </option> <option value="10323" data-edit-link="" data-existing-post="1" > Harper Hall, Board of Trustees Room </option> <option value="18810" data-edit-link="" data-existing-post="1" > Harper Hall, Room 1 </option> <option value="10252" data-edit-link="" data-existing-post="1" > Harper Hall, Room 53 </option> <option value="11092" data-edit-link="" data-existing-post="1" > Harper Hall, Room 55 </option> <option value="11066" data-edit-link="" data-existing-post="1" > Harper Hall, Room 61 </option> <option value="10905" data-edit-link="" data-existing-post="1" > Harper Hall, Room 63 </option> <option value="10906" data-edit-link="" data-existing-post="1" > Harper Hall, Room 65 </option> <option value="28947" data-edit-link="" data-existing-post="1" > Harper Lawn </option> <option value="17873" data-edit-link="" data-existing-post="1" > Harvey Mudd College located in Hoch-Shanahan, Aviation Room </option> <option value="14473" data-edit-link="" data-existing-post="1" > Harvey Mudd College Platt Living Room </option> <option value="27827" data-edit-link="" data-existing-post="1" > Harvey Mudd College, Drinkward Recital Hall </option> <option value="20951" data-edit-link="" data-existing-post="1" > Harvey S. Mudd Quadrangle </option> <option value="15040" data-edit-link="" data-existing-post="1" > Hoch-Shanahan Dining </option> <option value="15064" data-edit-link="" data-existing-post="1" > Hoch-Shanahan Dining </option> <option value="25766" data-edit-link="" data-existing-post="1" > Honnold Library south lawn </option> <option value="16385" data-edit-link="" data-existing-post="1" > Honnold Mudd Library | Room: Keck 2 </option> <option value="11225" data-edit-link="" data-existing-post="1" > Honnold Mudd Library Quadrangle </option> <option value="16991" data-edit-link="" data-existing-post="1" > Honnold Mudd LIbrary: Keck 3 (3rd Floor) </option> <option value="16989" data-edit-link="" data-existing-post="1" > Honnold Mudd LIbrary: Keck Learning Room (2nd Fl) </option> <option value="31376" data-edit-link="" data-existing-post="1" > Huntington Library, Art Museum &#038; Botanical Garden </option> <option value="29408" data-edit-link="" data-existing-post="1" > IAC Library </option> <option value="16674" data-edit-link="" data-existing-post="1" > Intercollegiate Lounge, Lincoln Hall, Pomona College </option> <option value="18098" data-edit-link="" data-existing-post="1" > International Place (I-Place) </option> <option value="20230" data-edit-link="" data-existing-post="1" > Jenkins Courtyard </option> <option value="19708" data-edit-link="" data-existing-post="1" > KGI Cafe Second Floor </option> <option value="17866" data-edit-link="" data-existing-post="1" > KGI Founders Room 517 </option> <option value="10382" data-edit-link="" data-existing-post="1" > Kresge Chapel, Claremont School of Theology </option> <option value="27160" data-edit-link="" data-existing-post="1" > Los Angeles Public Library, Taper Auditorium </option> <option value="10190" data-edit-link="" data-existing-post="1" > Lounge 425 @ Casa 425 </option> <option value="18455" data-edit-link="" data-existing-post="1" > Mabel Shaw Bridges Hall of Music (Little Bridges Auditorium) </option> <option value="26758" data-edit-link="" data-existing-post="1" > Math House North </option> <option value="12766" data-edit-link="" data-existing-post="1" > McAlister Center </option> <option value="16441" data-edit-link="" data-existing-post="1" > McAllister Courtyard </option> <option value="20389" data-edit-link="" data-existing-post="1" > McConnell Center Founders Room </option> <option value="20933" data-edit-link="" data-existing-post="1" > McKenna Auditorium, Claremont McKenna College </option> <option value="20756" data-edit-link="" data-existing-post="1" > McManus 31 </option> <option value="14149" data-edit-link="" data-existing-post="1" > McManus 33 </option> <option value="14161" data-edit-link="" data-existing-post="1" > McManus 33 </option> <option value="10348" data-edit-link="" data-existing-post="1" > McManus 35 </option> <option value="10197" data-edit-link="" data-existing-post="1" > McManus Conference Room | Claremont Graduate University </option> <option value="37818" data-edit-link="" data-existing-post="1" > McManus Hall </option> <option value="10580" data-edit-link="" data-existing-post="1" > Michael J. Johnston Board of Trustees Room, Harper Hall </option> <option value="21395" data-edit-link="" data-existing-post="1" > Michael Shanahan Center for Teaching &amp; Learning </option> <option value="12946" data-edit-link="" data-existing-post="1" > Millikan Courtyard, Pomona College </option> <option value="12901" data-edit-link="" data-existing-post="1" > Millikan Hall </option> <option value="18846" data-edit-link="" data-existing-post="1" > Mudd Quadrangle </option> <option value="23276" data-edit-link="" data-existing-post="1" > no title </option> <option value="23280" data-edit-link="" data-existing-post="1" > no title </option> <option value="23284" data-edit-link="" data-existing-post="1" > no title </option> <option value="23346" data-edit-link="" data-existing-post="1" > no title </option> <option value="28055" data-edit-link="" data-existing-post="1" > Northeast corner of 8th and College </option> <option value="29575" data-edit-link="" data-existing-post="1" > Oasis Courtyard </option> <option value="22966" data-edit-link="" data-existing-post="1" > Oasis KGI Commons </option> <option value="14213" data-edit-link="" data-existing-post="1" > OBSA Bungalow </option> <option value="36213" data-edit-link="" data-existing-post="1" > Off Campus &#8211; See Description </option> <option value="12363" data-edit-link="" data-existing-post="1" > Office of Admissions </option> <option value="10981" data-edit-link="" data-existing-post="1" > Office of Black Student Affairs </option> <option value="29825" data-edit-link="" data-existing-post="1" > Office of Student Engagement House </option> <option value="16335" data-edit-link="" data-existing-post="1" > Office of Student Life, Diversity and Leadership </option> <option value="18444" data-edit-link="" data-existing-post="1" > Office of the Dean of Students </option> <option value="15075" data-edit-link="" data-existing-post="1" > Oldenborg Dining Hall </option> <option value="11447" data-edit-link="" data-existing-post="1" > Olin Science Center, Harvey Mudd College </option> <option value="21517" data-edit-link="" data-existing-post="1" > Online </option> <option value="11212" data-edit-link="" data-existing-post="1" > Online Webinar </option> <option value="18687" data-edit-link="" data-existing-post="1" > Peggy Phelps Art Gallery </option> <option value="20021" data-edit-link="" data-existing-post="1" > Pickford Auditorium </option> <option value="14991" data-edit-link="" data-existing-post="1" > Pitzer College </option> <option value="18814" data-edit-link="" data-existing-post="1" > Pitzer College Founders Room (Above Pitzer Dining Hall) </option> <option value="15474" data-edit-link="" data-existing-post="1" > Pitzer College Kallock Gallery </option> <option value="14460" data-edit-link="" data-existing-post="1" > Pitzer College McConnell Dining Hall </option> <option value="17870" data-edit-link="" data-existing-post="1" > Pitzer Gold Student Center Multipurpose Room </option> <option value="14589" data-edit-link="" data-existing-post="1" > Pomona College </option> <option value="14466" data-edit-link="" data-existing-post="1" > Pomona College Big Bridges North Quad </option> <option value="14457" data-edit-link="" data-existing-post="1" > Pomona College Frank Blue Room </option> <option value="14462" data-edit-link="" data-existing-post="1" > Pomona College Rose Hills Theatre </option> <option value="15293" data-edit-link="" data-existing-post="1" > Pomona College Seaver Theater </option> <option value="20299" data-edit-link="" data-existing-post="1" > Pomona College Studio Art Building, Theatre Room 122 </option> <option value="12710" data-edit-link="" data-existing-post="1" > Pomona Hahn 101 </option> <option value="28002" data-edit-link="" data-existing-post="1" > Quakes Stadium (LoanMart Field) </option> <option value="20236" data-edit-link="" data-existing-post="1" > Queer Resource Center- Walton Commons 395 E. 6th St.  </option> <option value="11155" data-edit-link="" data-existing-post="1" > Rancho Santa Ana Botanic Gardens </option> <option value="16742" data-edit-link="" data-existing-post="1" > Ron W. Burkle Building, Suite 101 </option> <option value="4875" data-edit-link="" data-existing-post="1" > Ron W. Burkle Family Building </option> <option value="10358" data-edit-link="" data-existing-post="1" > Ron W. Burkle Family Building Room 12, Drucker School of Management </option> <option value="13252" data-edit-link="" data-existing-post="1" > Rose Hills Theater at Pomona College </option> <option value="5726" data-edit-link="" data-existing-post="1" > Ruth Chandler Williamson Gallery, Scripps College </option> <option value="12737" data-edit-link="" data-existing-post="1" > SAH Library </option> <option value="11492" data-edit-link="" data-existing-post="1" > San Diego State University </option> <option value="20423" data-edit-link="" data-existing-post="1" > SCGH Main Conference Room </option> <option value="7666" data-edit-link="" data-existing-post="1" > School of Arts and Humanities </option> <option value="15557" data-edit-link="" data-existing-post="1" > School of Community and Global Health </option> <option value="14594" data-edit-link="" data-existing-post="1" > Scripps College </option> <option value="14190" data-edit-link="" data-existing-post="1" > Scripps Communities of Resources &amp; Empowerment (SCORE), Scripps College </option> <option value="14729" data-edit-link="" data-existing-post="1" > Scripps Humanities Auditorium </option> <option value="17868" data-edit-link="" data-existing-post="1" > Scripps Steele Hall, Room 103 </option> <option value="18458" data-edit-link="" data-existing-post="1" > Seaver Theatre </option> <option value="17946" data-edit-link="" data-existing-post="1" > SLDL House </option> <option value="20432" data-edit-link="" data-existing-post="1" > Smith Campus Center, Pomona College </option> <option value="31428" data-edit-link="" data-existing-post="1" > Southwestern Law School </option> <option value="25261" data-edit-link="" data-existing-post="1" > St. Ambrose Episcopal Church </option> <option value="11152" data-edit-link="" data-existing-post="1" > Stauffer 10 </option> <option value="10385" data-edit-link="" data-existing-post="1" > Stauffer 106 </option> <option value="10392" data-edit-link="" data-existing-post="1" > Stauffer 110 </option> <option value="28934" data-edit-link="" data-existing-post="1" > Stauffer Hall 106 </option> <option value="15481" data-edit-link="" data-existing-post="1" > Stauffer Hall of Learning </option> <option value="7671" data-edit-link="" data-existing-post="1" > Stauffer Hall of Learning / Albrecht Auditorium </option> <option value="10963" data-edit-link="" data-existing-post="1" > Student Life, Diversity, &amp; Leadership </option> <option value="11365" data-edit-link="" data-existing-post="1" > Student Success Center </option> <option value="33429" data-edit-link="" data-existing-post="1" > Student Veteran Lounge at Harper Hall </option> <option value="27795" data-edit-link="" data-existing-post="1" > Tents on Tenth </option> <option value="29059" data-edit-link="" data-existing-post="1" > The Claremont Colleges Library </option> <option value="15521" data-edit-link="" data-existing-post="1" > The Eli and Edythe Broad Stage </option> <option value="27460" data-edit-link="" data-existing-post="1" > The Grove House </option> <option value="16443" data-edit-link="" data-existing-post="1" > The Hive </option> <option value="16619" data-edit-link="" data-existing-post="1" > The McAlister Center </option> <option value="11976" data-edit-link="" data-existing-post="1" > The Reef </option> <option value="16789" data-edit-link="" data-existing-post="1" > The Rustiq Table </option> <option value="12866" data-edit-link="" data-existing-post="1" > Tranquada Student Services </option> <option value="14227" data-edit-link="" data-existing-post="1" > Transdisciplinary Studies &amp; Preparing Future Faculty House </option> <option value="10538" data-edit-link="" data-existing-post="1" > Treasurer&#8217;s Conference Room, Harper Hall 156 </option> <option value="19879" data-edit-link="" data-existing-post="1" > USC Fisher Museum of Art </option> <option value="16983" data-edit-link="" data-existing-post="1" > Various on the CGU campus </option> <option value="26212" data-edit-link="" data-existing-post="1" > Village Plaza </option> <option value="24446" data-edit-link="" data-existing-post="1" > Virtual </option> <option value="28732" data-edit-link="" data-existing-post="1" > Vita Nove Lecture Room 100 </option> <option value="13087" data-edit-link="" data-existing-post="1" > Walter&#8217;s Restaurant </option> <option value="32477" data-edit-link="" data-existing-post="1" > Yuhaaviatam Center </option> <option value="21676" data-edit-link="" data-existing-post="1" > Zoom </option> </select> <a class="dashicons dashicons-trash tribe-delete-this" href="#"> <span class="screen-reader-text">Delete this</span> </a> </td> </tr> </script><tbody> <tr class="saved-linked-post"> <td class="saved-venue-table-cell"> <span class="dashicons dashicons-screenoptions move-linked-post-group"></span> <label data-l10n-create-tribe_venue="Create New Venue"> Venue: </label> </td> <td> <select class="tribe-dropdown linked-post-dropdown hide-before-select2-init" name="venue[VenueID][]" id="saved_tribe_venue" data-post-type="tribe_venue" data-placeholder="Find a Venue" data-search-placeholder="Find a Venue" > <option value="-1" selected='selected'> Find a Venue </option> <option value="35036" data-edit-link="" data-existing-post="1" > A Noise Within Theatre </option> <option value="10946" data-edit-link="" data-existing-post="1" > Academic Computing Building 220 </option> <option value="10942" data-edit-link="" data-existing-post="1" > Academic Computing Building 106 </option> <option value="11327" data-edit-link="" data-existing-post="1" > Academic Computing Building 108 </option> <option value="14968" data-edit-link="" data-existing-post="1" > Academic Computing Building 119 </option> <option value="16347" data-edit-link="" data-existing-post="1" > Academic Computing Building 126 </option> <option value="11159" data-edit-link="" data-existing-post="1" > Academic Computing Building 208 </option> <option value="10388" data-edit-link="" data-existing-post="1" > Academic Computing Building 214 </option> <option value="13430" data-edit-link="" data-existing-post="1" > Academic Computing Building GIS Lab </option> <option value="16528" data-edit-link="" data-existing-post="1" > Academic Computing Building Lobby </option> <option value="18624" data-edit-link="" data-existing-post="1" > Academic Computing Building Parking Lot </option> <option value="19729" data-edit-link="" data-existing-post="1" > ACB </option> <option value="9087" data-edit-link="" data-existing-post="1" > Albrecht Auditorium | Stauffer Hall of Learning </option> <option value="10291" data-edit-link="" data-existing-post="1" > Annenberg Space for Photography | Skylight Studios </option> <option value="27833" data-edit-link="" data-existing-post="1" > Art and Music Building </option> <option value="9458" data-edit-link="" data-existing-post="1" > Art Building | East &amp; Peggy Phelps Galleries </option> <option value="9478" data-edit-link="" data-existing-post="1" > Art Building | Space 126 </option> <option value="9481" data-edit-link="" data-existing-post="1" > Art Building | Viewing Room </option> <option value="16437" data-edit-link="" data-existing-post="1" > Athenaeum, Claremont McKenna College </option> <option value="17252" data-edit-link="" data-existing-post="1" > Atkins Lobby in front of the Michael J. Johnston Board Room in Harper Hall </option> <option value="19753" data-edit-link="" data-existing-post="1" > Balch Auditorium, Scripps College </option> <option value="11089" data-edit-link="" data-existing-post="1" > Balitzer Board Room </option> <option value="39045" data-edit-link="" data-existing-post="1" > Benson Auditorium, Pitzer College </option> <option value="27158" data-edit-link="" data-existing-post="1" > Benton Museum of Art at Pomona College </option> <option value="16263" data-edit-link="" data-existing-post="1" > Blaisdell Fountain </option> <option value="10936" data-edit-link="" data-existing-post="1" > Blaisdell House </option> <option value="20664" data-edit-link="" data-existing-post="1" > Bowers Museum </option> <option value="16430" data-edit-link="" data-existing-post="1" > Bowling Green, Scripps College </option> <option value="13256" data-edit-link="" data-existing-post="1" > Bridges Auditorium | Pomona College </option> <option value="17382" data-edit-link="" data-existing-post="1" > Bridges Hall of Music (Little Bridges Auditorium) </option> <option value="10340" data-edit-link="" data-existing-post="1" > Broad Performance Space, Pitzer College </option> <option value="27738" data-edit-link="" data-existing-post="1" > Burkle </option> <option value="20134" data-edit-link="" data-existing-post="1" > Burkle 12 </option> <option value="10903" data-edit-link="" data-existing-post="1" > Burkle 14, Drucker School of Management </option> <option value="15517" data-edit-link="" data-existing-post="1" > Burkle 17, Drucker School of Management </option> <option value="17231" data-edit-link="" data-existing-post="1" > Burkle 22, Drucker School of Management </option> <option value="10726" data-edit-link="" data-existing-post="1" > Burkle 24, Drucker School of Management </option> <option value="10352" data-edit-link="" data-existing-post="1" > Burkle 26, Drucker School of Management </option> <option value="10514" data-edit-link="" data-existing-post="1" > Burkle Family Building </option> <option value="11138" data-edit-link="" data-existing-post="1" > Burkle Family Building, Dean&#8217;s Conference Room (202) </option> <option value="11717" data-edit-link="" data-existing-post="1" > Burkle Family Building, Panda Conference Room (253) </option> <option value="13297" data-edit-link="" data-existing-post="1" > Butler 201, Claremont School of Theology </option> <option value="29577" data-edit-link="" data-existing-post="1" > CalBG Outdoor Classroom </option> <option value="27776" data-edit-link="" data-existing-post="1" > California Botanic Garden </option> <option value="14988" data-edit-link="" data-existing-post="1" > California State University, Long Beach </option> <option value="15000" data-edit-link="" data-existing-post="1" > CARE, Claremont McKenna College </option> <option value="14302" data-edit-link="" data-existing-post="1" > Career and Professional Development Office </option> <option value="33428" data-edit-link="" data-existing-post="1" > Center for Academic &#038; Faculty Excellence </option> <option value="5060" data-edit-link="" data-existing-post="1" > CGU | DTLA </option> <option value="16339" data-edit-link="" data-existing-post="1" > CGU Center for Writing and Rhetoric House </option> <option value="10892" data-edit-link="" data-existing-post="1" > CGU President&#8217;s House </option> <option value="15031" data-edit-link="" data-existing-post="1" > Chicano Latino Student Association </option> <option value="21122" data-edit-link="" data-existing-post="1" > Claremont Collegiate Housing </option> <option value="15231" data-edit-link="" data-existing-post="1" > Claremont Craft Ales </option> <option value="11190" data-edit-link="" data-existing-post="1" > Claremont Graduate University </option> <option value="26264" data-edit-link="" data-existing-post="1" > Claremont Graduate University 150 East 10th Street Claremont, CA 91711 </option> <option value="10345" data-edit-link="" data-existing-post="1" > Claremont Graduate University President&#8217;s House </option> <option value="19387" data-edit-link="" data-existing-post="1" > Claremont Graduate University, Honnold Library </option> <option value="29331" data-edit-link="" data-existing-post="1" > Claremont Helen Renwick Library </option> <option value="11406" data-edit-link="" data-existing-post="1" > Claremont High School </option> <option value="15445" data-edit-link="" data-existing-post="1" > Claremont Hills Wilderness Park </option> <option value="29536" data-edit-link="" data-existing-post="1" > Claremont Lewis Museum of Art </option> <option value="15239" data-edit-link="" data-existing-post="1" > Claremont Loop </option> <option value="12756" data-edit-link="" data-existing-post="1" > Claremont McKenna College </option> <option value="13342" data-edit-link="" data-existing-post="1" > Claremont Public Library </option> <option value="18329" data-edit-link="" data-existing-post="1" > Claremont United Church of Christ </option> <option value="15538" data-edit-link="" data-existing-post="1" > Claremont United Methodist Church (Round Building) </option> <option value="10757" data-edit-link="" data-existing-post="1" > Claremont University Consortium McAlister Center </option> <option value="15034" data-edit-link="" data-existing-post="1" > CLSA (Chicano Latino Students Association) </option> <option value="26788" data-edit-link="" data-existing-post="1" > CMC </option> <option value="11168" data-edit-link="" data-existing-post="1" > Craig Academic Building #110 </option> <option value="28011" data-edit-link="" data-existing-post="1" > CUCC </option> <option value="25795" data-edit-link="" data-existing-post="1" > dadA Center for the Arts </option> <option value="16409" data-edit-link="" data-existing-post="1" > David Geffen Hall Cafe </option> <option value="10784" data-edit-link="" data-existing-post="1" > Descombes Quad, Claremont Graduate University </option> <option value="16387" data-edit-link="" data-existing-post="1" > Digital Tool Shed &#8211; Honold Library Second Floor </option> <option value="16432" data-edit-link="" data-existing-post="1" > Dom&#8217;s Lounge, Pomona College </option> <option value="22962" data-edit-link="" data-existing-post="1" > DoubleTree Claremont Hotel </option> <option value="34701" data-edit-link="" data-existing-post="1" > Drucker Institute </option> <option value="17090" data-edit-link="" data-existing-post="1" > Drucker School of Management </option> <option value="17954" data-edit-link="" data-existing-post="1" > Drucker School of Management, Burkle Building, Room 16 </option> <option value="18689" data-edit-link="" data-existing-post="1" > East Art Gallery </option> <option value="20289" data-edit-link="" data-existing-post="1" > Edmunds Ballroom, Pomona College </option> <option value="15094" data-edit-link="" data-existing-post="1" > Emmy Noethor Room, Milliken, Pomona College </option> <option value="16859" data-edit-link="" data-existing-post="1" > EmPOWER Center </option> <option value="26477" data-edit-link="" data-existing-post="1" > Ena Thompson Reading Room </option> <option value="18446" data-edit-link="" data-existing-post="1" > Financial Aid Office </option> <option value="10326" data-edit-link="" data-existing-post="1" > Founders Room, Honnold Library </option> <option value="12771" data-edit-link="" data-existing-post="1" > Freeberg Forum (LC 62, Kravis Center, Claremont McKenna College) </option> <option value="14193" data-edit-link="" data-existing-post="1" > Galileo Hall, Harvey Mudd College </option> <option value="11719" data-edit-link="" data-existing-post="1" > Garrison Theater, Scripps </option> <option value="12787" data-edit-link="" data-existing-post="1" > Graduate Student Council Office </option> <option value="33430" data-edit-link="" data-existing-post="1" > GSC Offices and Lounge at McManus Hall Rooms 144 145 146 </option> <option value="11121" data-edit-link="" data-existing-post="1" > Hagelbarger&#8217;s Lounge </option> <option value="26473" data-edit-link="" data-existing-post="1" > Hagelbargers Courtyard </option> <option value="11178" data-edit-link="" data-existing-post="1" > Hahn 101, Pomona College </option> <option value="19739" data-edit-link="" data-existing-post="1" > Hampton Room, Scripps College </option> <option value="17804" data-edit-link="" data-existing-post="1" > Harper Hall Courtyard </option> <option value="27730" data-edit-link="" data-existing-post="1" > Harper Hall East </option> <option value="10323" data-edit-link="" data-existing-post="1" > Harper Hall, Board of Trustees Room </option> <option value="18810" data-edit-link="" data-existing-post="1" > Harper Hall, Room 1 </option> <option value="10252" data-edit-link="" data-existing-post="1" > Harper Hall, Room 53 </option> <option value="11092" data-edit-link="" data-existing-post="1" > Harper Hall, Room 55 </option> <option value="11066" data-edit-link="" data-existing-post="1" > Harper Hall, Room 61 </option> <option value="10905" data-edit-link="" data-existing-post="1" > Harper Hall, Room 63 </option> <option value="10906" data-edit-link="" data-existing-post="1" > Harper Hall, Room 65 </option> <option value="28947" data-edit-link="" data-existing-post="1" > Harper Lawn </option> <option value="17873" data-edit-link="" data-existing-post="1" > Harvey Mudd College located in Hoch-Shanahan, Aviation Room </option> <option value="14473" data-edit-link="" data-existing-post="1" > Harvey Mudd College Platt Living Room </option> <option value="27827" data-edit-link="" data-existing-post="1" > Harvey Mudd College, Drinkward Recital Hall </option> <option value="20951" data-edit-link="" data-existing-post="1" > Harvey S. Mudd Quadrangle </option> <option value="15040" data-edit-link="" data-existing-post="1" > Hoch-Shanahan Dining </option> <option value="15064" data-edit-link="" data-existing-post="1" > Hoch-Shanahan Dining </option> <option value="25766" data-edit-link="" data-existing-post="1" > Honnold Library south lawn </option> <option value="16385" data-edit-link="" data-existing-post="1" > Honnold Mudd Library | Room: Keck 2 </option> <option value="11225" data-edit-link="" data-existing-post="1" > Honnold Mudd Library Quadrangle </option> <option value="16991" data-edit-link="" data-existing-post="1" > Honnold Mudd LIbrary: Keck 3 (3rd Floor) </option> <option value="16989" data-edit-link="" data-existing-post="1" > Honnold Mudd LIbrary: Keck Learning Room (2nd Fl) </option> <option value="31376" data-edit-link="" data-existing-post="1" > Huntington Library, Art Museum &#038; Botanical Garden </option> <option value="29408" data-edit-link="" data-existing-post="1" > IAC Library </option> <option value="16674" data-edit-link="" data-existing-post="1" > Intercollegiate Lounge, Lincoln Hall, Pomona College </option> <option value="18098" data-edit-link="" data-existing-post="1" > International Place (I-Place) </option> <option value="20230" data-edit-link="" data-existing-post="1" > Jenkins Courtyard </option> <option value="19708" data-edit-link="" data-existing-post="1" > KGI Cafe Second Floor </option> <option value="17866" data-edit-link="" data-existing-post="1" > KGI Founders Room 517 </option> <option value="10382" data-edit-link="" data-existing-post="1" > Kresge Chapel, Claremont School of Theology </option> <option value="27160" data-edit-link="" data-existing-post="1" > Los Angeles Public Library, Taper Auditorium </option> <option value="10190" data-edit-link="" data-existing-post="1" > Lounge 425 @ Casa 425 </option> <option value="18455" data-edit-link="" data-existing-post="1" > Mabel Shaw Bridges Hall of Music (Little Bridges Auditorium) </option> <option value="26758" data-edit-link="" data-existing-post="1" > Math House North </option> <option value="12766" data-edit-link="" data-existing-post="1" > McAlister Center </option> <option value="16441" data-edit-link="" data-existing-post="1" > McAllister Courtyard </option> <option value="20389" data-edit-link="" data-existing-post="1" > McConnell Center Founders Room </option> <option value="20933" data-edit-link="" data-existing-post="1" > McKenna Auditorium, Claremont McKenna College </option> <option value="20756" data-edit-link="" data-existing-post="1" > McManus 31 </option> <option value="14149" data-edit-link="" data-existing-post="1" > McManus 33 </option> <option value="14161" data-edit-link="" data-existing-post="1" > McManus 33 </option> <option value="10348" data-edit-link="" data-existing-post="1" > McManus 35 </option> <option value="10197" data-edit-link="" data-existing-post="1" > McManus Conference Room | Claremont Graduate University </option> <option value="37818" data-edit-link="" data-existing-post="1" > McManus Hall </option> <option value="10580" data-edit-link="" data-existing-post="1" > Michael J. Johnston Board of Trustees Room, Harper Hall </option> <option value="21395" data-edit-link="" data-existing-post="1" > Michael Shanahan Center for Teaching &amp; Learning </option> <option value="12946" data-edit-link="" data-existing-post="1" > Millikan Courtyard, Pomona College </option> <option value="12901" data-edit-link="" data-existing-post="1" > Millikan Hall </option> <option value="18846" data-edit-link="" data-existing-post="1" > Mudd Quadrangle </option> <option value="23276" data-edit-link="" data-existing-post="1" > no title </option> <option value="23280" data-edit-link="" data-existing-post="1" > no title </option> <option value="23284" data-edit-link="" data-existing-post="1" > no title </option> <option value="23346" data-edit-link="" data-existing-post="1" > no title </option> <option value="28055" data-edit-link="" data-existing-post="1" > Northeast corner of 8th and College </option> <option value="29575" data-edit-link="" data-existing-post="1" > Oasis Courtyard </option> <option value="22966" data-edit-link="" data-existing-post="1" > Oasis KGI Commons </option> <option value="14213" data-edit-link="" data-existing-post="1" > OBSA Bungalow </option> <option value="36213" data-edit-link="" data-existing-post="1" > Off Campus &#8211; See Description </option> <option value="12363" data-edit-link="" data-existing-post="1" > Office of Admissions </option> <option value="10981" data-edit-link="" data-existing-post="1" > Office of Black Student Affairs </option> <option value="29825" data-edit-link="" data-existing-post="1" > Office of Student Engagement House </option> <option value="16335" data-edit-link="" data-existing-post="1" > Office of Student Life, Diversity and Leadership </option> <option value="18444" data-edit-link="" data-existing-post="1" > Office of the Dean of Students </option> <option value="15075" data-edit-link="" data-existing-post="1" > Oldenborg Dining Hall </option> <option value="11447" data-edit-link="" data-existing-post="1" > Olin Science Center, Harvey Mudd College </option> <option value="21517" data-edit-link="" data-existing-post="1" > Online </option> <option value="11212" data-edit-link="" data-existing-post="1" > Online Webinar </option> <option value="18687" data-edit-link="" data-existing-post="1" > Peggy Phelps Art Gallery </option> <option value="20021" data-edit-link="" data-existing-post="1" > Pickford Auditorium </option> <option value="14991" data-edit-link="" data-existing-post="1" > Pitzer College </option> <option value="18814" data-edit-link="" data-existing-post="1" > Pitzer College Founders Room (Above Pitzer Dining Hall) </option> <option value="15474" data-edit-link="" data-existing-post="1" > Pitzer College Kallock Gallery </option> <option value="14460" data-edit-link="" data-existing-post="1" > Pitzer College McConnell Dining Hall </option> <option value="17870" data-edit-link="" data-existing-post="1" > Pitzer Gold Student Center Multipurpose Room </option> <option value="14589" data-edit-link="" data-existing-post="1" > Pomona College </option> <option value="14466" data-edit-link="" data-existing-post="1" > Pomona College Big Bridges North Quad </option> <option value="14457" data-edit-link="" data-existing-post="1" > Pomona College Frank Blue Room </option> <option value="14462" data-edit-link="" data-existing-post="1" > Pomona College Rose Hills Theatre </option> <option value="15293" data-edit-link="" data-existing-post="1" > Pomona College Seaver Theater </option> <option value="20299" data-edit-link="" data-existing-post="1" > Pomona College Studio Art Building, Theatre Room 122 </option> <option value="12710" data-edit-link="" data-existing-post="1" > Pomona Hahn 101 </option> <option value="28002" data-edit-link="" data-existing-post="1" > Quakes Stadium (LoanMart Field) </option> <option value="20236" data-edit-link="" data-existing-post="1" > Queer Resource Center- Walton Commons 395 E. 6th St.  </option> <option value="11155" data-edit-link="" data-existing-post="1" > Rancho Santa Ana Botanic Gardens </option> <option value="16742" data-edit-link="" data-existing-post="1" > Ron W. Burkle Building, Suite 101 </option> <option value="4875" data-edit-link="" data-existing-post="1" > Ron W. Burkle Family Building </option> <option value="10358" data-edit-link="" data-existing-post="1" > Ron W. Burkle Family Building Room 12, Drucker School of Management </option> <option value="13252" data-edit-link="" data-existing-post="1" > Rose Hills Theater at Pomona College </option> <option value="5726" data-edit-link="" data-existing-post="1" > Ruth Chandler Williamson Gallery, Scripps College </option> <option value="12737" data-edit-link="" data-existing-post="1" > SAH Library </option> <option value="11492" data-edit-link="" data-existing-post="1" > San Diego State University </option> <option value="20423" data-edit-link="" data-existing-post="1" > SCGH Main Conference Room </option> <option value="7666" data-edit-link="" data-existing-post="1" > School of Arts and Humanities </option> <option value="15557" data-edit-link="" data-existing-post="1" > School of Community and Global Health </option> <option value="14594" data-edit-link="" data-existing-post="1" > Scripps College </option> <option value="14190" data-edit-link="" data-existing-post="1" > Scripps Communities of Resources &amp; Empowerment (SCORE), Scripps College </option> <option value="14729" data-edit-link="" data-existing-post="1" > Scripps Humanities Auditorium </option> <option value="17868" data-edit-link="" data-existing-post="1" > Scripps Steele Hall, Room 103 </option> <option value="18458" data-edit-link="" data-existing-post="1" > Seaver Theatre </option> <option value="17946" data-edit-link="" data-existing-post="1" > SLDL House </option> <option value="20432" data-edit-link="" data-existing-post="1" > Smith Campus Center, Pomona College </option> <option value="31428" data-edit-link="" data-existing-post="1" > Southwestern Law School </option> <option value="25261" data-edit-link="" data-existing-post="1" > St. Ambrose Episcopal Church </option> <option value="11152" data-edit-link="" data-existing-post="1" > Stauffer 10 </option> <option value="10385" data-edit-link="" data-existing-post="1" > Stauffer 106 </option> <option value="10392" data-edit-link="" data-existing-post="1" > Stauffer 110 </option> <option value="28934" data-edit-link="" data-existing-post="1" > Stauffer Hall 106 </option> <option value="15481" data-edit-link="" data-existing-post="1" > Stauffer Hall of Learning </option> <option value="7671" data-edit-link="" data-existing-post="1" > Stauffer Hall of Learning / Albrecht Auditorium </option> <option value="10963" data-edit-link="" data-existing-post="1" > Student Life, Diversity, &amp; Leadership </option> <option value="11365" data-edit-link="" data-existing-post="1" > Student Success Center </option> <option value="33429" data-edit-link="" data-existing-post="1" > Student Veteran Lounge at Harper Hall </option> <option value="27795" data-edit-link="" data-existing-post="1" > Tents on Tenth </option> <option value="29059" data-edit-link="" data-existing-post="1" > The Claremont Colleges Library </option> <option value="15521" data-edit-link="" data-existing-post="1" > The Eli and Edythe Broad Stage </option> <option value="27460" data-edit-link="" data-existing-post="1" > The Grove House </option> <option value="16443" data-edit-link="" data-existing-post="1" > The Hive </option> <option value="16619" data-edit-link="" data-existing-post="1" > The McAlister Center </option> <option value="11976" data-edit-link="" data-existing-post="1" > The Reef </option> <option value="16789" data-edit-link="" data-existing-post="1" > The Rustiq Table </option> <option value="12866" data-edit-link="" data-existing-post="1" > Tranquada Student Services </option> <option value="14227" data-edit-link="" data-existing-post="1" > Transdisciplinary Studies &amp; Preparing Future Faculty House </option> <option value="10538" data-edit-link="" data-existing-post="1" > Treasurer&#8217;s Conference Room, Harper Hall 156 </option> <option value="19879" data-edit-link="" data-existing-post="1" > USC Fisher Museum of Art </option> <option value="16983" data-edit-link="" data-existing-post="1" > Various on the CGU campus </option> <option value="26212" data-edit-link="" data-existing-post="1" > Village Plaza </option> <option value="24446" data-edit-link="" data-existing-post="1" > Virtual </option> <option value="28732" data-edit-link="" data-existing-post="1" > Vita Nove Lecture Room 100 </option> <option value="13087" data-edit-link="" data-existing-post="1" > Walter&#8217;s Restaurant </option> <option value="32477" data-edit-link="" data-existing-post="1" > Yuhaaviatam Center </option> <option value="21676" data-edit-link="" data-existing-post="1" > Zoom </option> </select> <a class="dashicons dashicons-trash tribe-delete-this" href="#"> <span class="screen-reader-text">Delete this</span> </a> </td> </tr> </tbody> <tfoot> <tr> <td></td> <td><a class="tribe-add-post tribe-button tribe-button-secondary" href="#">Add another venue</a></td> </tr> </tfoot> <script type="text/template" id="tmpl-tribe-create-tribe_venue"> <tbody class="new-tribe_venue"> <tr class="linked-post venue"> <td>Venue Name:</td> <td> <input type='text' name='venue[Venue][]' class='linked-post-name tribe_venue-name' size='25' value='' /> </td> </tr> <tr class="linked-post venue tribe-linked-type-venue-address"> <td class='tribe-table-field-label'>Address:</td> <td> <input tabindex="" type='text' name='venue[Address][]' size='25' value='' aria-label="Venue Address" /> </td> </tr> <tr class="linked-post venue tribe-linked-type-venue-city"> <td class='tribe-table-field-label'>City:</td> <td> <input tabindex="" type='text' name='venue[City][]' size='25' value='' aria-label="Venue City" /> </td> </tr> <tr class="linked-post venue tribe-linked-type-venue-country"> <td class='tribe-table-field-label'>Country:</td> <td> <select class="tribe-dropdown" tabindex="" name='venue[Country][]' id="EventCountry" aria-label="Venue Country" data-prevent-clear > <option value="">Select a Country:</option><option value="&Aring;land Islands">&Aring;land Islands</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Anguilla">Anguilla</option><option value="Antarctica">Antarctica</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Aruba">Aruba</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Bouvet Island">Bouvet Island</option><option value="Brazil">Brazil</option><option value="British Indian Ocean Territory">British Indian Ocean Territory</option><option value="Brunei Darussalam">Brunei Darussalam</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="C&ocirc;te d&#039;Ivoire">C&ocirc;te d&#039;Ivoire</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Christmas Island">Christmas Island</option><option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option><option value="Collectivity of Saint Martin">Collectivity of Saint Martin</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Congo, Democratic Republic of the">Congo, Democratic Republic of the</option><option value="Cook Islands">Cook Islands</option><option value="Costa Rica">Costa Rica</option><option value="Croatia (Local Name: Hrvatska)">Croatia (Local Name: Hrvatska)</option><option value="Cuba">Cuba</option><option value="Cura&ccedil;ao">Cura&ccedil;ao</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="East Timor">East Timor</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Falkland Islands (Malvinas)">Falkland Islands (Malvinas)</option><option value="Faroe Islands">Faroe Islands</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Guiana">French Guiana</option><option value="French Polynesia">French Polynesia</option><option value="French Southern Territories">French Southern Territories</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Gibraltar">Gibraltar</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guadeloupe">Guadeloupe</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Heard and McDonald Islands">Heard and McDonald Islands</option><option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran, Islamic Republic of">Iran, Islamic Republic of</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="Korea, Democratic People&#039;s Republic of">Korea, Democratic People&#039;s Republic of</option><option value="Korea, Republic of">Korea, Republic of</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Lao People&#039;s Democratic Republic">Lao People&#039;s Democratic Republic</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macau">Macau</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Martinique">Martinique</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mayotte">Mayotte</option><option value="Mexico">Mexico</option><option value="Micronesia, Federated States of">Micronesia, Federated States of</option><option value="Moldova, Republic of">Moldova, Republic of</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Montserrat">Montserrat</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="New Caledonia">New Caledonia</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Niue">Niue</option><option value="Norfolk Island">Norfolk Island</option><option value="North Macedonia">North Macedonia</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Pitcairn">Pitcairn</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Reunion">Reunion</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="S&atilde;o Tom&eacute; and Pr&iacute;ncipe">S&atilde;o Tom&eacute; and Pr&iacute;ncipe</option><option value="Saint Barth&eacute;lemy">Saint Barth&eacute;lemy</option><option value="Saint Helena">Saint Helena</option><option value="Saint Kitts and Nevis">Saint Kitts and Nevis</option><option value="Saint Lucia">Saint Lucia</option><option value="Saint Pierre and Miquelon">Saint Pierre and Miquelon</option><option value="Saint Vincent and The Grenadines">Saint Vincent and The Grenadines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Sint Maarten">Sint Maarten</option><option value="Slovakia (Slovak Republic)">Slovakia (Slovak Republic)</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Georgia, South Sandwich Islands">South Georgia, South Sandwich Islands</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Svalbard and Jan Mayen Islands">Svalbard and Jan Mayen Islands</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syrian Arab Republic">Syrian Arab Republic</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania, United Republic of">Tanzania, United Republic of</option><option value="Thailand">Thailand</option><option value="Togo">Togo</option><option value="Tokelau">Tokelau</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Turks and Caicos Islands">Turks and Caicos Islands</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="United States Minor Outlying Islands">United States Minor Outlying Islands</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Venezuela">Venezuela</option><option value="Viet Nam">Viet Nam</option><option value="Virgin Islands (British)">Virgin Islands (British)</option><option value="Virgin Islands (U.S.)">Virgin Islands (U.S.)</option><option value="Wallis and Futuna Islands">Wallis and Futuna Islands</option><option value="Western Sahara">Western Sahara</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option> </select> </td> </tr> <tr class="linked-post venue tribe-linked-type-venue-state-province"> <td class='tribe-table-field-label'>State or Province:</td> <td> <input tabindex="" id="StateProvinceText" name="venue[Province][]" type='text' name='' size='25' value='' aria-label="Venue State" /> <select class="tribe-dropdown" tabindex="" id="StateProvinceSelect" name="venue[State][]" aria-label="Venue State" data-prevent-clear > <option value="">Select a State:</option> <option value="AL" >Alabama</option><option value="AK" >Alaska</option><option value="AZ" >Arizona</option><option value="AR" >Arkansas</option><option value="CA" >California</option><option value="CO" >Colorado</option><option value="CT" >Connecticut</option><option value="DE" >Delaware</option><option value="DC" >District of Columbia</option><option value="FL" >Florida</option><option value="GA" >Georgia</option><option value="HI" >Hawaii</option><option value="ID" >Idaho</option><option value="IL" >Illinois</option><option value="IN" >Indiana</option><option value="IA" >Iowa</option><option value="KS" >Kansas</option><option value="KY" >Kentucky</option><option value="LA" >Louisiana</option><option value="ME" >Maine</option><option value="MD" >Maryland</option><option value="MA" >Massachusetts</option><option value="MI" >Michigan</option><option value="MN" >Minnesota</option><option value="MS" >Mississippi</option><option value="MO" >Missouri</option><option value="MT" >Montana</option><option value="NE" >Nebraska</option><option value="NV" >Nevada</option><option value="NH" >New Hampshire</option><option value="NJ" >New Jersey</option><option value="NM" >New Mexico</option><option value="NY" >New York</option><option value="NC" >North Carolina</option><option value="ND" >North Dakota</option><option value="OH" >Ohio</option><option value="OK" >Oklahoma</option><option value="OR" >Oregon</option><option value="PA" >Pennsylvania</option><option value="RI" >Rhode Island</option><option value="SC" >South Carolina</option><option value="SD" >South Dakota</option><option value="TN" >Tennessee</option><option value="TX" >Texas</option><option value="UT" >Utah</option><option value="VT" >Vermont</option><option value="VA" >Virginia</option><option value="WA" >Washington</option><option value="WV" >West Virginia</option><option value="WI" >Wisconsin</option><option value="WY" >Wyoming</option> </select> </td> </tr> <tr class="linked-post venue tribe-linked-type-venue-zip"> <td class='tribe-table-field-label'>Postal Code:</td> <td> <input tabindex="" type='text' id='EventZip' name='venue[Zip][]' size='6' value='' aria-label="Venue Zip Code" /> </td> </tr> <tr class="linked-post venue tribe-linked-type-venue-phone"> <td class='tribe-table-field-label'>Phone:</td> <td> <input tabindex="" type='text' id='EventPhone' name='venue[Phone][]' size='14' value='' aria-label="Venue Phone" /> </td> </tr> <tr class="linked-post venue tribe-linked-type-venue-website"> <td class='tribe-table-field-label'>Website:</td> <td> <input tabindex="" type='url' id='EventWebsite' name='venue[URL][]' size='14' value='' aria-label="Venue URL" /> </td> </tr> </tbody> </script> <script> ( function( $ ) { $('#event_tribe_venue').on( 'blur', '.linked-post-name', function () { var input = $(this); var group = input.parents('tbody'); // Not actually populated with anything? Don't bother validating if ( ! input.val().length ) { return; } $.post( TEC.ajaxurl, { action: 'tribe_event_validation', nonce: '2376f13724', type: 'tribe_venue', name: input.val() }, function ( result ) { if ( 1 == result ) { group.find('.tribe-tribe_venue-error').remove(); } else { group.find('.tribe-tribe_venue-error').remove(); input.after('<div class="tribe-tribe_venue-error error form-invalid">Venue Name Already Exists</div>'); } } ); }) } )( jQuery ); </script> </table> </div> <div id="event_tribe_organizer" class="tribe-section tribe-section-organizer"> <div class="tribe-section-header"> <h3 class=""> Organizer Details </h3> </div> <table class="tribe-section-content"> <colgroup> <col class="tribe-colgroup tribe-colgroup-label"> <col class="tribe-colgroup tribe-colgroup-field"> </colgroup> <script type="text/template" id="tmpl-tribe-select-tribe_organizer"> <tr class="saved-linked-post"> <td class="saved-organizer-table-cell"> <span class="dashicons dashicons-screenoptions move-linked-post-group"></span> <label data-l10n-create-tribe_organizer="Create New Organizer"> Organizer: </label> </td> <td> <select class="tribe-dropdown linked-post-dropdown hide-before-select2-init" name="organizer[OrganizerID][]" id="saved_tribe_organizer" data-post-type="tribe_organizer" data-placeholder="Find an Organizer" data-search-placeholder="Find an Organizer" > <option value="-1" selected='selected'> Find an Organizer </option> <option value="14624" data-edit-link="" data-existing-post="1" > 7C Asian American Advisory Board </option> <option value="28824" data-edit-link="" data-existing-post="1" > 7c Office of Student Affairs </option> <option value="23101" data-edit-link="" data-existing-post="1" > Academic Professional Development </option> <option value="17015" data-edit-link="" data-existing-post="1" > Advocates </option> <option value="21224" data-edit-link="" data-existing-post="1" > American Academy of Religion Western Region </option> <option value="22963" data-edit-link="" data-existing-post="1" > American Red Cross </option> <option value="18031" data-edit-link="" data-existing-post="1" > Applied Women Studies Program </option> <option value="17025" data-edit-link="" data-existing-post="1" > Art Department </option> <option value="14727" data-edit-link="" data-existing-post="1" > Asian American Resource Center </option> <option value="14647" data-edit-link="" data-existing-post="1" > Buddhist Club </option> <option value="17046" data-edit-link="" data-existing-post="1" > Career and Professional Development </option> <option value="34162" data-edit-link="" data-existing-post="1" > Center for Academic &#038; Faculty Excellence </option> <option value="20059" data-edit-link="" data-existing-post="1" > Center for Business &amp; Management of the Arts </option> <option value="24330" data-edit-link="" data-existing-post="1" > Center for Global Mormon Studies at CGU </option> <option value="25887" data-edit-link="" data-existing-post="1" > Center for Information Systems &amp; Technology </option> <option value="12731" data-edit-link="" data-existing-post="1" > Center for Neuroeconomic Studies </option> <option value="25522" data-edit-link="" data-existing-post="1" > Center for Spirituality-Ontario </option> <option value="27708" data-edit-link="" data-existing-post="1" > Center Writing &amp; Rhetoric </option> <option value="23602" data-edit-link="" data-existing-post="1" > CGU Accenture Talent Innovation Lab </option> <option value="10394" data-edit-link="" data-existing-post="1" > CGU Admissions </option> <option value="15188" data-edit-link="" data-existing-post="1" > CGU Consulting Group </option> <option value="17630" data-edit-link="" data-existing-post="1" > CGU Office of Marketing &amp; Communications </option> <option value="16272" data-edit-link="" data-existing-post="1" > CGU Wellness Initiative </option> <option value="19800" data-edit-link="" data-existing-post="1" > CISAT </option> <option value="11720" data-edit-link="" data-existing-post="1" > Claremont Colleges Chaplains </option> <option value="16009" data-edit-link="" data-existing-post="1" > Claremont Evaluation Center </option> <option value="23114" data-edit-link="" data-existing-post="1" > Claremont Graduate Christian Fellowship </option> <option value="16984" data-edit-link="" data-existing-post="1" > Claremont Graduate University </option> <option value="22372" data-edit-link="" data-existing-post="1" > Claremont Graduate University&#8217;s School of Educational Studies </option> <option value="19709" data-edit-link="" data-existing-post="1" > Claremont Hillel </option> <option value="19416" data-edit-link="" data-existing-post="1" > Claremont Korean Student Association </option> <option value="29332" data-edit-link="" data-existing-post="1" > Claremont Library </option> <option value="26213" data-edit-link="" data-existing-post="1" > Claremont Regional Chapter </option> <option value="15001" data-edit-link="" data-existing-post="1" > CLSA (Chicano Latino Student Affairs) </option> <option value="19819" data-edit-link="" data-existing-post="1" > Conference &amp; Event Planning </option> <option value="23618" data-edit-link="" data-existing-post="1" > CPAF </option> <option value="20347" data-edit-link="" data-existing-post="1" > Cultural Studies </option> <option value="22898" data-edit-link="" data-existing-post="1" > Dean of Students </option> <option value="23103" data-edit-link="" data-existing-post="1" > Digital Learning Lab </option> <option value="25214" data-edit-link="" data-existing-post="1" > Diversity, Equity &amp; Inclusion Committee </option> <option value="14602" data-edit-link="" data-existing-post="1" > Division of Behavioral &amp; Organizational Sciences </option> <option value="12791" data-edit-link="" data-existing-post="1" > Division of Politics and Economics </option> <option value="27489" data-edit-link="" data-existing-post="1" > Drucker Entrepreneurship Association </option> <option value="27490" data-edit-link="" data-existing-post="1" > Drucker Net Impact </option> <option value="16640" data-edit-link="" data-existing-post="1" > Drucker Office of Alumni Relations </option> <option value="24827" data-edit-link="" data-existing-post="1" > Drucker Office of Career Strategy </option> <option value="23776" data-edit-link="" data-existing-post="1" > Drucker School Global Family Business Institute </option> <option value="16615" data-edit-link="" data-existing-post="1" > Drucker School of Management </option> <option value="14377" data-edit-link="" data-existing-post="1" > Economics Department </option> <option value="23140" data-edit-link="" data-existing-post="1" > First Year Experience Program </option> <option value="19993" data-edit-link="" data-existing-post="1" > GenUN of the Claremont Colleges </option> <option value="13012" data-edit-link="" data-existing-post="1" > Graduate Student Council </option> <option value="17281" data-edit-link="" data-existing-post="1" > Inequality and Policy Research Center </option> <option value="27704" data-edit-link="" data-existing-post="1" > Inequality and Policy Research Center at CGU </option> <option value="15107" data-edit-link="" data-existing-post="1" > Institute of Mathematical Sciences </option> <option value="22846" data-edit-link="" data-existing-post="1" > Intercollegiate Department of Asian American Studies (IDAAS) </option> <option value="14621" data-edit-link="" data-existing-post="1" > Intercollegiate Feminist Center </option> <option value="14304" data-edit-link="" data-existing-post="1" > International Place of The Claremont Colleges </option> <option value="23159" data-edit-link="" data-existing-post="1" > International Scholars </option> <option value="26271" data-edit-link="" data-existing-post="1" > International Scholars Program </option> <option value="16348" data-edit-link="" data-existing-post="1" > IRB </option> <option value="24709" data-edit-link="" data-existing-post="1" > JED </option> <option value="21560" data-edit-link="" data-existing-post="1" > Keck Graduate Institute </option> <option value="24539" data-edit-link="" data-existing-post="1" > KGI </option> <option value="14591" data-edit-link="" data-existing-post="1" > Kravis Leadership Institute </option> <option value="17855" data-edit-link="" data-existing-post="1" > LatinX Graduate Student Union </option> <option value="20215" data-edit-link="" data-existing-post="1" > LGSU </option> <option value="23888" data-edit-link="" data-existing-post="1" > Marketing Club at the Drucker School of Management </option> <option value="24540" data-edit-link="" data-existing-post="1" > MCAPS </option> <option value="14660" data-edit-link="" data-existing-post="1" > Monsour Counseling and Psychological Services </option> <option value="22981" data-edit-link="" data-existing-post="1" > Museum Leadership Institute @ CGU </option> <option value="23946" data-edit-link="" data-existing-post="1" > Music Department </option> <option value="16668" data-edit-link="" data-existing-post="1" > OBSA </option> <option value="24364" data-edit-link="" data-existing-post="1" > OBSA </option> <option value="15010" data-edit-link="" data-existing-post="1" > OBSA and SLDL </option> <option value="16524" data-edit-link="" data-existing-post="1" > Office of Admissions </option> <option value="18663" data-edit-link="" data-existing-post="1" > Office of Alumni Engagement </option> <option value="13180" data-edit-link="" data-existing-post="1" > Office of Black Student Affairs </option> <option value="23549" data-edit-link="" data-existing-post="1" > Office of Disability Services </option> <option value="21216" data-edit-link="" data-existing-post="1" > Office of Student Engagement </option> <option value="14454" data-edit-link="" data-existing-post="1" > Office of Student Life, Diversity &amp; Leadership </option> <option value="23528" data-edit-link="" data-existing-post="1" > Office of Student Life, Diversity &amp; Leadership </option> <option value="15168" data-edit-link="" data-existing-post="1" > Office of Student Services </option> <option value="15569" data-edit-link="" data-existing-post="1" > Office of the Chaplains </option> <option value="16363" data-edit-link="" data-existing-post="1" > Org Talks </option> <option value="16529" data-edit-link="" data-existing-post="1" > Paul Gray Personal Computer Museum </option> <option value="18281" data-edit-link="" data-existing-post="1" > Phenomenal Voices Los Angeles </option> <option value="24528" data-edit-link="" data-existing-post="1" > Pitzer College </option> <option value="16985" data-edit-link="" data-existing-post="1" > Pomona College </option> <option value="14995" data-edit-link="" data-existing-post="1" > Pomona College Department of Theatre </option> <option value="23664" data-edit-link="" data-existing-post="1" > Positive PsyDays </option> <option value="27707" data-edit-link="" data-existing-post="1" > Preparing Future Faculty </option> <option value="29591" data-edit-link="" data-existing-post="1" > Professional Development Network TCC </option> <option value="20237" data-edit-link="" data-existing-post="1" > QRC &amp; SLDL </option> <option value="14404" data-edit-link="" data-existing-post="1" > Queer Resource Center </option> <option value="18794" data-edit-link="" data-existing-post="1" > Rancho Santa Ana Botanic Garden </option> <option value="13103" data-edit-link="" data-existing-post="1" > Registrar&#8217;s Office </option> <option value="18837" data-edit-link="" data-existing-post="1" > RSABG </option> <option value="12451" data-edit-link="" data-existing-post="1" > School of Arts &amp; Humanities </option> <option value="11403" data-edit-link="" data-existing-post="1" > School of Community &amp; Global Health </option> <option value="11407" data-edit-link="" data-existing-post="1" > School of Community and Global Health Student Association </option> <option value="14713" data-edit-link="" data-existing-post="1" > School of Educational Studies </option> <option value="12706" data-edit-link="" data-existing-post="1" > School of Social Science, Policy &amp; Evaluation </option> <option value="20064" data-edit-link="" data-existing-post="1" > Scripps College: The Humanities Institute </option> <option value="24590" data-edit-link="" data-existing-post="1" > SDRC </option> <option value="20260" data-edit-link="" data-existing-post="1" > Sister Citizen CGU, Office of Black Student Affairs </option> <option value="20292" data-edit-link="" data-existing-post="1" > SLDL </option> <option value="29244" data-edit-link="" data-existing-post="1" > SLDL &amp; ISP </option> <option value="22936" data-edit-link="" data-existing-post="1" > SLDL and EmPower Center </option> <option value="22053" data-edit-link="" data-existing-post="1" > SLDL and LeAD Labs </option> <option value="25994" data-edit-link="" data-existing-post="1" > SLDL and MCAPS </option> <option value="18118" data-edit-link="" data-existing-post="1" > Society for Philosophy and Religion at Claremont </option> <option value="22149" data-edit-link="" data-existing-post="1" > Student Disability Resource Center </option> <option value="14930" data-edit-link="" data-existing-post="1" > Teacher Education Department </option> <option value="14392" data-edit-link="" data-existing-post="1" > TEI </option> <option value="23090" data-edit-link="" data-existing-post="1" > The Claremont Colleges Library </option> <option value="25253" data-edit-link="" data-existing-post="1" > The Claremont Colleges Services </option> <option value="26580" data-edit-link="" data-existing-post="1" > The EmPOWER Center </option> <option value="15795" data-edit-link="" data-existing-post="1" > The Evaluators&#8217; Institute </option> <option value="16620" data-edit-link="" data-existing-post="1" > The McAlister Center </option> <option value="16565" data-edit-link="" data-existing-post="1" > The Social Socials </option> <option value="23134" data-edit-link="" data-existing-post="1" > The United Nations Association of the Claremont Colleges </option> <option value="24926" data-edit-link="" data-existing-post="1" > THRIVE </option> <option value="25213" data-edit-link="" data-existing-post="1" > THRIVE Program </option> <option value="25210" data-edit-link="" data-existing-post="1" > TNDY </option> <option value="14228" data-edit-link="" data-existing-post="1" > Transdisciplinary Studies </option> <option value="14699" data-edit-link="" data-existing-post="1" > Transdisciplinary Studies Program </option> <option value="27991" data-edit-link="" data-existing-post="1" > Tribal Administration Certificate Program </option> <option value="27906" data-edit-link="" data-existing-post="1" > Well-Being &amp;amp; Developmental Methods Lab </option> <option value="14397" data-edit-link="" data-existing-post="1" > WOMEN IN LEADERSHIP ASSOCIATION </option> <option value="23665" data-edit-link="" data-existing-post="1" > Worker Wellbeing Lab </option> <option value="23198" data-edit-link="" data-existing-post="1" > WRCSAD Planning Committee </option> <option value="10367" data-edit-link="" data-existing-post="1" > Writing Center </option> </select> <a class="dashicons dashicons-trash tribe-delete-this" href="#"> <span class="screen-reader-text">Delete this</span> </a> </td> </tr> </script><tbody> <tr class="saved-linked-post"> <td class="saved-organizer-table-cell"> <span class="dashicons dashicons-screenoptions move-linked-post-group"></span> <label data-l10n-create-tribe_organizer="Create New Organizer"> Organizer: </label> </td> <td> <select class="tribe-dropdown linked-post-dropdown hide-before-select2-init" name="organizer[OrganizerID][]" id="saved_tribe_organizer" data-post-type="tribe_organizer" data-placeholder="Find an Organizer" data-search-placeholder="Find an Organizer" > <option value="-1" selected='selected'> Find an Organizer </option> <option value="14624" data-edit-link="" data-existing-post="1" > 7C Asian American Advisory Board </option> <option value="28824" data-edit-link="" data-existing-post="1" > 7c Office of Student Affairs </option> <option value="23101" data-edit-link="" data-existing-post="1" > Academic Professional Development </option> <option value="17015" data-edit-link="" data-existing-post="1" > Advocates </option> <option value="21224" data-edit-link="" data-existing-post="1" > American Academy of Religion Western Region </option> <option value="22963" data-edit-link="" data-existing-post="1" > American Red Cross </option> <option value="18031" data-edit-link="" data-existing-post="1" > Applied Women Studies Program </option> <option value="17025" data-edit-link="" data-existing-post="1" > Art Department </option> <option value="14727" data-edit-link="" data-existing-post="1" > Asian American Resource Center </option> <option value="14647" data-edit-link="" data-existing-post="1" > Buddhist Club </option> <option value="17046" data-edit-link="" data-existing-post="1" > Career and Professional Development </option> <option value="34162" data-edit-link="" data-existing-post="1" > Center for Academic &#038; Faculty Excellence </option> <option value="20059" data-edit-link="" data-existing-post="1" > Center for Business &amp; Management of the Arts </option> <option value="24330" data-edit-link="" data-existing-post="1" > Center for Global Mormon Studies at CGU </option> <option value="25887" data-edit-link="" data-existing-post="1" > Center for Information Systems &amp; Technology </option> <option value="12731" data-edit-link="" data-existing-post="1" > Center for Neuroeconomic Studies </option> <option value="25522" data-edit-link="" data-existing-post="1" > Center for Spirituality-Ontario </option> <option value="27708" data-edit-link="" data-existing-post="1" > Center Writing &amp; Rhetoric </option> <option value="23602" data-edit-link="" data-existing-post="1" > CGU Accenture Talent Innovation Lab </option> <option value="10394" data-edit-link="" data-existing-post="1" > CGU Admissions </option> <option value="15188" data-edit-link="" data-existing-post="1" > CGU Consulting Group </option> <option value="17630" data-edit-link="" data-existing-post="1" > CGU Office of Marketing &amp; Communications </option> <option value="16272" data-edit-link="" data-existing-post="1" > CGU Wellness Initiative </option> <option value="19800" data-edit-link="" data-existing-post="1" > CISAT </option> <option value="11720" data-edit-link="" data-existing-post="1" > Claremont Colleges Chaplains </option> <option value="16009" data-edit-link="" data-existing-post="1" > Claremont Evaluation Center </option> <option value="23114" data-edit-link="" data-existing-post="1" > Claremont Graduate Christian Fellowship </option> <option value="16984" data-edit-link="" data-existing-post="1" > Claremont Graduate University </option> <option value="22372" data-edit-link="" data-existing-post="1" > Claremont Graduate University&#8217;s School of Educational Studies </option> <option value="19709" data-edit-link="" data-existing-post="1" > Claremont Hillel </option> <option value="19416" data-edit-link="" data-existing-post="1" > Claremont Korean Student Association </option> <option value="29332" data-edit-link="" data-existing-post="1" > Claremont Library </option> <option value="26213" data-edit-link="" data-existing-post="1" > Claremont Regional Chapter </option> <option value="15001" data-edit-link="" data-existing-post="1" > CLSA (Chicano Latino Student Affairs) </option> <option value="19819" data-edit-link="" data-existing-post="1" > Conference &amp; Event Planning </option> <option value="23618" data-edit-link="" data-existing-post="1" > CPAF </option> <option value="20347" data-edit-link="" data-existing-post="1" > Cultural Studies </option> <option value="22898" data-edit-link="" data-existing-post="1" > Dean of Students </option> <option value="23103" data-edit-link="" data-existing-post="1" > Digital Learning Lab </option> <option value="25214" data-edit-link="" data-existing-post="1" > Diversity, Equity &amp; Inclusion Committee </option> <option value="14602" data-edit-link="" data-existing-post="1" > Division of Behavioral &amp; Organizational Sciences </option> <option value="12791" data-edit-link="" data-existing-post="1" > Division of Politics and Economics </option> <option value="27489" data-edit-link="" data-existing-post="1" > Drucker Entrepreneurship Association </option> <option value="27490" data-edit-link="" data-existing-post="1" > Drucker Net Impact </option> <option value="16640" data-edit-link="" data-existing-post="1" > Drucker Office of Alumni Relations </option> <option value="24827" data-edit-link="" data-existing-post="1" > Drucker Office of Career Strategy </option> <option value="23776" data-edit-link="" data-existing-post="1" > Drucker School Global Family Business Institute </option> <option value="16615" data-edit-link="" data-existing-post="1" > Drucker School of Management </option> <option value="14377" data-edit-link="" data-existing-post="1" > Economics Department </option> <option value="23140" data-edit-link="" data-existing-post="1" > First Year Experience Program </option> <option value="19993" data-edit-link="" data-existing-post="1" > GenUN of the Claremont Colleges </option> <option value="13012" data-edit-link="" data-existing-post="1" > Graduate Student Council </option> <option value="17281" data-edit-link="" data-existing-post="1" > Inequality and Policy Research Center </option> <option value="27704" data-edit-link="" data-existing-post="1" > Inequality and Policy Research Center at CGU </option> <option value="15107" data-edit-link="" data-existing-post="1" > Institute of Mathematical Sciences </option> <option value="22846" data-edit-link="" data-existing-post="1" > Intercollegiate Department of Asian American Studies (IDAAS) </option> <option value="14621" data-edit-link="" data-existing-post="1" > Intercollegiate Feminist Center </option> <option value="14304" data-edit-link="" data-existing-post="1" > International Place of The Claremont Colleges </option> <option value="23159" data-edit-link="" data-existing-post="1" > International Scholars </option> <option value="26271" data-edit-link="" data-existing-post="1" > International Scholars Program </option> <option value="16348" data-edit-link="" data-existing-post="1" > IRB </option> <option value="24709" data-edit-link="" data-existing-post="1" > JED </option> <option value="21560" data-edit-link="" data-existing-post="1" > Keck Graduate Institute </option> <option value="24539" data-edit-link="" data-existing-post="1" > KGI </option> <option value="14591" data-edit-link="" data-existing-post="1" > Kravis Leadership Institute </option> <option value="17855" data-edit-link="" data-existing-post="1" > LatinX Graduate Student Union </option> <option value="20215" data-edit-link="" data-existing-post="1" > LGSU </option> <option value="23888" data-edit-link="" data-existing-post="1" > Marketing Club at the Drucker School of Management </option> <option value="24540" data-edit-link="" data-existing-post="1" > MCAPS </option> <option value="14660" data-edit-link="" data-existing-post="1" > Monsour Counseling and Psychological Services </option> <option value="22981" data-edit-link="" data-existing-post="1" > Museum Leadership Institute @ CGU </option> <option value="23946" data-edit-link="" data-existing-post="1" > Music Department </option> <option value="16668" data-edit-link="" data-existing-post="1" > OBSA </option> <option value="24364" data-edit-link="" data-existing-post="1" > OBSA </option> <option value="15010" data-edit-link="" data-existing-post="1" > OBSA and SLDL </option> <option value="16524" data-edit-link="" data-existing-post="1" > Office of Admissions </option> <option value="18663" data-edit-link="" data-existing-post="1" > Office of Alumni Engagement </option> <option value="13180" data-edit-link="" data-existing-post="1" > Office of Black Student Affairs </option> <option value="23549" data-edit-link="" data-existing-post="1" > Office of Disability Services </option> <option value="21216" data-edit-link="" data-existing-post="1" > Office of Student Engagement </option> <option value="14454" data-edit-link="" data-existing-post="1" > Office of Student Life, Diversity &amp; Leadership </option> <option value="23528" data-edit-link="" data-existing-post="1" > Office of Student Life, Diversity &amp; Leadership </option> <option value="15168" data-edit-link="" data-existing-post="1" > Office of Student Services </option> <option value="15569" data-edit-link="" data-existing-post="1" > Office of the Chaplains </option> <option value="16363" data-edit-link="" data-existing-post="1" > Org Talks </option> <option value="16529" data-edit-link="" data-existing-post="1" > Paul Gray Personal Computer Museum </option> <option value="18281" data-edit-link="" data-existing-post="1" > Phenomenal Voices Los Angeles </option> <option value="24528" data-edit-link="" data-existing-post="1" > Pitzer College </option> <option value="16985" data-edit-link="" data-existing-post="1" > Pomona College </option> <option value="14995" data-edit-link="" data-existing-post="1" > Pomona College Department of Theatre </option> <option value="23664" data-edit-link="" data-existing-post="1" > Positive PsyDays </option> <option value="27707" data-edit-link="" data-existing-post="1" > Preparing Future Faculty </option> <option value="29591" data-edit-link="" data-existing-post="1" > Professional Development Network TCC </option> <option value="20237" data-edit-link="" data-existing-post="1" > QRC &amp; SLDL </option> <option value="14404" data-edit-link="" data-existing-post="1" > Queer Resource Center </option> <option value="18794" data-edit-link="" data-existing-post="1" > Rancho Santa Ana Botanic Garden </option> <option value="13103" data-edit-link="" data-existing-post="1" > Registrar&#8217;s Office </option> <option value="18837" data-edit-link="" data-existing-post="1" > RSABG </option> <option value="12451" data-edit-link="" data-existing-post="1" > School of Arts &amp; Humanities </option> <option value="11403" data-edit-link="" data-existing-post="1" > School of Community &amp; Global Health </option> <option value="11407" data-edit-link="" data-existing-post="1" > School of Community and Global Health Student Association </option> <option value="14713" data-edit-link="" data-existing-post="1" > School of Educational Studies </option> <option value="12706" data-edit-link="" data-existing-post="1" > School of Social Science, Policy &amp; Evaluation </option> <option value="20064" data-edit-link="" data-existing-post="1" > Scripps College: The Humanities Institute </option> <option value="24590" data-edit-link="" data-existing-post="1" > SDRC </option> <option value="20260" data-edit-link="" data-existing-post="1" > Sister Citizen CGU, Office of Black Student Affairs </option> <option value="20292" data-edit-link="" data-existing-post="1" > SLDL </option> <option value="29244" data-edit-link="" data-existing-post="1" > SLDL &amp; ISP </option> <option value="22936" data-edit-link="" data-existing-post="1" > SLDL and EmPower Center </option> <option value="22053" data-edit-link="" data-existing-post="1" > SLDL and LeAD Labs </option> <option value="25994" data-edit-link="" data-existing-post="1" > SLDL and MCAPS </option> <option value="18118" data-edit-link="" data-existing-post="1" > Society for Philosophy and Religion at Claremont </option> <option value="22149" data-edit-link="" data-existing-post="1" > Student Disability Resource Center </option> <option value="14930" data-edit-link="" data-existing-post="1" > Teacher Education Department </option> <option value="14392" data-edit-link="" data-existing-post="1" > TEI </option> <option value="23090" data-edit-link="" data-existing-post="1" > The Claremont Colleges Library </option> <option value="25253" data-edit-link="" data-existing-post="1" > The Claremont Colleges Services </option> <option value="26580" data-edit-link="" data-existing-post="1" > The EmPOWER Center </option> <option value="15795" data-edit-link="" data-existing-post="1" > The Evaluators&#8217; Institute </option> <option value="16620" data-edit-link="" data-existing-post="1" > The McAlister Center </option> <option value="16565" data-edit-link="" data-existing-post="1" > The Social Socials </option> <option value="23134" data-edit-link="" data-existing-post="1" > The United Nations Association of the Claremont Colleges </option> <option value="24926" data-edit-link="" data-existing-post="1" > THRIVE </option> <option value="25213" data-edit-link="" data-existing-post="1" > THRIVE Program </option> <option value="25210" data-edit-link="" data-existing-post="1" > TNDY </option> <option value="14228" data-edit-link="" data-existing-post="1" > Transdisciplinary Studies </option> <option value="14699" data-edit-link="" data-existing-post="1" > Transdisciplinary Studies Program </option> <option value="27991" data-edit-link="" data-existing-post="1" > Tribal Administration Certificate Program </option> <option value="27906" data-edit-link="" data-existing-post="1" > Well-Being &amp;amp; Developmental Methods Lab </option> <option value="14397" data-edit-link="" data-existing-post="1" > WOMEN IN LEADERSHIP ASSOCIATION </option> <option value="23665" data-edit-link="" data-existing-post="1" > Worker Wellbeing Lab </option> <option value="23198" data-edit-link="" data-existing-post="1" > WRCSAD Planning Committee </option> <option value="10367" data-edit-link="" data-existing-post="1" > Writing Center </option> </select> <a class="dashicons dashicons-trash tribe-delete-this" href="#"> <span class="screen-reader-text">Delete this</span> </a> </td> </tr> </tbody> <tfoot> <tr> <td></td> <td><a class="tribe-add-post tribe-button tribe-button-secondary" href="#">Add another organizer</a></td> </tr> </tfoot> <script type="text/template" id="tmpl-tribe-create-tribe_organizer"> <tbody class="new-tribe_organizer"> <tr class="linked-post organizer"> <td>Organizer Name:</td> <td> <input type='text' name='organizer[Organizer][]' class='linked-post-name tribe_organizer-name' size='25' value='' /> </td> </tr> <tr class="linked-post organizer tribe-linked-type-organizer-phone"> <td><label for="organizer-phone">Phone:</label></td> <td> <input id="organizer-phone" type='text' name='organizer[Phone][]' class='organizer-phone' size='25' value='' /> </td> </tr> <tr class="linked-post organizer tribe-linked-type-organizer-website"> <td><label for="organizer-website">Website:</label></td> <td> <input id="organizer-website" type='url' name='organizer[Website][]' class='organizer-website' size='25' value='' /> </td> </tr> <tr class="linked-post organizer tribe-linked-type-organizer-email"> <td> <label for="organizer-email">Email:</label> </td> <td class="organizer-email"> <input id="organizer-email" type='text' name='organizer[Email][]' class='organizer-email' size='25' value='' /> <p>The e-mail address will be obfuscated on this site to avoid it getting harvested by spammers.</p> </td> </tr> </tbody> </script> <script> ( function( $ ) { $('#event_tribe_organizer').on( 'blur', '.linked-post-name', function () { var input = $(this); var group = input.parents('tbody'); // Not actually populated with anything? Don't bother validating if ( ! input.val().length ) { return; } $.post( TEC.ajaxurl, { action: 'tribe_event_validation', nonce: '2376f13724', type: 'tribe_organizer', name: input.val() }, function ( result ) { if ( 1 == result ) { group.find('.tribe-tribe_organizer-error').remove(); } else { group.find('.tribe-tribe_organizer-error').remove(); input.after('<div class="tribe-tribe_organizer-error error form-invalid">Organizer Name Already Exists</div>'); } } ); }) } )( jQuery ); </script> </table> </div> <div class="tribe-section tribe-section-website"> <div class="tribe-section-header"> <h3>Event Website</h3> </div> <table class="tribe-section-content"> <colgroup> <col class="tribe-colgroup tribe-colgroup-label"> <col class="tribe-colgroup tribe-colgroup-field"> </colgroup> <tr class="tribe-section-content-row"> <td class="tribe-section-content-label"> <label for="EventURL" class="">External Link: </label> </td> <td class="tribe-section-content-field"> <input type="text" id="EventURL" name="EventURL" size="25" value="" placeholder="Enter URL for event information" class="" /> </td> </tr> </table> </div> <div class="tribe-section tribe-section-custom-fields"> <div class="tribe-section-header"> <h3>Additional Fields</h3> </div> <table class="tribe-section-content"> <colgroup> <col class="tribe-colgroup tribe-colgroup-label"> <col class="tribe-colgroup tribe-colgroup-field"> </colgroup> <tr class="tribe-section-content-row tribe-field-type-dropdown"> <td class="tribe-section-content-label"> <label for="tribe_custom-_ecp_custom_2-CUCCategory" class="">CUC Category: </label> </td> <td class="tribe-section-content-field"> <select class="tribe-dropdown" id="tribe_custom-_ecp_custom_2-CUCCategory" name="_ecp_custom_2" class="" > <option value="" > None </option> <option value="Art Event/Opening" > Art Event/Opening </option> <option value="Art Exhibition" > Art Exhibition </option> <option value="Conference" > Conference </option> <option value="Exhibit" > Exhibit </option> <option value="Lecture" > Lecture </option> <option value="Live Performance" > Live Performance </option> <option value="Screening" > Screening </option> <option value="Special Event" > Special Event </option> <option value="Symposium" > Symposium </option> <option value="Volunteer" > Volunteer </option> </select> </td> </tr> <tr class="tribe-section-content-row tribe-field-type-text"> <td class="tribe-section-content-label"> <label for="tribe_custom-_ecp_custom_16-SubmitterName" class="">Submitter Name: </label> </td> <td class="tribe-section-content-field"> <input type="text" id="tribe_custom-_ecp_custom_16-SubmitterName" name="_ecp_custom_16" class="" value="" > </td> </tr> <tr class="tribe-section-content-row tribe-field-type-text"> <td class="tribe-section-content-label"> <label for="tribe_custom-_ecp_custom_17-SubmitterEmail" class="">Submitter Email: </label> </td> <td class="tribe-section-content-field"> <input type="text" id="tribe_custom-_ecp_custom_17-SubmitterEmail" name="_ecp_custom_17" class="" value="" > </td> </tr> </table> </div> <div class="tribe-section tribe-section-cost"> <div class="tribe-section-header"> <h3>Event Cost</h3> </div> <table class="tribe-section-content"> <colgroup> <col class="tribe-colgroup tribe-colgroup-label"> <col class="tribe-colgroup tribe-colgroup-field"> </colgroup> <tr class="tribe-section-content-row" style="display: none;"> <td class="tribe-section-content-label"> <label for="EventCurrencySymbol" class="">Currency Symbol: </label> </td> <td class="tribe-section-content-field"> <input disabled id="EventCurrencySymbol" name="EventCurrencySymbol" class="event-currency-symbol" type="text" size="2" value="$" /> <select disabled id="EventCurrencyPosition" name="EventCurrencyPosition" class="event-currency-position tribe-dropdown" aria-label="Events Currency Position" > <option value="prefix"> Before cost </option> <option value="suffix" >After cost</option> </select> </td> </tr> <tr class="tribe-section-content-row"> <td class="tribe-section-content-label"> <label for="EventCost" class="">Cost: </label> </td> <td class="tribe-section-content-field"> <input type="text" id="EventCost" name="EventCost" class="cost-input-field" size="6" value="" /> <p> Leave blank to hide the field. Enter a 0 for events that are free. </p> </td> </tr> </table> </div> <p class="aes"> <input type="text" name="tribe-not-title" id="tribe-not-title" value=""> <label for="tribe-not-title">Fake Title</label> </p> <input type="hidden" name="render_timestamp" value="1733146406" /> <div class="tribe-events-community-footer"> <input type="submit" id="post" class="tribe-button submit events-community-submit" value="Submit Event" name="community-event" /> </div> </form> </div> </main> <!-- #tribe-events-pg-template --> </div> </div><!-- #page --> <footer class="cgu-footer site-footer" role="contentinfo"> <div class="u-container"> <div class="footer-row"> <a href="https://www.cgu.edu/" rel="home" class="cgu-logo--large" aria-label="Claremont Graduate University Home"> <span class="u-display-none">Claremont Graduate University</span> </a> </div> <div class="footer-row u-clear u-push"> <div class="footer-column"> <address class="claremont-address u-weight-bold"> 150 E. 10th Street<br>Claremont, CA 91711<br>909-621-8000 </address> <nav class="footer-menu u-push"><ul id="menu-footer-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5291"><a href="https://www.cgu.edu/visit-us/">Visit Campus</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7984"><a href="https://www.cgu.edu/the-claremont-colleges/">A Member of The Claremont Colleges</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5293"><a href="https://www.cgu.edu/contact-us/">Contact Us</a></li> </ul></nav> </div> <div class="footer-column"> <nav class="footer-menu u-push"><ul id="menu-footer-2" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7609"><a href="https://www.cgu.edu/about/">About CGU</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5294"><a href="https://www.cgu.edu/employment-opportunities/">Employment Opportunities</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9967"><a href="https://www.cgu.edu/privacy-policy/">Privacy Policy</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9291"><a href="https://www.cgu.edu/student-life/civil-rights-title-ix/">Civil Rights / Title IX</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-23645"><a href="https://info.cgu.edu/equity/">Advancing Equity at CGU</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9292"><a href="https://www.cgu.edu/website-accessibility/">Website Accessibility</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-36098"><a href="https://www.cgu.edu/referral-program/">CGU Referral Program</a></li> </ul></nav> </div> <div class="footer-column"> <nav class="footer-menu u-push"><ul id="menu-footer-3" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12305"><a href="https://www.cgu.edu/give/">Giving</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12306"><a href="https://www.cgu.edu/academics/">Academics</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7610"><a href="https://www.cgu.edu/student-life/campus-safety/">Safety</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8250"><a href="https://www.cgu.edu/map/">Campus Map</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5301"><a href="https://www.cgu.edu/news/the-flame/">The Flame</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5302"><a href="/news/">Newsroom</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25601"><a href="https://www.cgu.edu/about/strategic-plan/">Strategic Plan</a></li> </ul></nav> </div> </div> <div class="footer-row footer-lower u-clear"> <ul class="footer-column social-media"> <p class="u-hug muted-text">Follow</p> <li><a href="https://www.facebook.com/claremontgraduateuniversity/" class="facebook" title="facebook" target="_blank"><i class="icon-facebook"></i><span class="u-display-none">facebook</span></a></li><li><a href="https://twitter.com/cgunews" class="twitter" title="twitter" target="_blank"><i class="icon-twitter"></i><span class="u-display-none">twitter</span></a></li><li><a href="https://www.instagram.com/claremontgraduateuniversity/" class="instagram" title="instagram" target="_blank"><i class="icon-instagram"></i><span class="u-display-none">instagram</span></a></li><li><a href="https://www.linkedin.com/edu/school?id=17843" class="linkedin" title="linkedin" target="_blank"><i class="icon-linkedin"></i><span class="u-display-none">linkedin</span></a></li><li><a href="https://www.youtube.com/user/CGUNews" class="youtube" title="youtube" target="_blank"><i class="icon-youtube"></i><span class="u-display-none">youtube</span></a></li> </ul> <div class="weather footer-column muted-text"> Current Weather<br/> <span aria-hidden="true" class="icon icon-moon"></span>&nbsp;&nbsp;<strong>53&deg;F | 12&deg;C</strong> </div> <div class="site-info footer-column muted-text"> &copy;2024 Claremont Graduate University </div><!-- .site-info --> </div> </div> </footer><!-- #colophon --> <script> ( function ( body ) { 'use strict'; body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' ); } )( document.body ); </script> <script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"}};/* ]]> */ </script><script type="text/javascript" id="tribe-events-dynamic-js-extra"> /* <![CDATA[ */ var tribe_dynamic_help_text = {"date_with_year":"F j, Y","date_no_year":"F j","datepicker_format":"Y-m-d","datepicker_format_index":"0","days":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"daysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"msgs":"[\"This event is from %%starttime%% to %%endtime%% on %%startdatewithyear%%.\",\"This event is at %%starttime%% on %%startdatewithyear%%.\",\"This event is all day on %%startdatewithyear%%.\",\"This event starts at %%starttime%% on %%startdatenoyear%% and ends at %%endtime%% on %%enddatewithyear%%\",\"This event starts at %%starttime%% on %%startdatenoyear%% and ends on %%enddatewithyear%%\",\"This event is all day starting on %%startdatenoyear%% and ending on %%enddatewithyear%%.\"]"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/src/resources/js/events-dynamic.min.js?ver=6.8.1" id="tribe-events-dynamic-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/js/custom-tables-v1/classic-editor-events-off-start.min.js?ver=7.3.0" id="tec-events-pro-classic-editor-events-off-start-js-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/js/custom-tables-v1/classic-editor-events-default.min.js?ver=7.3.0" id="tec-events-pro-classic-editor-events-default-js-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3" id="jquery-ui-mouse-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-includes/js/jquery/ui/resizable.min.js?ver=1.13.3" id="jquery-ui-resizable-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-includes/js/jquery/ui/draggable.min.js?ver=1.13.3" id="jquery-ui-draggable-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-includes/js/jquery/ui/controlgroup.min.js?ver=1.13.3" id="jquery-ui-controlgroup-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-includes/js/jquery/ui/checkboxradio.min.js?ver=1.13.3" id="jquery-ui-checkboxradio-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-includes/js/jquery/ui/button.min.js?ver=1.13.3" id="jquery-ui-button-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-includes/js/jquery/ui/dialog.min.js?ver=1.13.3" id="jquery-ui-dialog-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.3" id="jquery-ui-datepicker-js"></script> <script type="text/javascript" id="jquery-ui-datepicker-js-after"> /* <![CDATA[ */ jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});}); /* ]]> */ </script> <script type="text/javascript" src="https://www.cgu.edu/wp-includes/js/jquery/ui/sortable.min.js?ver=1.13.3" id="jquery-ui-sortable-js"></script> <script src='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/js/underscore-before.js'></script> <script type="text/javascript" src="https://www.cgu.edu/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script> <script src='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/js/underscore-after.js'></script> <script type="text/javascript" src="https://www.cgu.edu/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/js/bumpdown.min.js?ver=6.3.1" id="tribe-bumpdown-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/vendor/tribe-selectWoo/dist/js/selectWoo.full.min.js?ver=6.3.1" id="tribe-select2-js"></script> <script src='https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/js/select2-after.js'></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/js/tribe-common.min.js?ver=6.3.1" id="tribe-common-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/js/dropdowns.min.js?ver=6.3.1" id="tribe-dropdowns-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/vendor/attrchange/js/attrchange.js?ver=6.3.1" id="tribe-attrchange-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/vendor/jquery-tribe-timepicker/jquery.timepicker.min.js?ver=6.3.1" id="tribe-jquery-timepicker-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/js/timepicker.min.js?ver=6.3.1" id="tribe-timepicker-js"></script> <script type="text/javascript" id="wp-util-js-extra"> /* <![CDATA[ */ var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type="text/javascript" src="https://www.cgu.edu/wp-includes/js/wp-util.min.js?ver=6.6.1" id="wp-util-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script> <script type="text/javascript" id="tribe-events-admin-js-extra"> /* <![CDATA[ */ var tribe_events_linked_posts = {"post_types":{"tribe_venue":"venue","tribe_organizer":"organizer","tribe_event_series":"series"}}; /* ]]> */ </script> <script type="text/javascript" id="tribe-events-admin-js-extra"> /* <![CDATA[ */ var tribe_events_linked_posts = {"post_types":{"tribe_venue":"venue","tribe_organizer":"organizer","tribe_event_series":"series"}}; var TEC = {"ajaxurl":"https:\/\/www.cgu.edu\/wp-admin\/admin-ajax.php","post_type":"tribe_events"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/src/resources/js/events-admin.min.js?ver=6.8.1" id="tribe-events-admin-js"></script> <script type="text/javascript" id="tribe_events-premium-admin-js-extra"> /* <![CDATA[ */ var tribe_events_pro_recurrence_data = {"rules":[],"exclusions":[]}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; /* ]]> */ </script> <script type="text/javascript" id="tribe_events-premium-admin-js-extra"> /* <![CDATA[ */ var tribe_events_pro_recurrence_data = {"rules":[],"exclusions":[]}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; var TribeEventsProAdmin = []; var tribe_events_pro_recurrence_strings = {"date":{"weekdays":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","day"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"time_spans":{"day":"day","days":"days","week":"week","weeks":"weeks","month":"month","months":"months","year":"year","years":"years"},"collection_joiner":"and","day_placeholder":"[day]","month_placeholder":"[month]","day_of_month":"day %1$s","first_x":"the first %1$s","second_x":"the second %1$s","third_x":"the third %1$s","fourth_x":"the fourth %1$s","fifth_x":"the fifth %1$s","last_x":"the last %1$s","day":"day"},"recurrence":{"same-time-text-same-all-day":"All day","same-time-text-same":"%1$s","same-day-month-1":"the 1st day of the month","same-day-month-2":"the 2nd day of the month","same-day-month-3":"the 3rd day of the month","same-day-month-4":"the 4th day of the month","same-day-month-5":"the 5th day of the month","same-day-month-6":"the 6th day of the month","same-day-month-7":"the 7th day of the month","same-day-month-8":"the 8th day of the month","same-day-month-9":"the 9th day of the month","same-day-month-10":"the 10th day of the month","same-day-month-11":"the 11th day of the month","same-day-month-12":"the 12th day of the month","same-day-month-13":"the 13th day of the month","same-day-month-14":"the 14th day of the month","same-day-month-15":"the 15th day of the month","same-day-month-16":"the 16th day of the month","same-day-month-17":"the 17th day of the month","same-day-month-18":"the 18th day of the month","same-day-month-19":"the 19th day of the month","same-day-month-20":"the 20th day of the month","same-day-month-21":"the 21st day of the month","same-day-month-22":"the 22nd day of the month","same-day-month-23":"the 23rd day of the month","same-day-month-24":"the 24th day of the month","same-day-month-25":"the 25th day of the month","same-day-month-26":"the 26th day of the month","same-day-month-27":"the 27th day of the month","same-day-month-28":"the 28th day of the month","same-day-month-29":"the 29th day of the month","same-day-month-30":"the 30th day of the month","same-day-month-31":"the 31st day of the month","date-on":"One event on [single_date] at [start_time]","date-allday-on":"One all day event on [single_date]","date-allday-on-at":"One all day event on [single_date] at [start_time]","date-multi-on":"One multi-day event starting on [single_date]","date-multi-on-at":"One multi-day event starting on [single_date] at [start_time]","daily-on":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-allday-on-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating until [series_end_date]","daily-multi-on-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","daily-after":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-allday-after":"An all day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-allday-after-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-multi-after":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and happening [count] times","daily-multi-after-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","daily-never":"An event every [interval] day(s) that begins at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-allday-never":"An all day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-allday-never-at":"An all day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","daily-multi-never":"A multi-day event every [interval] day(s), starting [first_occurrence_date] and repeating indefinitely","daily-multi-never-at":"A multi-day event every [interval] day(s) at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-on":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-allday-on-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-multi-on-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","weekly-after":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-allday-after-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-multi-after":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and happening [count] times","weekly-multi-after-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","weekly-never":"An event every [interval] week(s) that begins at [first_occurrence_start_time] on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never":"An all day event every [interval] week(s) on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-allday-never-at":"An all day event every [interval] week(s) on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never":"A multi-day event every [interval] week(s) starting on [days_of_week], starting [first_occurrence_date] and repeating indefinitely","weekly-multi-never-at":"A multi-day event every [interval] week(s) starting on [days_of_week] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-on-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-on-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-numeric-on":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-allday-numeric-on-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating until [series_end_date]","monthly-multi-numeric-on-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","monthly-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-allday-after-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-after":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and happening [count] times","monthly-multi-after-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-numeric-after":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-allday-numeric-after-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and happening [count] times","monthly-multi-numeric-after-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","monthly-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never":"An all day event every [interval] month(s) on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-allday-never-at":"An all day event every [interval] month(s) on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never":"A multi-day event every [interval] month(s) starting on [month_day_description], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-never-at":"A multi-day event every [interval] month(s) starting on [month_day_description] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-numeric-never":"An event every [interval] month(s) that begins at [first_occurrence_start_time] on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never":"An all day event every [interval] month(s) on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-allday-numeric-never-at":"An all day event every [interval] month(s) on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never":"A multi-day event every [interval] month(s) starting on day [month_number] of the month, starting [first_occurrence_date] and repeating indefinitely","monthly-multi-numeric-never-at":"A multi-day event every [interval] month(s) starting on day [month_number] of the month at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-on":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-on-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-numeric-on":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-allday-numeric-on-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-multi-numeric-on-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating until [series_end_date]","yearly-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-after-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-after":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-after-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-numeric-after":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-allday-numeric-after-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and happening [count] times","yearly-multi-numeric-after-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and happening [count] times","yearly-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never":"An all day event every [interval] year(s) on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-never-at":"An all day event every [interval] year(s) on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-never-at":"A multi-day event every [interval] year(s) starting on [month_day_description] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-numeric-never":"An event every [interval] year(s) that begins at [first_occurrence_start_time] on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never":"An all day event every [interval] year(s) on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-allday-numeric-never-at":"An all day event every [interval] year(s) on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names], starting [first_occurrence_date] and repeating indefinitely","yearly-multi-numeric-never-at":"A multi-day event every [interval] year(s) starting on day [month_number] of [month_names] at [first_occurrence_start_time], starting [first_occurrence_date] and repeating indefinitely","delete-confirm":"Delete","delete-cancel":"Cancel"},"exclusion":[],"customTablesV1":{"dialog":{"editRecurringEvent":"Edit recurring $s","trashRecurringEvent":"Trash recurring $s","followingEventsDescription":"These changes will affect this event and all following events","followingEvents":"This and following events","allEvents":"All events","ok":"OK","cancel":"Cancel"},"dayOfMonth":{"pattern":{"firstMonday":{"ordinal":"First","day":"1","label":"first Monday"},"secondMonday":{"ordinal":"Second","day":"1","label":"second Monday"},"thirdMonday":{"ordinal":"Third","day":"1","label":"third Monday"},"fourthMonday":{"ordinal":"Fourth","day":"1","label":"fourth Monday"},"fifthMonday":{"ordinal":"Fifth","day":"1","label":"fifth Monday"},"lastMonday":{"ordinal":"Last","day":"1","label":"last Monday"},"firstTuesday":{"ordinal":"First","day":"2","label":"first Tuesday"},"secondTuesday":{"ordinal":"Second","day":"2","label":"second Tuesday"},"thirdTuesday":{"ordinal":"Third","day":"2","label":"third Tuesday"},"fourthTuesday":{"ordinal":"Fourth","day":"2","label":"fourth Tuesday"},"fifthTuesday":{"ordinal":"Fifth","day":"2","label":"fifth Tuesday"},"lastTuesday":{"ordinal":"Last","day":"2","label":"last Tuesday"},"firstWednesday":{"ordinal":"First","day":"3","label":"first Wednesday"},"secondWednesday":{"ordinal":"Second","day":"3","label":"second Wednesday"},"thirdWednesday":{"ordinal":"Third","day":"3","label":"third Wednesday"},"fourthWednesday":{"ordinal":"Fourth","day":"3","label":"fourth Wednesday"},"fifthWednesday":{"ordinal":"Fifth","day":"3","label":"fifth Wednesday"},"lastWednesday":{"ordinal":"Last","day":"3","label":"last Wednesday"},"firstThursday":{"ordinal":"First","day":"4","label":"first Thursday"},"secondThursday":{"ordinal":"Second","day":"4","label":"second Thursday"},"thirdThursday":{"ordinal":"Third","day":"4","label":"third Thursday"},"fourthThursday":{"ordinal":"Fourth","day":"4","label":"fourth Thursday"},"fifthThursday":{"ordinal":"Fifth","day":"4","label":"fifth Thursday"},"lastThursday":{"ordinal":"Last","day":"4","label":"last Thursday"},"firstFriday":{"ordinal":"First","day":"5","label":"first Friday"},"secondFriday":{"ordinal":"Second","day":"5","label":"second Friday"},"thirdFriday":{"ordinal":"Third","day":"5","label":"third Friday"},"fourthFriday":{"ordinal":"Fourth","day":"5","label":"fourth Friday"},"fifthFriday":{"ordinal":"Fifth","day":"5","label":"fifth Friday"},"lastFriday":{"ordinal":"Last","day":"5","label":"last Friday"},"firstSaturday":{"ordinal":"First","day":"6","label":"first Saturday"},"secondSaturday":{"ordinal":"Second","day":"6","label":"second Saturday"},"thirdSaturday":{"ordinal":"Third","day":"6","label":"third Saturday"},"fourthSaturday":{"ordinal":"Fourth","day":"6","label":"fourth Saturday"},"fifthSaturday":{"ordinal":"Fifth","day":"6","label":"fifth Saturday"},"lastSaturday":{"ordinal":"Last","day":"6","label":"last Saturday"},"firstSunday":{"ordinal":"First","day":"7","label":"first Sunday"},"secondSunday":{"ordinal":"Second","day":"7","label":"second Sunday"},"thirdSunday":{"ordinal":"Third","day":"7","label":"third Sunday"},"fourthSunday":{"ordinal":"Fourth","day":"7","label":"fourth Sunday"},"fifthSunday":{"ordinal":"Fifth","day":"7","label":"fifth Sunday"},"lastSunday":{"ordinal":"Last","day":"7","label":"last Sunday"},"lastDay":{"ordinal":"Last","day":"8","label":"last day"}},"date":{"1":"day 1","2":"day 2","3":"day 3","4":"day 4","5":"day 5","6":"day 6","7":"day 7","8":"day 8","9":"day 9","10":"day 10","11":"day 11","12":"day 12","13":"day 13","14":"day 14","15":"day 15","16":"day 16","17":"day 17","18":"day 18","19":"day 19","20":"day 20","21":"day 21","22":"day 22","23":"day 23","24":"day 24","25":"day 25","26":"day 26","27":"day 27","28":"day 28","29":"day 29","30":"day 30","31":"day 31"}},"ruleTypes":{"custom":{"Weekly":"weekly (custom)","Monthly":"monthly (custom)","Yearly":"yearly (custom)"}},"recurrence":{"lockIconTooltip":"Adjust the event start date to change the recurrence pattern."}}}; /* ]]> */ </script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/js/events-admin.min.js?ver=7.3.0" id="tribe_events-premium-admin-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/events-calendar-pro/vendor/handlebars/handlebars.min.js?ver=7.3.0" id="tribe-events-pro-handlebars-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/vendor/dayjs/dayjs.min.js?ver=6.3.1" id="tec-dayjs-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/vendor/dayjs/plugin/isoWeek.min.js?ver=6.3.1" id="tec-dayjs-isoweek-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/vendor/dayjs/plugin/customParseFormat.min.js?ver=6.3.1" id="tec-dayjs-customparseformat-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/js/buttonset.min.js?ver=6.3.1" id="tribe-buttonset-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/js/events-recurrence.min.js?ver=7.3.0" id="tribe_events-premium-recurrence-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/js/custom-tables-v1/classic-editor-events-event-date.min.js?ver=7.3.0" id="tec-events-pro-classic-editor-events-event-date-js-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/js/custom-tables-v1/classic-editor-events-day-of-month.min.js?ver=7.3.0" id="tec-events-pro-classic-editor-events-day-of-month-js-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/js/custom-tables-v1/classic-editor-events-locked-options.min.js?ver=7.3.0" id="tec-events-pro-classic-editor-events-locked-options-js-js"></script> <script type="text/javascript" id="tec-events-pro-classic-editor-events-sync-js-js-extra"> /* <![CDATA[ */ var tecEventSettings = {"textSubstitution":{"ruleEnds":"Ends"},"dateFormat":"F j, Y","dateTimeSeparator":" | ","timeRangeSeparator":" to ","datepickerFormat":"Y-m-d"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/js/custom-tables-v1/classic-editor-events-sync.min.js?ver=7.3.0" id="tec-events-pro-classic-editor-events-sync-js-js"></script> <script type="text/javascript" id="tec-events-pro-classic-editor-events-js-js-extra"> /* <![CDATA[ */ var tecEventDetails = {"id":null,"occurrence":[],"event":[],"requiresFirstSave":"","isRdate":"","lockRulesUi":"","lockExclusionsUi":"","isInSeries":""}; /* ]]> */ </script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/js/custom-tables-v1/classic-editor-events.min.js?ver=7.3.0" id="tec-events-pro-classic-editor-events-js-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/js/custom-tables-v1/classic-editor-events-state.min.js?ver=7.3.0" id="tec-events-pro-classic-editor-events-state-js-js"></script> <script type="text/javascript" id="cgu-js-extra"> /* <![CDATA[ */ var CGU_API = {"programs":"https:\/\/www.cgu.edu\/cgu-api\/programs","people":"https:\/\/www.cgu.edu\/cgu-api\/people","admissions":"https:\/\/www.cgu.edu\/cgu-api\/admissions","scope":"all_schools"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/themes/cgu/assets/js/cgu.min.js?ver=1731007696" id="cgu-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/src/resources/js/jquery-ecp-plugins.min.js?ver=6.8.1" id="tribe-events-ecp-plugins-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/src/resources/js/event-editor.min.js?ver=6.8.1" id="tribe-events-editor-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/js/dependency.min.js?ver=6.3.1" id="tribe-dependency-js"></script> <script type="text/javascript" id="tribe_events-community-js-extra"> /* <![CDATA[ */ var tribe_submit_form_i18n = {"errors":{"tcepostcontent":"Event Description is required","post_title":"Event Title is required"}}; var tribe_submit_form_i18n = {"errors":{"tcepostcontent":"Event Description is required","post_title":"Event Title is required"}}; var tribe_submit_form_i18n = {"errors":{"tcepostcontent":"Event Description is required","post_title":"Event Title is required"}}; var tribe_submit_form_i18n = {"errors":{"tcepostcontent":"Event Description is required","post_title":"Event Title is required"}}; var tribe_submit_form_i18n = {"errors":{"tcepostcontent":"Event Description is required","post_title":"Event Title is required"}}; var tribe_submit_form_i18n = {"errors":{"tcepostcontent":"Event Description is required","post_title":"Event Title is required"}}; var tribe_submit_form_i18n = {"errors":{"tcepostcontent":"Event Description is required","post_title":"Event Title is required"}}; var tribe_submit_form_i18n = {"errors":{"tcepostcontent":"Event Description is required","post_title":"Event Title is required"}}; /* ]]> */ </script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar-community-events/src/resources/js/tribe-events-community.min.js?ver=5.0.5" id="tribe_events-community-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/common/src/resources/js/tooltip.min.js?ver=6.3.1" id="tribe-tooltip-js-js"></script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/the-events-calendar/src/resources/js/views/accordion.min.js?ver=6.8.1" id="tribe-events-views-v2-accordion-js"></script> <script type="text/javascript" id="tribe-events-virtual-admin-js-js-extra"> /* <![CDATA[ */ var tribe_events_virtual_strings = {"deleteConfirm":"Are you sure you want to delete the virtual settings? \n\nThis operation cannot be undone."}; /* ]]> */ </script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/js/events-virtual-admin.min.js?ver=1.15.8" id="tribe-events-virtual-admin-js-js"></script> <script type="text/javascript" src="https://connect.facebook.net/en_US/sdk.js?ver=1.15.8" id="tec-virtual-fb-sdk-js"></script> <script type="text/javascript" id="tribe-events-virtual-single-js-js-extra"> /* <![CDATA[ */ var tribe_events_virtual_settings = {"facebookAppId":""}; /* ]]> */ </script> <script type="text/javascript" src="https://www.cgu.edu/wp-content/plugins/events-calendar-pro/src/resources/js/events-virtual-single.min.js?ver=1.15.8" id="tribe-events-virtual-single-js-js"></script> <style id='tribe-events-views-v2-full-inline-css' class='tec-customizer-inline-style' type='text/css'> :root { /* Customizer-added Global Event styles */ --tec-font-family-sans-serif: inherit; --tec-font-family-base: inherit; } </style> <!-- SiteImprove tracking code --> <script type="text/javascript"> /*<![CDATA[*/ (function() { var sz = document.createElement('script'); sz.type = 'text/javascript'; sz.async = true; sz.src = '//siteimproveanalytics.com/js/siteanalyze_13471.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sz, s); })(); /*]]>*/ </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10