{"id":10252,"date":"2025-02-19T16:30:18","date_gmt":"2025-02-19T16:30:18","guid":{"rendered":"https:\/\/abwab-paris.fr\/?page_id=10252"},"modified":"2025-02-25T14:31:53","modified_gmt":"2025-02-25T14:31:53","slug":"evenement","status":"publish","type":"page","link":"https:\/\/abwab-paris.fr\/en\/evenement\/","title":{"rendered":"\u00c9V\u00c9NEMENTS"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10252\" class=\"elementor elementor-10252\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-64d41c2 e-flex e-con-boxed e-con e-parent\" data-id=\"64d41c2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f482ec tayta-tabs-style-line tayta-tabs-view-horizontal elementor-widget elementor-widget-yolo_tabs\" data-id=\"3f482ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"yolo_tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"tayta-tabs\" role=\"tablist\">\n\t\t\t<div class=\"tayta-tabs-wrapper\">\n\t\t\t\t\t\t\t\t\t<div id=\"tayta-tab-title-6631\" class=\"tayta-tab-title tayta-tab-desktop-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"tayta-tab-content-6631\"><a\n\t\t\t\t\t\t\thref=\"\">Listes<\/a><\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"tayta-tab-title-6632\" class=\"tayta-tab-title tayta-tab-desktop-title\" data-tab=\"2\" role=\"tab\" aria-controls=\"tayta-tab-content-6632\"><a\n\t\t\t\t\t\t\thref=\"\">Calandrier<\/a><\/div>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t<div class=\"tayta-tabs-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<div class=\"tayta-tab-title tayta-tab-mobile-title\" data-tab=\"1\" role=\"tab\">Listes<\/div>\n\n\t\t\t\t\t<div id=\"tayta-tab-content-6631\" class=\"tayta-tab-content tayta-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"tayta-tab-title-6631\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p>                <div class='mage list_with_filter_section mep_event_list' id='mage-container'>\n\t\t\t\t\tThere are currently no events scheduled.                <\/div>\n                <script>\n                    jQuery(document).ready(function () {\n                        var containerEl = document.querySelector('#mep_event_list_abr6a3662ea8055e');\n                        var mixer = mixitup(containerEl, {\n                            selectors: {\n                                target: '.mep-event-list-loop',\n                                control: '[data-mixitup-control]'\n                            }\n                        });\n                        \/\/ Handle title filter input\n                        jQuery('input[name=\"filter_with_title\"]').on('keyup', function () {\n                            var searchText = jQuery(this).val().toLowerCase();\n                            var items = jQuery('.mep-event-list-loop');\n                            items.each(function () {\n                                var itemTitle = jQuery(this).data('title').toLowerCase();\n                                if (itemTitle.indexOf(searchText) > -1) {\n                                    jQuery(this).show();\n                                } else {\n                                    jQuery(this).hide();\n                                }\n                            });\n                        });\n                        \/\/ Handle date filter change\n                        jQuery('input[name=\"filter_with_date\"]').on('change', function () {\n                            var selectedDate = jQuery(this).val();\n                            var items = jQuery('.mep-event-list-loop');\n                            if (!selectedDate) {\n                                items.show();\n                            } else {\n                                var filterDate = new Date(selectedDate);\n                                filterDate.setHours(0, 0, 0, 0); \/\/ Reset time part for date comparison\n                                items.each(function () {\n                                    var itemDate = new Date(jQuery(this).data('date'));\n                                    itemDate.setHours(0, 0, 0, 0); \/\/ Reset time part for date comparison\n                                    if (itemDate.getTime() === filterDate.getTime()) {\n                                        jQuery(this).show();\n                                    } else {\n                                        jQuery(this).hide();\n                                    }\n                                });\n                            }\n                        });\n                        \/\/ Handle state filter change\n                        jQuery('select[name=\"filter_with_state\"]').on('change', function () {\n                            var state = jQuery(this).val();\n                            var items = jQuery('.mep-event-list-loop');\n                            if (state === '') {\n                                items.show();\n                            } else {\n                                items.each(function () {\n                                    var itemState = jQuery(this).data('state');\n                                    if (itemState === state) {\n                                        jQuery(this).show();\n                                    } else {\n                                        jQuery(this).hide();\n                                    }\n                                });\n                            }\n                        });\n                        \/\/ Handle city filter change\n                        jQuery('select[name=\"filter_with_city\"]').on('change', function () {\n                            applyAllFilters();\n                        });\n                        \/\/ Handle category filter change\n                        jQuery('select[name=\"filter_with_category\"]').on('change', function () {\n                            applyAllFilters();\n                        });\n                        \/\/ Handle organizer filter change\n                        jQuery('select[name=\"filter_with_organizer\"]').on('change', function () {\n                            applyAllFilters();\n                        });\n                        \/\/ Combined filter function that applies all filters\n                        function applyAllFilters() {\n                            var titleFilter = jQuery('input[name=\"filter_with_title\"]').val().toLowerCase();\n                            var dateFilter = jQuery('input[name=\"filter_with_date\"]').val();\n                            var startDateFilter = jQuery('input[name=\"filter_with_start_date\"]').val();\n                            var endDateFilter = jQuery('input[name=\"filter_with_end_date\"]').val();\n                            var stateFilter = jQuery('select[name=\"filter_with_state\"]').val();\n                            var cityFilter = jQuery('select[name=\"filter_with_city\"]').val();\n                            var categoryFilter = jQuery('select[name=\"filter_with_category\"]').val();\n                            var organizerFilter = jQuery('select[name=\"filter_with_organizer\"]').val();\n                            var visibleCount = 0;\n                            jQuery('.mep-event-list-loop').each(function () {\n                                var $item = jQuery(this);\n                                var show = true;\n                                \/\/ Title filter\n                                if (titleFilter) {\n                                    var itemTitle = ($item.data('title') || '').toLowerCase();\n                                    if (itemTitle.indexOf(titleFilter) === -1) {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ Single Date filter (legacy)\n                                if (show && dateFilter) {\n                                    var itemDate = $item.data('date');\n                                    if (itemDate) {\n                                        var filterDate = new Date(dateFilter);\n                                        filterDate.setHours(0, 0, 0, 0);\n                                        var itemDateObj = new Date(itemDate);\n                                        itemDateObj.setHours(0, 0, 0, 0);\n                                        if (itemDateObj.getTime() !== filterDate.getTime()) {\n                                            show = false;\n                                        }\n                                    } else {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ Date Range filter\n                                if (show && (startDateFilter || endDateFilter)) {\n                                    var itemDate = $item.data('date');\n                                    if (itemDate) {\n                                        var itemDateObj = new Date(itemDate);\n                                        itemDateObj.setHours(0, 0, 0, 0);\n                                        if (startDateFilter) {\n                                            var startDate = new Date(startDateFilter);\n                                            startDate.setHours(0, 0, 0, 0);\n                                            if (itemDateObj < startDate) {\n                                                show = false;\n                                            }\n                                        }\n                                        if (endDateFilter) {\n                                            var endDate = new Date(endDateFilter);\n                                            endDate.setHours(0, 0, 0, 0);\n                                            if (itemDateObj > endDate) {\n                                                show = false;\n                                            }\n                                        }\n                                    } else {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ State filter\n                                if (show && stateFilter) {\n                                    var itemState = $item.data('state') || '';\n                                    if (itemState !== stateFilter) {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ City filter\n                                if (show && cityFilter) {\n                                    var itemCity = $item.data('city-name') || '';\n                                    if (itemCity !== cityFilter) {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ Category filter\n                                if (show && categoryFilter) {\n                                    var itemCategory = $item.data('category') || '';\n                                    var itemCategories = itemCategory.split(',').map(function (c) {\n                                        return c.trim();\n                                    });\n                                    if (itemCategories.indexOf(categoryFilter) === -1) {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ Organizer filter\n                                if (show && organizerFilter) {\n                                    var itemOrganizer = $item.data('organizer') || '';\n                                    var itemOrganizers = itemOrganizer.split(',').map(function (o) {\n                                        return o.trim();\n                                    });\n                                    if (itemOrganizers.indexOf(organizerFilter) === -1) {\n                                        show = false;\n                                    }\n                                }\n                                if (show) {\n                                    $item.show();\n                                    visibleCount++;\n                                } else {\n                                    $item.hide();\n                                }\n                            });\n                            jQuery('.qty_count').text(visibleCount);\n                        }\n                        jQuery('input[name=\"filter_with_title\"]').off('keyup').on('keyup', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('input[name=\"filter_with_date\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('input[name=\"filter_with_start_date\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('input[name=\"filter_with_end_date\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('select[name=\"filter_with_state\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('select[name=\"filter_with_city\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('select[name=\"filter_with_category\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('select[name=\"filter_with_organizer\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n\t\t\t\t\t\t                    });\n                <\/script>\n                <\/p>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"tayta-tab-title tayta-tab-mobile-title\" data-tab=\"2\" role=\"tab\">Calandrier<\/div>\n\n\t\t\t\t\t<div id=\"tayta-tab-content-6632\" class=\"tayta-tab-content tayta-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"tayta-tab-title-6632\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p>\t\t<div data-elementor-type=\"section\" data-elementor-id=\"11020\" class=\"elementor elementor-11020\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-7b7d5e9 e-flex e-con-boxed e-con e-parent\" data-id=\"7b7d5e9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e11a38 elementor-widget elementor-widget-mep-elementor-support\" data-id=\"4e11a38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mep-elementor-support.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"mep-elementor-event-calebdar-widget\">\r\n\t\t\t\t\t<style>\n\t\t\t\t#mep-cal-6a3662ea81321-wrapper {\n\t\t\t\t\t--mep-cal-event-color: #3a87ad;\n\t\t\t\t\t--mep-cal-event-text: #ffffff;\n\t\t\t\t\t--mep-cal-today: #fcf8e3;\n\t\t\t\t\t--mep-cal-header-bg: #2c3e50;\n\t\t\t\t\t--mep-cal-header-text: #ffffff;\n\t\t\t\t\t--mep-cal-border: #ddd;\n\t\t\t\t\t--mep-cal-sold-out: #dc3545;\n\t\t\t\t\t--mep-cal-low-stock: #ffc107;\n\t\t\t\t}\n\t\t\t<\/style>\n\t\t\t\t\t\t<div class=\"mep-calendar-wrapper\" id=\"mep-cal-6a3662ea81321-wrapper\" style=\"width:100%;max-width:100%;margin-left:auto;margin-right:auto;\">\n\n\t\t\t\t\n\t\t\t\t<div class=\"mep-calendar-container mep-cal-style-full\"\n\t\t\t\t\tid=\"mep-cal-6a3662ea81321\"\n\t\t\t\t\tdata-style=\"full\"\n\t\t\t\t\tdata-default-view=\"dayGridMonth\"\n\t\t\t\t\tdata-first-day=\"1\"\n\t\t\t\t\tdata-cat=\"0\"\n\t\t\t\t\tdata-org=\"0\"\n\t\t\t\t\tdata-tag=\"0\"\n\t\t\t\t\tdata-city=\"\"\n\t\t\t\t\tdata-country=\"\"\n\t\t\t\t\tdata-status=\"upcoming\"\n\t\t\t\t\tdata-event-source=\"all\"\n\t\t\t\t\tdata-specific-events=\"\"\n\t\t\t\t\tdata-event-limit=\"-1\"\n\t\t\t\t\tdata-event-color=\"\"\n\t\t\t\t\tdata-text-color=\"\"\n\t\t\t\t\tdata-height=\"auto\"\n\t\t\t\t\tdata-show-stock=\"no\"\n\t\t\t\t\tdata-hide-time=\"no\"\n\t\t\t\t\tdata-split-multi-day=\"no\"\n\t\t\t\t\tdata-show-price=\"no\"\n\t\t\t\t\tdata-show-location=\"no\"\n\t\t\t\t\tdata-show-organizer=\"no\"\n\t\t\t\t\tdata-show-recurring-badge=\"yes\"\n\t\t\t\t\tdata-hide-tooltip=\"no\"\n\t\t\t\t\tdata-show-navigation=\"yes\"\n\t\t\t\t\tdata-show-view-switcher=\"yes\"\n\t\t\t\t\tdata-show-year-nav=\"yes\"\n\t\t\t\t\tdata-show-prev-next=\"yes\"\n\t\t\t\t\tdata-show-expired-events=\"yes\"\n\t\t\t\t\tdata-expired-event-color=\"\"\n\t\t\t\t\tdata-expired-text-color=\"\"\n\t\t\t\t\tdata-expired-opacity=\"\"\n\t\t\t\t\tdata-event-click=\"navigate\"\n\t\t\t\t><\/div>\n\n\t\t\t\t<!-- Tooltip container -->\n\t\t\t\t<div class=\"mep-cal-tooltip\" id=\"mep-cal-6a3662ea81321-tooltip\" style=\"display:none;\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<script>\n\t\t\t(function() {\n\t\t\t\tfunction tryInit() {\n\t\t\t\t\tif (typeof mepCalendarInit === 'function') {\n\t\t\t\t\t\tmepCalendarInit();\n\t\t\t\t\t} else {\n\t\t\t\t\t\tsetTimeout(tryInit, 100);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\ttryInit();\n\t\t\t})();\n\t\t\t<\/script>\n\t\t\t<\/div>\r\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<\/p>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\n\t\t<\/div>\n\t\t\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>Listes Calandrier Listes Rechercher des cat\u00e9goriesBusiness EventC\u00e9ramiqueCooking ClassCr\u00e9atifHome EventIndoor GamesOther Event Recherche organisateursabwab parisBest Buy LtdCooking StudioDoogle IncDuperstar LLC Select CityBerlinGrapevineLyonNew YorkParisSheffield No Match Result Found! Showing -1 of 10 23 F\u00e9v evenement du 23\/02\/2025 Prix: &#36;100.00 Organis\u00e9 par : abwab paris Lieu : Place de la Concorde, Paris 27 F\u00e9v evenement test Prix: &#36;79.00 Organis\u00e9 par : abwab paris Lieu : Pignouf, Lyon f\u00e9vrier 27, 2025 8:00 am &#8211; f\u00e9vrier 28, 2025 6:02 pm 14 Mar \u00c9v\u00e9nement r\u00e9current Ohio and Kentucky Cannabis &#038; Hemp Expo Le prix commence \u00e0 partir de\u00a0: &#36;100.00 Organis\u00e9 par : Cooking Studio Lieu : Radisson Collection Hotel, Berlin mars 14, 2025 Voir plus de dates 19 Mar \u00c9v\u00e9nement r\u00e9current Greenwich Economic Forum Le prix commence \u00e0 partir de\u00a0: &#36;100.00 Organis\u00e9 par : Best Buy Ltd Lieu : The Millennium Gallery Sheffield, Sheffield mars 19, 2025 9:00 am &#8211; mars 29, 2025 7:00 pm 19 Mar Coxesbazar Sea beach Chair Booking Prix: &#36;100.00 Organis\u00e9 par : Doogle Inc Lieu : Hotel Ramada, Coxsbazar mars 19, 2025 9:00 am &#8211; mai 18, 2025 7:00 pm 29 Mar Sistahs in Business Expo 2021 Le prix commence \u00e0 partir de\u00a0: &#36;100.00 Organis\u00e9 par : Best Buy Ltd Lieu : Hudson Yards, New York mars 29, 2025 9:00 am &#8211; juin 17, 2025 7:00 pm 05 Avr Austin Tech Career Fair Le prix commence \u00e0 partir de\u00a0: &#36;100.00 Organis\u00e9 par : Doogle Inc Lieu : Gaylord Texan Resort &amp; Convention Center, Grapevine avril 5, 2025 9:00 am &#8211; juin 9, 2025 7:00 pm 08 Avr Tech Career Fair: Exclusive Tech Hiring Event Le prix commence \u00e0 partir de\u00a0: &#36;100.00 Organis\u00e9 par : Best Buy Ltd Lieu : Metropolitan Pavilion, New York avril 8, 2025 9:00 am &#8211; juillet 17, 2025 7:00 pm 18 Avr \u00c9v\u00e9nement virtuel Free Networking Event In NYC Le prix commence \u00e0 partir de\u00a0: &#36;100.00 Organis\u00e9 par : Duperstar LLC avril 18, 2025 9:00 am &#8211; juin 27, 2025 7:00 pm 18 Avr American Towman ShowPlace Le prix commence \u00e0 partir de\u00a0: &#36;100.00 Organis\u00e9 par : Best Buy Ltd Lieu : Gaylord Texan Resort &amp; Convention Center, Grapevine avril 18, 2025 9:00 am &#8211; juillet 17, 2025 7:00 pm Calandrier<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10252","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Listes Calandrier Listes There are currently no events scheduled. Calandrier\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/abwab-paris.fr\/en\/evenement\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Abwab Paris - La meilleure conciergerie \u00e0 Paris\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\u00c9V\u00c9NEMENTS - Abwab Paris\" \/>\n\t\t<meta property=\"og:description\" content=\"Listes Calandrier Listes There are currently no events scheduled. Calandrier\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/abwab-paris.fr\/en\/evenement\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-02-19T16:30:18+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-02-25T14:31:53+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"\u00c9V\u00c9NEMENTS - Abwab Paris\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Listes Calandrier Listes There are currently no events scheduled. Calandrier\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/abwab-paris.fr\\\/en\\\/evenement\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/abwab-paris.fr\\\/en#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/abwab-paris.fr\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/abwab-paris.fr\\\/en\\\/evenement\\\/#listItem\",\"name\":\"\\u00c9V\\u00c9NEMENTS\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/abwab-paris.fr\\\/en\\\/evenement\\\/#listItem\",\"position\":2,\"name\":\"\\u00c9V\\u00c9NEMENTS\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/abwab-paris.fr\\\/en#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/abwab-paris.fr\\\/en\\\/#organization\",\"name\":\"Abwab Paris\",\"description\":\"La meilleure conciergerie \\u00e0 Paris\",\"url\":\"https:\\\/\\\/abwab-paris.fr\\\/en\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/abwab-paris.fr\\\/en\\\/evenement\\\/#webpage\",\"url\":\"https:\\\/\\\/abwab-paris.fr\\\/en\\\/evenement\\\/\",\"name\":\"\\u00c9V\\u00c9NEMENTS - Abwab Paris\",\"description\":\"Listes Calandrier Listes There are currently no events scheduled. Calandrier\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/abwab-paris.fr\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/abwab-paris.fr\\\/en\\\/evenement\\\/#breadcrumblist\"},\"datePublished\":\"2025-02-19T16:30:18+00:00\",\"dateModified\":\"2025-02-25T14:31:53+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/abwab-paris.fr\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/abwab-paris.fr\\\/en\\\/\",\"name\":\"Abwab Paris\",\"description\":\"La meilleure conciergerie \\u00e0 Paris\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/abwab-paris.fr\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\u00c9V\u00c9NEMENTS - Abwab Paris","description":"Listes Calandrier Listes There are currently no events scheduled. Calandrier","canonical_url":"https:\/\/abwab-paris.fr\/en\/evenement\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/abwab-paris.fr\/en\/evenement\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/abwab-paris.fr\/en#listItem","position":1,"name":"Home","item":"https:\/\/abwab-paris.fr\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/abwab-paris.fr\/en\/evenement\/#listItem","name":"\u00c9V\u00c9NEMENTS"}},{"@type":"ListItem","@id":"https:\/\/abwab-paris.fr\/en\/evenement\/#listItem","position":2,"name":"\u00c9V\u00c9NEMENTS","previousItem":{"@type":"ListItem","@id":"https:\/\/abwab-paris.fr\/en#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/abwab-paris.fr\/en\/#organization","name":"Abwab Paris","description":"La meilleure conciergerie \u00e0 Paris","url":"https:\/\/abwab-paris.fr\/en\/"},{"@type":"WebPage","@id":"https:\/\/abwab-paris.fr\/en\/evenement\/#webpage","url":"https:\/\/abwab-paris.fr\/en\/evenement\/","name":"\u00c9V\u00c9NEMENTS - Abwab Paris","description":"Listes Calandrier Listes There are currently no events scheduled. Calandrier","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/abwab-paris.fr\/en\/#website"},"breadcrumb":{"@id":"https:\/\/abwab-paris.fr\/en\/evenement\/#breadcrumblist"},"datePublished":"2025-02-19T16:30:18+00:00","dateModified":"2025-02-25T14:31:53+00:00"},{"@type":"WebSite","@id":"https:\/\/abwab-paris.fr\/en\/#website","url":"https:\/\/abwab-paris.fr\/en\/","name":"Abwab Paris","description":"La meilleure conciergerie \u00e0 Paris","inLanguage":"en-US","publisher":{"@id":"https:\/\/abwab-paris.fr\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Abwab Paris - La meilleure conciergerie \u00e0 Paris","og:type":"article","og:title":"\u00c9V\u00c9NEMENTS - Abwab Paris","og:description":"Listes Calandrier Listes There are currently no events scheduled. Calandrier","og:url":"https:\/\/abwab-paris.fr\/en\/evenement\/","article:published_time":"2025-02-19T16:30:18+00:00","article:modified_time":"2025-02-25T14:31:53+00:00","twitter:card":"summary_large_image","twitter:title":"\u00c9V\u00c9NEMENTS - Abwab Paris","twitter:description":"Listes Calandrier Listes There are currently no events scheduled. Calandrier"},"aioseo_meta_data":{"post_id":"10252","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-02-19 16:30:18","updated":"2025-06-04 05:37:17","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/abwab-paris.fr\/en\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t\u00c9V\u00c9NEMENTS\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/abwab-paris.fr\/en"},{"label":"\u00c9V\u00c9NEMENTS","link":"https:\/\/abwab-paris.fr\/en\/evenement\/"}],"_links":{"self":[{"href":"https:\/\/abwab-paris.fr\/en\/wp-json\/wp\/v2\/pages\/10252","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/abwab-paris.fr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/abwab-paris.fr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/abwab-paris.fr\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/abwab-paris.fr\/en\/wp-json\/wp\/v2\/comments?post=10252"}],"version-history":[{"count":70,"href":"https:\/\/abwab-paris.fr\/en\/wp-json\/wp\/v2\/pages\/10252\/revisions"}],"predecessor-version":[{"id":11028,"href":"https:\/\/abwab-paris.fr\/en\/wp-json\/wp\/v2\/pages\/10252\/revisions\/11028"}],"wp:attachment":[{"href":"https:\/\/abwab-paris.fr\/en\/wp-json\/wp\/v2\/media?parent=10252"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}