{"id":4750,"date":"2025-10-30T11:23:49","date_gmt":"2025-10-30T17:23:49","guid":{"rendered":"https:\/\/summitfirc.org\/?page_id=4750"},"modified":"2025-10-30T15:26:33","modified_gmt":"2025-10-30T21:26:33","slug":"event-calendar","status":"publish","type":"page","link":"https:\/\/summitfirc.org\/es\/event-calendar\/","title":{"rendered":"Calendario de actos"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4750\" class=\"elementor elementor-4750\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-9bc4c73 e-flex e-con-boxed e-con e-parent\" data-id=\"9bc4c73\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-900d067 e-con-full e-flex e-con e-child\" data-id=\"900d067\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-faf90fe elementor-widget elementor-widget-heading\" data-id=\"faf90fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Event Calendar<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-fcece0e e-con-full e-flex e-con e-child\" data-id=\"fcece0e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6ccb3fc elementor-widget elementor-widget-shortcode\" data-id=\"6ccb3fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n                            [data-view='listMonthWithFeaturedImage'] .fc-list-event-title {\n                                display: grid;\n                                grid-template-columns: 1fr 1fr 1fr;\n                                grid-gap: 32px;\n\n                                &amp; div {\n                                    grid-column: span 2;\n                                    display: flex;\n                                    flex-direction: column;\n                                }\n\n                                &amp; div &gt; span {\n                                    font-size: 1rem;\n                                }\n        \n                                &amp; a {\n                                    font-size: 1.5rem;\n                                    font-weight: bold;\n                                }\n        \n                                &amp; img {\n                                    aspect-ratio: 1 \/ 1;\n                                    width: 100%;\n                                    object-fit: cover;\n                                }\n                            }\n\n                            [data-view='listMonthWithFeaturedImage'] .fc-day th[scope='colgroup'] {\n                                background: none;\n                                position: static;\n                            }\n                                \n                            [data-view='listMonthWithFeaturedImage'] .fc-list-event-time {\n                                display: none;\n                            }\n\n                            [data-view='listMonthWithFeaturedImage'] .fc-list-day-cushion.fc-cell-shaded {\n                                background: none;\n                                text-align: start;\n                                display: flex;\n                                align-items: center;\n                                white-space: nowrap;\n                                gap: 32px;\n                                padding: 32px 0;\n                            }\n\n                            [data-view='listMonthWithFeaturedImage'] .fc-list-day-cushion::after {\n                                width: 100%;\n                                height: 1px;\n                                background: var(--fc-border-color);\n                            }\n\n                            [data-view='listMonthWithFeaturedImage'] :is(.fc-list-event-title, th, .fc-list-event-graphic, .fc-listMonthWithFeaturedImage-view.fc-view){\n                                border: none;\n                            }\n\n                            [data-view='listMonthWithFeaturedImage'] .fc-list-day-side-text {\n                                display: none;\n                            }\n\n                            @media (max-width: 768px) {\n                                [data-view='listMonthWithFeaturedImage'] .fc-list-event-title {\n                                    grid-template-columns:  1fr;\n                                }\n\n                                [data-view='listMonthWithFeaturedImage'] .fc-list-event-title img {\n                                    grid-row-start: 1;\n                                }   \n                            }\n                        <\/style>\t\t<div class=\"elementor-shortcode\">    <script>\n            let piecalAJAX = {\n            ajaxURL: \"https:\/\/summitfirc.org\/wp-admin\/admin-ajax.php\",\n            ajaxNonce: \"4b724d55f5\"\n            }\n\n            let alreadyExpandedOccurrences = [];\n\n            function piecalPrepareCustomViewsForCalendar( views ) {\n                let supportedEventHandlers = [\n                    'eventDataTransform',\n                    'dateClick',\n                    'eventClick', \n                    'eventDidMount', \n                    'dayCellDidMount', \n                    'viewDidMount', \n                    'viewWillUnmount',\n                    'dayHeaderContent',\n                    'dayHeaderDidMount'\n                ];\n\n                for( let view in views ) {\n                    let viewProps = views[view];\n\n                    for( let prop in viewProps ) {\n                        if( supportedEventHandlers.includes( prop ) ) {\n                            let eventHandlerCode = viewProps[prop];\n\n                            let handlerFunction = new Function( 'info', eventHandlerCode );\n\n                            viewProps[prop] = handlerFunction;\n                        }\n                    }\n\n                    \/\/ Remove customProps since we don't want those output inside the calendar object\n                    delete viewProps.customProps;\n\n                    \/\/ Add in the $atts['duration'] value if the view has a duration property.\n                    if( viewProps.duration ) {\n                        viewProps.duration = {\n                            months: 2                        };\n                    }\n                }\n\n                return views;\n            }\n            \n            document.addEventListener('DOMContentLoaded', function() {\n                var pieCalendarFirstLoad = true;\n                var calendarEl = document.getElementById('calendar');\n                var calendar = new FullCalendar.Calendar(calendarEl, {\n                    headerToolbar: false,\n                    initialView: \"dayGridMonth\",\n                    editable: false,\n                    eventSources: [[{\"title\":\"Microfutbol Tournament\",\"start\":\"2025-12-26T17:30:00-07:00\",\"end\":\"2025-12-30T21:30:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/microfutbol-tournament\\\/\",\"postType\":\"Entrada\",\"postId\":5145,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-12-01T09:00:00-07:00\",\"end\":\"2025-12-01T13:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-3\\\/\",\"postType\":\"Entrada\",\"postId\":5017,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-12-09T08:00:00-07:00\",\"end\":\"2025-12-09T13:00:00-07:00\",\"details\":\"Elevated Community Health,\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-2\\\/\",\"postType\":\"Entrada\",\"postId\":4991,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-19T10:00:00-07:00\",\"end\":\"2025-11-19T15:00:00-07:00\",\"details\":\"Department of HR,\\n112 W 5th St Leadville CO 80461\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-copy\\\/\",\"postType\":\"Entrada\",\"postId\":4959,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-11T13:00:00-07:00\",\"end\":\"2025-11-11T19:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day\\\/\",\"postType\":\"Entrada\",\"postId\":4954,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2026-01-15T09:00:00-07:00\",\"end\":\"2026-01-15T13:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-0115\\\/\",\"postType\":\"Entrada\",\"postId\":4923,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-21T07:00:00-07:00\",\"end\":\"2025-11-21T13:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1121\\\/\",\"postType\":\"Entrada\",\"postId\":4837,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2026-01-13T11:00:00-07:00\",\"end\":\"2026-01-13T18:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-0113\\\/\",\"postType\":\"Entrada\",\"postId\":4832,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2026-01-07T11:00:00-07:00\",\"end\":\"2026-01-07T18:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-0107\\\/\",\"postType\":\"Entrada\",\"postId\":4824,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2026-01-05T11:00:00-07:00\",\"end\":\"2026-01-05T15:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-0105\\\/\",\"postType\":\"Entrada\",\"postId\":4823,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-12-17T09:00:00-07:00\",\"end\":\"2025-12-17T13:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1217\\\/\",\"postType\":\"Entrada\",\"postId\":4767,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-12-15T13:00:00-07:00\",\"end\":\"2025-12-15T19:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1215\\\/\",\"postType\":\"Entrada\",\"postId\":4768,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-12-12T11:00:00-07:00\",\"end\":\"2025-12-12T23:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1212\\\/\",\"postType\":\"Entrada\",\"postId\":4771,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-12-03T13:00:00-07:00\",\"end\":\"2025-12-03T19:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1203\\\/\",\"postType\":\"Entrada\",\"postId\":4762,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-25T09:00:00-07:00\",\"end\":\"2025-11-25T13:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1125\\\/\",\"postType\":\"Entrada\",\"postId\":4769,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-17T11:00:00-07:00\",\"end\":\"2025-11-17T16:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1117\\\/\",\"postType\":\"Entrada\",\"postId\":4765,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-10T09:00:00-07:00\",\"end\":\"2025-11-10T13:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1110\\\/\",\"postType\":\"Entrada\",\"postId\":4812,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-13T11:00:00-07:00\",\"end\":\"2025-11-13T16:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1113\\\/\",\"postType\":\"Entrada\",\"postId\":4766,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-05T09:00:00-07:00\",\"end\":\"2025-11-05T13:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1105\\\/\",\"postType\":\"Entrada\",\"postId\":4772,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-03T11:00:00-07:00\",\"end\":\"2025-11-03T16:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1103\\\/\",\"postType\":\"Entrada\",\"postId\":4773,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-01T07:00:00-06:00\",\"end\":\"2025-11-01T15:00:00-06:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1101\\\/\",\"postType\":\"Entrada\",\"postId\":4755,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false}]],\n                    direction: \"ltr\",\n                    contentHeight: \"auto\",\n                    locale: \"es\",\n                    eventTimeFormat: {\"hour\":\"2-digit\",\"minute\":\"2-digit\"},\n                    dayHeaderFormat: { weekday: 'long' },\n                    views: piecalPrepareCustomViewsForCalendar({\"listUpcoming\":{\"type\":\"listMonth\",\"duration\":{\"months\":2},\"customProps\":{\"niceName\":\"List - Upcoming\"}},\"listMonthWithFeaturedImage\":{\"type\":\"listMonth\",\"duration\":{\"months\":1},\"customProps\":{\"niceName\":\"Month - List with Image\",\"styles\":\"\\n                            [data-view='listMonthWithFeaturedImage'] .fc-list-event-title {\\n                                display: grid;\\n                                grid-template-columns: 1fr 1fr 1fr;\\n                                grid-gap: 32px;\\n\\n                                & div {\\n                                    grid-column: span 2;\\n                                    display: flex;\\n                                    flex-direction: column;\\n                                }\\n\\n                                & div > span {\\n                                    font-size: 1rem;\\n                                }\\n        \\n                                & a {\\n                                    font-size: 1.5rem;\\n                                    font-weight: bold;\\n                                }\\n        \\n                                & img {\\n                                    aspect-ratio: 1 \\\/ 1;\\n                                    width: 100%;\\n                                    object-fit: cover;\\n                                }\\n                            }\\n\\n                            [data-view='listMonthWithFeaturedImage'] .fc-day th[scope='colgroup'] {\\n                                background: none;\\n                                position: static;\\n                            }\\n                                \\n                            [data-view='listMonthWithFeaturedImage'] .fc-list-event-time {\\n                                display: none;\\n                            }\\n\\n                            [data-view='listMonthWithFeaturedImage'] .fc-list-day-cushion.fc-cell-shaded {\\n                                background: none;\\n                                text-align: start;\\n                                display: flex;\\n                                align-items: center;\\n                                white-space: nowrap;\\n                                gap: 32px;\\n                                padding: 32px 0;\\n                            }\\n\\n                            [data-view='listMonthWithFeaturedImage'] .fc-list-day-cushion::after {\\n                                width: 100%;\\n                                height: 1px;\\n                                background: var(--fc-border-color);\\n                            }\\n\\n                            [data-view='listMonthWithFeaturedImage'] :is(.fc-list-event-title, th, .fc-list-event-graphic, .fc-listMonthWithFeaturedImage-view.fc-view){\\n                                border: none;\\n                            }\\n\\n                            [data-view='listMonthWithFeaturedImage'] .fc-list-day-side-text {\\n                                display: none;\\n                            }\\n\\n                            @media (max-width: 768px) {\\n                                [data-view='listMonthWithFeaturedImage'] .fc-list-event-title {\\n                                    grid-template-columns:  1fr;\\n                                }\\n\\n                                [data-view='listMonthWithFeaturedImage'] .fc-list-event-title img {\\n                                    grid-row-start: 1;\\n                                }   \\n                            }\\n                        \"},\"eventDidMount\":\"\\n                        info = piecalJS.eventDidMount( info );\\n\\n                        let row = info.el;\\n                        let titleContainer = info.el.querySelector('.fc-list-event-title');\\n                        let titleLink = titleContainer.querySelector('a');\\n                        let column = document.createElement('div');\\n                        \\n                        let descriptionText = info.event._def.extendedProps.details;\\n                        let decoder = document.createElement('textarea');\\n                        decoder.innerHTML = descriptionText;\\n\\n                        let eventTimeText = document.createElement('span');\\n                        eventTimeText.innerText = info.el.querySelector('.fc-list-event-time').innerText;\\n                        \\n                        let description = document.createElement('p');\\n                        description.innerHTML = decoder.value;\\n                        \\n                        titleContainer.append(column);\\n                        column.append(eventTimeText);\\n                        column.append(titleLink);\\n\\n                        if( description.innerText != '' ) {\\n                            column.append(description);\\n                        }\\n                        \\n                        if( info.event._def.extendedProps.featuredimage ) {\\n                            let image = document.createElement('img');\\n                            image.setAttribute('src', info.event._def.extendedProps.featuredimage);\\n                            image.setAttribute('alt', info.event._def.extendedProps.featuredimagealt);\\n                            titleContainer.append(image);\\n                        }\\n                    \"}}),\n                    eventClick: function( info ) {\n                        info = piecalJS.eventClick( info, {\n                            appendOffset: true                        } );\n\n                            Alpine.store(\"calendarEngine\").featuredImage = info.event._def.extendedProps.featuredimage;\n    Alpine.store(\"calendarEngine\").featuredImageAlt = info.event._def.extendedProps.featuredimagealt;\n    Alpine.store('calendarEngine').showPopover = false;\r\nwindow.location.href = Alpine.store('calendarEngine').eventUrl ?? Alpine.store('calendarEngine').permalink;\r\n                    },\n                    eventDataTransform: function(event) {  \n                        event = piecalJS.eventDataTransform( event );\n\n                        \n                        return event;  \n                    },\n                    dateClick: function( info ) {\n                        info = piecalJS.dateClick( info );\n\n                                            },\n                    eventDidMount: function( info ) {\n                        info = piecalJS.eventDidMount( info );\n\n                                            },\n                    dayCellDidMount: function( info ) {\n                        info = piecalJS.dayCellDidMount( info );\n\n                                            },\n                    dayHeaderContent: function( info ) {\n                        info = piecalJS.dayHeaderContent( info );\n\n                        \n                        return info.text;\n                    },\n                    dayHeaderDidMount: function( info ) {\n                        let defaultOptions = {\n                            showDates: true,\n                            locale: \"es\"\n                        };\n\n                        info = piecalJS.dayHeaderDidMount( info, defaultOptions );\n\n                                            },\n                    \n    datesSet: function( dateInfo ) {\n        if( pieCalendarFirstLoad ) {\n            pieCalendarFirstLoad = false;\n            return;\n        }\n\n        let rangeStart = dateInfo.startStr;\n        let rangeEnd = dateInfo.endStr;\n\n        let useExtendedRanges = true;\n        let extendedRangeWidth = 40;\n\n        if( useExtendedRanges ) {\n            let extendedRangeStart = new Date( dateInfo.startStr );\n            let extendedRangeEnd = new Date( dateInfo.endStr );\n\n            extendedRangeStart.setDate( extendedRangeStart.getDate() - extendedRangeWidth );\n            extendedRangeEnd.setDate( extendedRangeEnd.getDate() + extendedRangeWidth );\n\n            rangeStart = extendedRangeStart.toISOString();\n            rangeEnd = extendedRangeEnd.toISOString();\n        }\n        \n        \/\/ Let's narrow events down to only the recurring ones to avoid sending more JSON in our AJAX request\n        \/\/ than is necessary.\n        let recurringEvents = [{\"title\":\"Microfutbol Tournament\",\"start\":\"2025-12-26T17:30:00-07:00\",\"end\":\"2025-12-30T21:30:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/microfutbol-tournament\\\/\",\"postType\":\"Entrada\",\"postId\":5145,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-12-01T09:00:00-07:00\",\"end\":\"2025-12-01T13:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-3\\\/\",\"postType\":\"Entrada\",\"postId\":5017,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-12-09T08:00:00-07:00\",\"end\":\"2025-12-09T13:00:00-07:00\",\"details\":\"Elevated Community Health,\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-2\\\/\",\"postType\":\"Entrada\",\"postId\":4991,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-19T10:00:00-07:00\",\"end\":\"2025-11-19T15:00:00-07:00\",\"details\":\"Department of HR,\\n112 W 5th St Leadville CO 80461\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-copy\\\/\",\"postType\":\"Entrada\",\"postId\":4959,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-11T13:00:00-07:00\",\"end\":\"2025-11-11T19:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day\\\/\",\"postType\":\"Entrada\",\"postId\":4954,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2026-01-15T09:00:00-07:00\",\"end\":\"2026-01-15T13:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-0115\\\/\",\"postType\":\"Entrada\",\"postId\":4923,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-21T07:00:00-07:00\",\"end\":\"2025-11-21T13:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1121\\\/\",\"postType\":\"Entrada\",\"postId\":4837,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2026-01-13T11:00:00-07:00\",\"end\":\"2026-01-13T18:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-0113\\\/\",\"postType\":\"Entrada\",\"postId\":4832,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2026-01-07T11:00:00-07:00\",\"end\":\"2026-01-07T18:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-0107\\\/\",\"postType\":\"Entrada\",\"postId\":4824,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2026-01-05T11:00:00-07:00\",\"end\":\"2026-01-05T15:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-0105\\\/\",\"postType\":\"Entrada\",\"postId\":4823,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-12-17T09:00:00-07:00\",\"end\":\"2025-12-17T13:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1217\\\/\",\"postType\":\"Entrada\",\"postId\":4767,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-12-15T13:00:00-07:00\",\"end\":\"2025-12-15T19:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1215\\\/\",\"postType\":\"Entrada\",\"postId\":4768,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-12-12T11:00:00-07:00\",\"end\":\"2025-12-12T23:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1212\\\/\",\"postType\":\"Entrada\",\"postId\":4771,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-12-03T13:00:00-07:00\",\"end\":\"2025-12-03T19:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1203\\\/\",\"postType\":\"Entrada\",\"postId\":4762,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-25T09:00:00-07:00\",\"end\":\"2025-11-25T13:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1125\\\/\",\"postType\":\"Entrada\",\"postId\":4769,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-17T11:00:00-07:00\",\"end\":\"2025-11-17T16:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1117\\\/\",\"postType\":\"Entrada\",\"postId\":4765,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-10T09:00:00-07:00\",\"end\":\"2025-11-10T13:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1110\\\/\",\"postType\":\"Entrada\",\"postId\":4812,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-13T11:00:00-07:00\",\"end\":\"2025-11-13T16:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1113\\\/\",\"postType\":\"Entrada\",\"postId\":4766,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-05T09:00:00-07:00\",\"end\":\"2025-11-05T13:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1105\\\/\",\"postType\":\"Entrada\",\"postId\":4772,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-03T11:00:00-07:00\",\"end\":\"2025-11-03T16:00:00-07:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1103\\\/\",\"postType\":\"Entrada\",\"postId\":4773,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false},{\"title\":\"Walk-in Day\",\"start\":\"2025-11-01T07:00:00-06:00\",\"end\":\"2025-11-01T15:00:00-06:00\",\"details\":\"FIRC Silverthorne Office, 251 W. 4th Street, Silverthorne, CO 80498\",\"permalink\":\"https:\\\/\\\/summitfirc.org\\\/es\\\/walk-in-day-1101\\\/\",\"postType\":\"Entrada\",\"postId\":4755,\"color\":\"#3b2551\",\"textColor\":\"#ffffff\",\"featuredimage\":false,\"featuredimagealt\":false}];\n\n        \/\/ Let's add the original event to our alreadyExpandedOccurrences array to avoid duplication.\n        for( let event of recurringEvents ) {\n            let eventID = encodeURI(event.title.replace(' ', '').toLowerCase())+event.start+event.postId;\n\n            alreadyExpandedOccurrences = [...alreadyExpandedOccurrences, eventID];\n        }\n\n        \/\/ Now we need to submit this range to an AJAX function that does some things and returns some events\n        fetch(piecalAJAX.ajaxURL, {\n            method: 'POST',\n            headers: {\n                'Content-Type': 'application\/x-www-form-urlencoded', \/\/ Sending our data as URL encoded form data\n                'Accept': 'application\/json', \/\/ We expect JSON in return\n            },\n            body: new URLSearchParams({ \/\/ This is a way to easily convert our data into URL encoded form data\n                'action': 'piecal_expand_occurrences_in_view',\n                'nonce': piecalAJAX.ajaxNonce,\n                'rangeStart': rangeStart,\n                'rangeEnd': rangeEnd,\n                'appendOffset': true,\n                'events': JSON.stringify( recurringEvents )\n            })\n        })\n        .then(response => response.json()) \/\/ Parsing the returned JSON\n        .then(data => {\n            if (data.success) {\n                occurrencesInRange = data.events;\n\n                for( let occurrence of data.events ) {\n                    let occurrenceID = encodeURI(occurrence.title.replace(' ', '').toLowerCase())+occurrence.start+occurrence.postId;\n\n                    if( !alreadyExpandedOccurrences.includes( occurrenceID ) ) {\n                        let scrubber = document.createElement('textarea');\n                        scrubber.innerHTML = occurrence.title;\n                        occurrence.title = scrubber.value;\n\n                        if(occurrence.allDay && occurrence.end && !occurrence.extendedProps?.isBlackoutSegment && !occurrence.isBlackoutSegment) {\n                            \/\/ Extend end date for all day events that span multiple days\n                            let { actualEnd, end } = piecalUtils.getAlldayMultidayEventEnd( occurrence ) ?? {};\n\n                            if( actualEnd && end ) {    \n                                occurrence.actualEnd = actualEnd;\n                                occurrence.end = end;\n                            }\n                        }\n                        \n                        this.addEvent( occurrence );\n                        alreadyExpandedOccurrences = [...alreadyExpandedOccurrences, occurrenceID];\n                    } else {\n                        continue;\n                    }\n                }\n            } else {\n                console.error('Recurring occurrences were not expanded due to an AJAX error.');\n            }\n        })\n        .catch(error => {\n            console.error('Error:', error);\n        });\n    },\n                    });\n                    calendar.render();\n                    window.calendar = calendar;\n            });\n\n            function piecalChangeView( view ) {\n                piecalCleanView( document.querySelector('.piecal-wrapper').getAttribute('data-view'), view );\n                document.querySelector('.piecal-wrapper').setAttribute('data-view', view);\n                window.calendar.changeView(view);\n                Alpine.store('calendarEngine').calendarView = view;\n                Alpine.store('calendarEngine').viewTitle = window.calendar.currentData.viewTitle;\n                Alpine.store('calendarEngine').viewSpec = window.calendar.currentData.viewSpec.buttonTextDefault;\n            }\n\n            \/\/ This function forces the calendar to re-render events when the view is changed, but only\n            \/\/ when necessary. This prevents artifacts from custom views from persisting between view changes\n            \/\/ when those views have the same or similar types, e.g. listMonth and listUpcoming.\n            function piecalCleanView( oldView, newView ) {\n                if( oldView.toLowerCase().includes( 'list' ) && newView.toLowerCase().includes( 'grid' ) ) {\n                    return false;\n                }\n\n                if( oldView.toLowerCase().includes( 'list' ) && newView.toLowerCase().includes( 'list' ) ) {\n                    window.calendar.changeView('dayGridMonth');\n                }\n\n                if( oldView.toLowerCase().includes( 'grid' ) && newView.toLowerCase().includes( 'grid' ) ) {\n                    window.calendar.changeView('listMonth');\n                }\n            }\n\n            function piecalGotoToday() {\n                console.log('today');\n            }\n\n            function piecalNextInView() {\n                window.calendar.next();\n            }\n\n            function piecalPreviousInView() {\n                console.log('prev');\n            }\n\n            function piecalSkipCalendar() {\n                let focusedCalendar = document.querySelector('.piecal-wrapper:focus-within');\n                let focusablesInCalendar = focusedCalendar.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex=\"-1\"]');\n                let lastFocusable = focusablesInCalendar[focusablesInCalendar.length - 1];\n\n                let focusablesInDocument = document.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex=\"-1\"]');\n                let targetFocusable = Array.prototype.indexOf.call(focusablesInDocument, lastFocusable) + 1;\n\n                focusablesInDocument[targetFocusable].focus();\n            }\n\n            document.addEventListener('alpine:init', () => {\n                Alpine.store('calendarEngine', {\n                    viewTitle: \"Loading\",\n                    viewSpec: \"Loading\",\n                    buttonText: {},\n                    showPopover: false,\n                    locale: \"es\",\n                    localeDateStringFormat: {\"hour\":\"2-digit\",\"minute\":\"2-digit\"},\n                    allDayLocaleDateStringFormat: [],\n                    calendarView: \"dayGridMonth\",\n                    eventTitle: \"Loading...\",\n                    eventDetails: \"Loading...\",\n                    eventType: \"Loading...\",\n                    eventStart: \"Loading...\",\n                    eventAllDay: false,\n                    eventActualEnd: null,\n                    eventEnd: \"Loading...\",\n                    eventUrl: \"\/\",\n                    safeOutput( input ) {\n                        let scrubber = document.createElement('textarea');\n                        scrubber.innerHTML = input;\n                        return scrubber.value;\n                    }\n                })\n            })\n\n            window.addEventListener('DOMContentLoaded', () => {\n                Alpine.store('calendarEngine').viewTitle = window.calendar.currentData.viewTitle;\n                Alpine.store('calendarEngine').viewSpec = window.calendar.currentData.viewSpec.buttonTextDefault;\n                Alpine.store('calendarEngine').buttonText = window.calendar.currentData.localeDefaults.buttonText;\n            })\n\n            window.addEventListener('keydown', (e) => {\n                if( e.keyCode == 27 || e.key == 'Escape' ) Alpine.store('calendarEngine').showPopover = false;\n\n            })\n        <\/script>\n        <div\n        class=\"piecal-wrapper piecal-wrapper--responsive-widget\"\n        data-view=\"dayGridMonth\";\n        x-data\n        >\n            <div class=\"piecal-controls fc\">\n                <button\n                    class=\"piecal-controls__skip-calendar fc-button fc-button-primary\"\n                    onClick=\"piecalSkipCalendar()\">\n                        Skip Calendar                <\/button>\n                <div\n                class=\"piecal-controls__view-title\" \n                aria-live=\"polite\"\n                role=\"status\"\n                >\n                  <span class=\"visually-hidden\" x-text=\"$store.calendarEngine.viewTitle + ' - current view is ' + $store.calendarEngine.calendarView\"><\/span>\n                  <span aria-hidden=\"true\" x-text=\"$store.calendarEngine.viewTitle\"><\/span>\n                <\/div>\n                <label class=\"piecal-controls__view-chooser\">\n                    Choose View                    <select x-model=\"$store.calendarEngine.calendarView\" @change=\"piecalChangeView($store.calendarEngine.calendarView)\">\n                                                    <option value=\"dayGridMonth\">\n                                Month - Classic                            <\/option>\n                                                    <option value=\"listMonth\">\n                                Month - List                            <\/option>\n                                                    <option value=\"timeGridWeek\">\n                                Week - Time Grid                            <\/option>\n                                                    <option value=\"listWeek\">\n                                Week - List                            <\/option>\n                                                    <option value=\"dayGridWeek\">\n                                Week - Day Grid                            <\/option>\n                                                    <option value=\"listDay\">\n                                Day - List                            <\/option>\n                                                    <option value=\"listUpcoming\">\n                                List - Upcoming                            <\/option>\n                                                    <option value=\"listMonthWithFeaturedImage\">\n                                Month - List with Image                            <\/option>\n                                            <\/select>\n                <\/label>\n                <div class=\"piecal-controls__navigation-button-group\">\n                    <button \n                        class=\"piecal-controls__back-to-month fc-button fc-button-primary\"\n                        aria-label=\"Back to full month view.\"\n                        onClick=\"piecalChangeView('dayGridMonth')\">\n                            Back To Full Month                    <\/button>\n                    <button \n                    class=\"fc-button fc-button-primary piecal-controls__today-button\"\n                    @click=\"window.calendar.today(); $store.calendarEngine.viewTitle = window.calendar.currentData.viewTitle\"\n                    x-text=\"$store.calendarEngine.buttonText.today ?? 'Today'\">\n                    <\/button>\n                    <button \n                    class=\"fc-button fc-button-primary piecal-controls__prev-button\"\n                    @click=\"window.calendar.prev(); $store.calendarEngine.viewTitle = window.calendar.currentData.viewTitle\"\n                    :aria-label=\"$store.calendarEngine.buttonText.prev + ' ' + $store.calendarEngine.viewSpec\"><<\/button>\n                    <button \n                    class=\"fc-button fc-button-primary piecal-controls__next-button\"\n                    @click=\"window.calendar.next(); $store.calendarEngine.viewTitle = window.calendar.currentData.viewTitle\" \n                    :aria-label=\"$store.calendarEngine.buttonText.next + ' ' + $store.calendarEngine.viewSpec\">><\/button>\n                <\/div>\n            <\/div>\n            <div id=\"calendar\"><\/div>\n            <div \n                class=\"piecal-popover\" \n                x-show=\"$store.calendarEngine.showPopover\"\n                style=\"display: none;\">\n                    <div \n                    class=\"piecal-popover__inner\" \n                    role=\"dialog\"\n                    aria-labelledby=\"piecal-popover__title--01\"\n                    aria-describedby=\"piecal-popover__details--01\"\n                    @click.outside=\"$store.calendarEngine.showPopover = false\"\n                    x-trap.noscroll=\"$store.calendarEngine.showPopover\">\n                        <button \n                        class=\"piecal-popover__close-button\" \n                        title=\"Close event details\"\n                        @click=\"$store.calendarEngine.showPopover = false\">\n                        <\/button>\n                                                <p class=\"piecal-popover__title\" id=\"piecal-popover__title--01\" x-text=\"$store.calendarEngine.safeOutput( $store.calendarEngine.eventTitle )\">Event Title<\/p>\n                                                <hr>\n                        <div class=\"piecal-popover__meta\">\n                                                        <p>\n                            Starts                            <\/p>\n                            <p \n                            aria-labelledby=\"piecal-event-start-date\" \n                            x-text=\"!$store.calendarEngine.eventAllDay ? new Date($store.calendarEngine.eventStart).toLocaleDateString( $store.calendarEngine.locale, $store.calendarEngine.localeDateStringFormat ) : new Date($store.calendarEngine.eventStart).toLocaleDateString( $store.calendarEngine.locale, $store.calendarEngine.allDayLocaleDateStringFormat )\"><\/p>\n                            <p x-show=\"$store.calendarEngine.eventEnd\">\n                            Ends                            <\/p>\n                            <p \n                            x-show=\"$store.calendarEngine.eventEnd\" \n                            x-text=\"!$store.calendarEngine.eventAllDay ? new Date($store.calendarEngine.eventEnd).toLocaleDateString( $store.calendarEngine.locale, $store.calendarEngine.localeDateStringFormat ) : new Date($store.calendarEngine.eventActualEnd).toLocaleDateString( $store.calendarEngine.locale, $store.calendarEngine.allDayLocaleDateStringFormat )\"><\/p>\n                                                    <\/div>\n                        <hr>\n                                                <p x-show=\"$store.calendarEngine.eventDetails\" class=\"piecal-popover__details\" id=\"piecal-popover__details--01\" x-text=\"$store.calendarEngine.safeOutput( $store.calendarEngine.eventDetails )\"><\/p>                                                                        <a x-show=\"$store.calendarEngine.eventUrl\" class=\"piecal-popover__view-link\" :href=\"$store.calendarEngine.eventUrl\">\n                        View                             <span x-text=\"$store.calendarEngine.eventType\"><\/span>\n                                                    <\/a>\n                                            <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"piecal-footer\">\n            Event times are listed in your local time zone: <span x-data x-text='Intl.DateTimeFormat().resolvedOptions().timeZone'><\/span>        <\/div>\n        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Calendario de actos<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_piecal_is_recurring":false,"_piecal_recurring_interval":1,"_piecal_recurring_frequency":"","_piecal_recurring_exact_position":false,"_piecal_recurring_end":"","_piecal_color":"","_piecal_text_color":"","_piecal_global_color_master":false,"_piecal_rsets":"[]","_piecal_is_event":false,"_piecal_start_date":"","_piecal_end_date":"","_piecal_is_allday":false,"footnotes":""},"wf_page_folders":[10],"class_list":["post-4750","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/summitfirc.org\/es\/wp-json\/wp\/v2\/pages\/4750","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/summitfirc.org\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/summitfirc.org\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/summitfirc.org\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/summitfirc.org\/es\/wp-json\/wp\/v2\/comments?post=4750"}],"version-history":[{"count":7,"href":"https:\/\/summitfirc.org\/es\/wp-json\/wp\/v2\/pages\/4750\/revisions"}],"predecessor-version":[{"id":4931,"href":"https:\/\/summitfirc.org\/es\/wp-json\/wp\/v2\/pages\/4750\/revisions\/4931"}],"wp:attachment":[{"href":"https:\/\/summitfirc.org\/es\/wp-json\/wp\/v2\/media?parent=4750"}],"wp:term":[{"taxonomy":"wf_page_folders","embeddable":true,"href":"https:\/\/summitfirc.org\/es\/wp-json\/wp\/v2\/wf_page_folders?post=4750"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}