{"id":9303,"date":"2021-05-12T20:09:32","date_gmt":"2021-05-12T18:09:32","guid":{"rendered":"https:\/\/www.diocesitn.it\/area-testimonianza\/?page_id=9303"},"modified":"2025-12-19T08:47:20","modified_gmt":"2025-12-19T07:47:20","slug":"calendario","status":"publish","type":"page","link":"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/","title":{"rendered":"Calendario"},"content":{"rendered":"<div id=\"pl-9303\"  class=\"panel-layout\" ><div id=\"pg-9303-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-9303-0-0\"  class=\"panel-grid-cell\" ><div id=\"panel-9303-0-0-0\" class=\"so-panel widget widget_noah_calendar_widget panel-first-child\" data-index=\"0\" >    <div class=\"mini-clndr\" id=\"mini-clndr-69f729f9058b4\" uid=\"69f729f9058b4\"\n         data-cat=\"1859,1408,291,1860,1410,1459,582,224,292,1411,2079,1854\" data-segn=\"\"\n         data-mostrada=\"37\" data-forcenotapproved=\"\"><\/div>\n    <div class=\"seed_legenda\" id=\"seed_legenda_69f729f9058b4\"><\/div>\n    <script id=\"calendar-template-69f729f9058b4\" type=\"text\/template\">\n        <div class=\"controls\">\n        <div class=\"clndr-previous-button\">&lsaquo;<\/div><div data-month=\"<%= moment([year, month],\"YYYYMMMM\").format('YYYYMM') %>\" class=\"month\"><%= month %> <%= year %><\/div><div class=\"clndr-next-button\">&rsaquo;<\/div>\n        <\/div>\n        <div class=\"days-container\">\n        <div class=\"days\">\n        <div class=\"headers\"><% _.each(daysOfTheWeek, function(day) { %><div class=\"day-header\"><%= day %><\/div><% }); %><\/div><% _.each(days, function(day) { %><div class=\"<%= day.classes %> <% _.each(day.events, function(evento){ %><%= print(evento) %><%= evento.classes %> <% }); %>\" id=\"<%= day.id %>\"><%= day.day %><\/div><% if (day.events.length>0) { %><div class=\"events event_<%= moment(day.date).format('YYYY-MM-DD') %>\"><div class=\"headers\"><div class=\"x-button\">x<\/div><div class=\"event-header\">\n        \t\t\n        Eventi del <%= moment(day.date).format('DD-MM-YYYY') %>\n        \t\t\t\n\n        <\/div><\/div><div class=\"events-list\"><% _.each(day.events, function(evento){ %><div class=\"event <%= evento.classes %>\"><a href=\"<%= evento.url %>\"><%= evento.title %><%= evento.time %><\/a><\/div><% }); %><\/div><\/div><% } %><% }); %><\/div><\/div>\n    <\/script>\n\n    <script type=\"text\/javascript\">\n        jQuery(document).ready(function () {\n\n            \/* carica eventi *\/\n\n\n            (function () {\n                if (typeof jQuery.getScriptCached !== \"function\") {\n                    jQuery.getScriptCached = function (url, callback) {\n                        return jQuery.ajax({\n                            url: url,\n                            dataType: \"script\",\n                            cache: true\n                        }).done(callback);\n\n                    };\n                }\n                jQuery.getScriptCached('https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/plugins\/seed-noah-plugin\/tools\/calendar\/lib\/..\/js\/underscore.js', function () {\n                    jQuery.getScriptCached('https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/plugins\/seed-noah-plugin\/tools\/calendar\/lib\/..\/js\/moment-with-locales.js', function () {\n\n                        jQuery.getScriptCached('https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/plugins\/seed-noah-plugin\/tools\/calendar\/lib\/..\/js\/clndr.js', function () {\n\n                            jQuery('#mini-clndr-69f729f9058b4').each(function () {\n                                var events69f729f9058b4 = [];\n                                var calendar_uid = '69f729f9058b4';\n                                var currentMonth = moment().format('YYYY-MM');\n                                var nextMonth = moment().add(1, 'month').format('YYYY-MM');\n                                var ajaxurl = 'https:\/\/www.diocesitn.it\/area-testimonianza\/wp-admin\/admin-ajax.php';\n                                var categoria = jQuery(this).attr('data-cat');\n                                var segnalato_da = jQuery(this).attr('data-segn');\n                                var forza_segnalati_non_approvati = jQuery(this).attr('data-forcenotapproved');\n                                var mostrada = jQuery(this).data('mostrada');\n                                var calendario = jQuery('#mini-clndr-' + calendar_uid);\n                                var data = {\n                                    action: 'seed_noah_carica_eventi_ajax',\n                                    categoria: categoria,\n                                    segnalato_da: segnalato_da,\n                                    forza_segnalati_non_approvati: forza_segnalati_non_approvati,\n                                    mostrada: mostrada,\n                                    type: 'first',\n                                    calendar_uid: calendar_uid,\n                                    mese_riferimento: '202605'\n                                };\n\n                                \/\/jQuery.post(ajaxurl, data, function (response) {\n                                jQuery.get(ajaxurl, data, function (response) {\n\n                                    var result = JSON.parse(response);\n                                    events69f729f9058b4 = jQuery.merge(result, events69f729f9058b4);\n                                    var labels = result.labels;\n                                    var clndrTemplate = _.template(jQuery('#calendar-template-' + calendar_uid).html());\n                                    moment.locale('it');\n                                    calendario.clndr({\n                                        render: function (data) {\n\n                                            return clndrTemplate(data);\n\n                                        },\n                                        daysOfTheWeek: ['Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab', 'Dom'],\n                                        events: events69f729f9058b4,\n                                        multiDayEvents: {\n                                            endDate: 'end',\n                                            singleDay: 'date',\n                                            startDate: 'start'\n                                        },\n                                        clickEvents: {\n                                            click: function (target) {\n                                                if (target.events.length) {\n                                                    var daysContainer = calendario.find('.days-container .event_' + target.date._i);\n                                                    daysContainer.toggleClass('show-events', true);\n                                                    calendario.find('.x-button').click(function () {\n                                                        daysContainer.toggleClass('show-events', false);\n                                                    });\n                                                }\n                                            },\n                                            nextMonth: function (month) {\n                                                var mese = month.format('YYYYMM');\n                                                var cat_filter = [];\n                                                var blog_filter = [];\n                                                carica_eventi_pulsanti69f729f9058b4(calendario, mese, 'next', cat_filter, blog_filter, calendar_uid);\n                                            },\n                                            previousMonth: function (month) {\n                                                var cat_filter = [];\n                                                var blog_filter = [];\n                                                var mese = month.format('YYYYMM');\n                                                carica_eventi_pulsanti69f729f9058b4(calendario, mese, 'prev', cat_filter, blog_filter, calendar_uid);\n                                            },\n                                        },\n                                        ready: function () {\n\n\n                                        }\n                                    });\n\n                                });\n\n                                function carica_eventi_pulsanti69f729f9058b4(calendario, mese, move, cat_filter, blog_filter, calendar_uid) {\n\n                                    var ajaxurl = 'https:\/\/www.diocesitn.it\/area-testimonianza\/wp-admin\/admin-ajax.php';\n                                    var categoria = '';\n                                    var segnalato_da = '';\n                                    var mostrada = '';\n                                    var type_filter = '';\n                                    if (cat_filter.length == 0 && blog_filter.length == 0) {\n                                        type_filter = move;\n                                        categoria = calendario.attr('data-cat');\n                                        segnalato_da = calendario.attr('data-segn');\n                                        forza_segnalati_non_approvati = calendario.attr('data-forcenotapproved');\n                                        mostrada = calendario.attr('data-mostrada');\n                                    } else {\n                                        type_filter = move + '_filter';\n                                        categoria = cat_filter.join(',');\n                                        segnalato_da = blog_filter.join(',');\n                                        forza_segnalati_non_approvati = calendario.attr('data-forcenotapproved');\n                                    }\n\n                                    var data = {\n                                        action: 'seed_noah_carica_eventi_ajax',\n                                        categoria: categoria,\n                                        segnalato_da: segnalato_da,\n                                        forza_segnalati_non_approvati: forza_segnalati_non_approvati,\n                                        mostrada: mostrada,\n                                        type: type_filter,\n                                        mese_riferimento: mese,\n                                        calendar_uid: calendar_uid\n                                    };\n\n                                    \/\/jQuery.post(ajaxurl, data, function (response) {\n                                    jQuery.get(ajaxurl, data, function (response) {\n                                        var result = JSON.parse(response);\n                                        var events_move;\n\n                                        var ids = [];\n                                        var clean = [];\n\n                                        events69f729f9058b4 = jQuery.merge(result, events69f729f9058b4);\n                                        jQuery.each(events69f729f9058b4, function (index, value) {\n                                            if (jQuery.inArray(value.id, ids) == -1) {\n                                                ids.push(value.id);\n                                                clean.push(value);\n                                            }\n                                        });\n                                        events_move = clean;\n\n\n                                        var labels = result.labels;\n\n                                        var myCalendar = calendario.clndr({\n                                            template: jQuery('#calendar-template-' + calendar_uid).html()\n                                        });\n                                        \/\/myCalendar.destroy();\n                                        myCalendar.setEvents(events_move);\n                                    });\n\n                                }\n\n                            });\n\n                            \/* carica label *\/\n\n                            jQuery('#mini-clndr-69f729f9058b4').each(function () {\n                                var events69f729f9058b4 = [];\n                                var calendar_uid = '69f729f9058b4';\n                                var ajaxurl = 'https:\/\/www.diocesitn.it\/area-testimonianza\/wp-admin\/admin-ajax.php';\n                                var categoria = jQuery(this).attr('data-cat');\n                                var segnalato_da = jQuery(this).attr('data-segn');\n                                var forza_segnalati_non_approvati = jQuery(this).attr('data-forcenotapproved');\n                                var mostrada = jQuery(this).data('mostrada');\n                                var calendario = jQuery('#mini-clndr-' + calendar_uid);\n                                \/\/console.log(calendario.next('.seed_legenda'));\n                                var data = {\n                                    action: 'seed_noah_carica_labels_ajax',\n                                    categoria: categoria,\n                                    segnalato_da: segnalato_da,\n                                    forza_segnalati_non_approvati: forza_segnalati_non_approvati,\n                                    mostrada: mostrada,\n                                    type: 'first',\n                                    calendar_uid: calendar_uid\n                                };\n\n                                \/\/jQuery.post(ajaxurl, data, function (response) {\n                                jQuery.get(ajaxurl, data, function (response) {\n                                    \/\/console.log(calendario.next('.seed_legenda'));\n                                    var labels = JSON.parse(response);\n                                    jQuery('#seed_legenda_' + calendar_uid).html(labels);\n                                    \/\/calendario.next('.seed_legenda').html(labels);\n                                    jQuery('#seed_legenda_69f729f9058b4 input[type=\"checkbox\"]').on('change', function () {\n\n                                        jQuery('#seed_legenda_69f729f9058b4 label[for=\"' + jQuery(this).attr('id') + '\"]').toggleClass(\"noah_filter_active\");\n                                        events69f729f9058b4 = [];\n                                        var cat_filter = [];\n                                        var blog_filter = [];\n                                        jQuery('#seed_legenda_69f729f9058b4 input[class=\"single_label_legend\"][data-type=\"cat\"]:checked').each(function () {\n                                            cat_filter.push(this.value);\n                                        });\n                                        jQuery('#seed_legenda_69f729f9058b4 input[class=\"single_label_legend\"][data-type=\"blog\"]:checked').each(function () {\n                                            blog_filter.push(this.value);\n                                        });\n                                        filtro_legenda69f729f9058b4(calendario, cat_filter, blog_filter, calendar_uid);\n                                    });\n\n                                });\n                                function filtro_legenda69f729f9058b4(calendario, cat_filter, blog_filter, calendar_uid) {\n                                    var type_filter = '';\n                                    var ajaxurl = 'https:\/\/www.diocesitn.it\/area-testimonianza\/wp-admin\/admin-ajax.php';\n                                    var mese = calendario.find('.month').attr('data-month');\n                                    var categoria = '';\n                                    var segnalato_da = '';\n                                    var mostrada = '';\n                                    if (cat_filter.length == 0 && blog_filter.length == 0) {\n                                        type_filter = 'first';\n                                        categoria = calendario.attr('data-cat');\n                                        segnalato_da = calendario.attr('data-segn');\n                                        forza_segnalati_non_approvati = calendario.attr('data-forcenotapproved');\n                                        mostrada = calendario.attr('data-mostrada');\n                                    } else {\n                                        type_filter = 'filter';\n                                        categoria = cat_filter.join(',');\n                                        segnalato_da = blog_filter.join(',');\n                                        forza_segnalati_non_approvati = calendario.attr('data-forcenotapproved');\n                                    }\n                                    var data = {\n                                        action: 'seed_noah_carica_eventi_ajax',\n                                        categoria: categoria,\n                                        segnalato_da: segnalato_da,\n                                        forza_segnalati_non_approvati: forza_segnalati_non_approvati,\n                                        mostrada: mostrada,\n                                        type: type_filter,\n                                        mese_riferimento: mese,\n                                        calendar_uid: calendar_uid\n                                    };\n\n                                    \/\/jQuery.post(ajaxurl, data, function (response) {\n                                    jQuery.get(ajaxurl, data, function (response) {\n                                        var result = JSON.parse(response);\n                                        var events = result;\n                                        var calendar_uid = calendario.attr('uid');\n                                        var clndrTemplate = _.template(jQuery('#calendar-template-' + calendar_uid).html());\n\n                                        var myCalendar = calendario.clndr({\n                                            render: function (data) {\n                                                return clndrTemplate(data);\n                                            }\n                                        });\n\n                                        myCalendar.setEvents(events);\n                                    });\n                                }\n                            });\n\n\n                        });\n\n                    });\n\n                });\n\n\n            })(this);\n\n\n        }\n        );\n    <\/script>\n    <\/div><div id=\"panel-9303-0-0-1\" class=\"so-panel widget widget_siteorigin-panels-postloop panel-last-child\" data-index=\"1\" ><h3 class=\"widget-title\">Prossimi eventi<\/h3>\n<article class=\"post-19690 wd-appuntamenti type-wd-appuntamenti status-publish has-post-thumbnail hentry wd-tipo-appuntamenti-incontro\">\n    <header>\n\t\t            <div class=\"entry-image\">\n                <a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/parliamone-stasera-2\/\" rel=\"bookmark\"><\/a>\n\t\t\t\t<a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/parliamone-stasera-2\/\" title=\"&lt;span class=&#039;wd-noah-appuntamento-widget-calendario&#039; data-bot=&#039;dalle 18:00&#039; data-top=&#039;Maggio&#039;&gt;&lt;span class=&#039;wd-noah-appuntamento-text-smaller&#039;&gt;marted\u00ec&lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-larger&#039;&gt;12&lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-month&#039;&gt;Maggio &lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-time&#039;&gt;18:00 &lt;\/span&gt; &lt;\/span&gt;&lt;br&gt;&lt;span class=&#039;wd-noah-appuntamenti-titolo&#039;&gt;&lt;a href=&#039;https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/parliamone-stasera-2\/&#039;&gt;Parliamone stasera #2&lt;\/a&gt;&lt;\/span&gt;&lt;br&gt;&lt;span class=&#039;wd-noah-appuntamento-inizio&#039;&gt;&lt;label&gt;Inizio: &lt;\/label&gt;12\/05\/2026 18:00&lt;\/span&gt;&lt;br&gt;\" class=\"post-thumbnail-image-link\"><img decoding=\"async\" width=\"300\" height=\"64\" src=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/04\/2026-parliamone-stasera-300x64.png\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/04\/2026-parliamone-stasera-300x64.png 300w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/04\/2026-parliamone-stasera-768x164.png 768w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/04\/2026-parliamone-stasera-360x77.png 360w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/04\/2026-parliamone-stasera-800x170.png 800w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/04\/2026-parliamone-stasera.png 1024w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" loading=\"lazy\" \/><\/a>            <\/div>\n\t\t\n\t\t            <h4 class=\"entry-title\">\n                <a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/parliamone-stasera-2\/\" rel=\"bookmark\">\n\t\t\t\t\t<span class='wd-noah-appuntamento-widget-calendario' data-bot='dalle 18:00' data-top='Maggio'><span class='wd-noah-appuntamento-text-smaller'>marted\u00ec<\/span> <span class='wd-noah-appuntamento-text-larger'>12<\/span> <span class='wd-noah-appuntamento-text-month'>Maggio <\/span> <span class='wd-noah-appuntamento-text-time'>18:00 <\/span> <\/span><br><span class='wd-noah-appuntamenti-titolo'><a href='https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/parliamone-stasera-2\/'>Parliamone stasera #2<\/a><\/span><br><span class='wd-noah-appuntamento-inizio'><label>Inizio: <\/label>12\/05\/2026 18:00<\/span><br>                <\/a>\n            <\/h4>\n\t\t    <\/header>\n<\/article>\n<article class=\"post-19691 wd-appuntamenti type-wd-appuntamenti status-publish has-post-thumbnail hentry wd-tipo-appuntamenti-incontro\">\n    <header>\n\t\t            <div class=\"entry-image\">\n                <a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/parliamone-stasera-3\/\" rel=\"bookmark\"><\/a>\n\t\t\t\t<a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/parliamone-stasera-3\/\" title=\"&lt;span class=&#039;wd-noah-appuntamento-widget-calendario&#039; data-bot=&#039;dalle 18:00&#039; data-top=&#039;Giugno&#039;&gt;&lt;span class=&#039;wd-noah-appuntamento-text-smaller&#039;&gt;marted\u00ec&lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-larger&#039;&gt;16&lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-month&#039;&gt;Giugno &lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-time&#039;&gt;18:00 &lt;\/span&gt; &lt;\/span&gt;&lt;br&gt;&lt;span class=&#039;wd-noah-appuntamenti-titolo&#039;&gt;&lt;a href=&#039;https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/parliamone-stasera-3\/&#039;&gt;Parliamone stasera #3&lt;\/a&gt;&lt;\/span&gt;&lt;br&gt;&lt;span class=&#039;wd-noah-appuntamento-inizio&#039;&gt;&lt;label&gt;Inizio: &lt;\/label&gt;16\/06\/2026 18:00&lt;\/span&gt;&lt;br&gt;\" class=\"post-thumbnail-image-link\"><img decoding=\"async\" width=\"300\" height=\"64\" src=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/04\/2026-parliamone-stasera-300x64.png\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/04\/2026-parliamone-stasera-300x64.png 300w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/04\/2026-parliamone-stasera-768x164.png 768w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/04\/2026-parliamone-stasera-360x77.png 360w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/04\/2026-parliamone-stasera-800x170.png 800w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/04\/2026-parliamone-stasera.png 1024w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" loading=\"lazy\" \/><\/a>            <\/div>\n\t\t\n\t\t            <h4 class=\"entry-title\">\n                <a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/parliamone-stasera-3\/\" rel=\"bookmark\">\n\t\t\t\t\t<span class='wd-noah-appuntamento-widget-calendario' data-bot='dalle 18:00' data-top='Giugno'><span class='wd-noah-appuntamento-text-smaller'>marted\u00ec<\/span> <span class='wd-noah-appuntamento-text-larger'>16<\/span> <span class='wd-noah-appuntamento-text-month'>Giugno <\/span> <span class='wd-noah-appuntamento-text-time'>18:00 <\/span> <\/span><br><span class='wd-noah-appuntamenti-titolo'><a href='https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/parliamone-stasera-3\/'>Parliamone stasera #3<\/a><\/span><br><span class='wd-noah-appuntamento-inizio'><label>Inizio: <\/label>16\/06\/2026 18:00<\/span><br>                <\/a>\n            <\/h4>\n\t\t    <\/header>\n<\/article>\n<article class=\"post-18577 wd-appuntamenti type-wd-appuntamenti status-publish has-post-thumbnail hentry wd-tipo-appuntamenti-formazione wd-tipo-appuntamenti-incontro\">\n    <header>\n\t\t            <div class=\"entry-image\">\n                <a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/formazione-missio-weekend-di-formazione-e-spiritualita-giorno-1-di-3\/\" rel=\"bookmark\"><\/a>\n\t\t\t\t<a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/formazione-missio-weekend-di-formazione-e-spiritualita-giorno-1-di-3\/\" title=\"&lt;span class=&#039;wd-noah-appuntamento-widget-calendario&#039; data-bot=&#039;&#039; data-top=&#039;Settembre&#039;&gt;&lt;span class=&#039;wd-noah-appuntamento-text-smaller&#039;&gt;venerd\u00ec&lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-larger&#039;&gt;4&lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-month&#039;&gt;Settembre &lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-time&#039;&gt; &lt;\/span&gt; &lt;\/span&gt;&lt;br&gt;&lt;span class=&#039;wd-noah-appuntamenti-titolo&#039;&gt;&lt;a href=&#039;https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/formazione-missio-weekend-di-formazione-e-spiritualita-giorno-1-di-3\/&#039;&gt;Formazione missio &#8211; Weekend di formazione e spiritualit\u00e0 [giorno 1 di 3]&lt;\/a&gt;&lt;\/span&gt;&lt;br&gt;&lt;span class=&#039;wd-noah-appuntamento-inizio&#039;&gt;&lt;label&gt;Data: &lt;\/label&gt;04\/09\/2026&lt;span class=&#039;wd-noah-appuntamento-allday&#039;&gt;  &lt;\/span&gt;&lt;\/span&gt;&lt;br&gt;\" class=\"post-thumbnail-image-link\"><img decoding=\"async\" width=\"300\" height=\"64\" src=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma-300x64.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma-300x64.jpg 300w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma-768x164.jpg 768w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma-360x77.jpg 360w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma-800x170.jpg 800w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma.jpg 1024w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" loading=\"lazy\" \/><\/a>            <\/div>\n\t\t\n\t\t            <h4 class=\"entry-title\">\n                <a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/formazione-missio-weekend-di-formazione-e-spiritualita-giorno-1-di-3\/\" rel=\"bookmark\">\n\t\t\t\t\t<span class='wd-noah-appuntamento-widget-calendario' data-bot='' data-top='Settembre'><span class='wd-noah-appuntamento-text-smaller'>venerd\u00ec<\/span> <span class='wd-noah-appuntamento-text-larger'>4<\/span> <span class='wd-noah-appuntamento-text-month'>Settembre <\/span> <span class='wd-noah-appuntamento-text-time'> <\/span> <\/span><br><span class='wd-noah-appuntamenti-titolo'><a href='https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/formazione-missio-weekend-di-formazione-e-spiritualita-giorno-1-di-3\/'>Formazione missio &#8211; Weekend di formazione e spiritualit\u00e0 [giorno 1 di 3]<\/a><\/span><br><span class='wd-noah-appuntamento-inizio'><label>Data: <\/label>04\/09\/2026<span class='wd-noah-appuntamento-allday'>  <\/span><\/span><br>                <\/a>\n            <\/h4>\n\t\t    <\/header>\n<\/article>\n<article class=\"post-18578 wd-appuntamenti type-wd-appuntamenti status-publish has-post-thumbnail hentry wd-tipo-appuntamenti-formazione wd-tipo-appuntamenti-incontro\">\n    <header>\n\t\t            <div class=\"entry-image\">\n                <a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/formazione-missio-weekend-di-formazione-e-spiritualita-giorno-2-di-3\/\" rel=\"bookmark\"><\/a>\n\t\t\t\t<a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/formazione-missio-weekend-di-formazione-e-spiritualita-giorno-2-di-3\/\" title=\"&lt;span class=&#039;wd-noah-appuntamento-widget-calendario&#039; data-bot=&#039;&#039; data-top=&#039;Settembre&#039;&gt;&lt;span class=&#039;wd-noah-appuntamento-text-smaller&#039;&gt;sabato&lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-larger&#039;&gt;5&lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-month&#039;&gt;Settembre &lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-time&#039;&gt; &lt;\/span&gt; &lt;\/span&gt;&lt;br&gt;&lt;span class=&#039;wd-noah-appuntamenti-titolo&#039;&gt;&lt;a href=&#039;https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/formazione-missio-weekend-di-formazione-e-spiritualita-giorno-2-di-3\/&#039;&gt;Formazione missio &#8211; Weekend di formazione e spiritualit\u00e0 [giorno 2 di 3]&lt;\/a&gt;&lt;\/span&gt;&lt;br&gt;&lt;span class=&#039;wd-noah-appuntamento-inizio&#039;&gt;&lt;label&gt;Data: &lt;\/label&gt;05\/09\/2026&lt;span class=&#039;wd-noah-appuntamento-allday&#039;&gt;  &lt;\/span&gt;&lt;\/span&gt;&lt;br&gt;\" class=\"post-thumbnail-image-link\"><img decoding=\"async\" width=\"300\" height=\"64\" src=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma-300x64.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma-300x64.jpg 300w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma-768x164.jpg 768w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma-360x77.jpg 360w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma-800x170.jpg 800w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma.jpg 1024w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" loading=\"lazy\" \/><\/a>            <\/div>\n\t\t\n\t\t            <h4 class=\"entry-title\">\n                <a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/formazione-missio-weekend-di-formazione-e-spiritualita-giorno-2-di-3\/\" rel=\"bookmark\">\n\t\t\t\t\t<span class='wd-noah-appuntamento-widget-calendario' data-bot='' data-top='Settembre'><span class='wd-noah-appuntamento-text-smaller'>sabato<\/span> <span class='wd-noah-appuntamento-text-larger'>5<\/span> <span class='wd-noah-appuntamento-text-month'>Settembre <\/span> <span class='wd-noah-appuntamento-text-time'> <\/span> <\/span><br><span class='wd-noah-appuntamenti-titolo'><a href='https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/formazione-missio-weekend-di-formazione-e-spiritualita-giorno-2-di-3\/'>Formazione missio &#8211; Weekend di formazione e spiritualit\u00e0 [giorno 2 di 3]<\/a><\/span><br><span class='wd-noah-appuntamento-inizio'><label>Data: <\/label>05\/09\/2026<span class='wd-noah-appuntamento-allday'>  <\/span><\/span><br>                <\/a>\n            <\/h4>\n\t\t    <\/header>\n<\/article>\n<article class=\"post-18579 wd-appuntamenti type-wd-appuntamenti status-publish has-post-thumbnail hentry wd-tipo-appuntamenti-formazione wd-tipo-appuntamenti-incontro\">\n    <header>\n\t\t            <div class=\"entry-image\">\n                <a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/formazione-missio-weekend-di-formazione-e-spiritualita-giorno-3-di-3\/\" rel=\"bookmark\"><\/a>\n\t\t\t\t<a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/formazione-missio-weekend-di-formazione-e-spiritualita-giorno-3-di-3\/\" title=\"&lt;span class=&#039;wd-noah-appuntamento-widget-calendario&#039; data-bot=&#039;&#039; data-top=&#039;Settembre&#039;&gt;&lt;span class=&#039;wd-noah-appuntamento-text-smaller&#039;&gt;domenica&lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-larger&#039;&gt;6&lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-month&#039;&gt;Settembre &lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-time&#039;&gt; &lt;\/span&gt; &lt;\/span&gt;&lt;br&gt;&lt;span class=&#039;wd-noah-appuntamenti-titolo&#039;&gt;&lt;a href=&#039;https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/formazione-missio-weekend-di-formazione-e-spiritualita-giorno-3-di-3\/&#039;&gt;Formazione missio &#8211; Weekend di formazione e spiritualit\u00e0 [giorno 3 di 3]&lt;\/a&gt;&lt;\/span&gt;&lt;br&gt;&lt;span class=&#039;wd-noah-appuntamento-inizio&#039;&gt;&lt;label&gt;Data: &lt;\/label&gt;06\/09\/2026&lt;span class=&#039;wd-noah-appuntamento-allday&#039;&gt;  &lt;\/span&gt;&lt;\/span&gt;&lt;br&gt;\" class=\"post-thumbnail-image-link\"><img decoding=\"async\" width=\"300\" height=\"64\" src=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma-300x64.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma-300x64.jpg 300w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma-768x164.jpg 768w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma-360x77.jpg 360w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma-800x170.jpg 800w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2025\/10\/2026.09.4-6-we-Roma.jpg 1024w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" loading=\"lazy\" \/><\/a>            <\/div>\n\t\t\n\t\t            <h4 class=\"entry-title\">\n                <a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/formazione-missio-weekend-di-formazione-e-spiritualita-giorno-3-di-3\/\" rel=\"bookmark\">\n\t\t\t\t\t<span class='wd-noah-appuntamento-widget-calendario' data-bot='' data-top='Settembre'><span class='wd-noah-appuntamento-text-smaller'>domenica<\/span> <span class='wd-noah-appuntamento-text-larger'>6<\/span> <span class='wd-noah-appuntamento-text-month'>Settembre <\/span> <span class='wd-noah-appuntamento-text-time'> <\/span> <\/span><br><span class='wd-noah-appuntamenti-titolo'><a href='https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/formazione-missio-weekend-di-formazione-e-spiritualita-giorno-3-di-3\/'>Formazione missio &#8211; Weekend di formazione e spiritualit\u00e0 [giorno 3 di 3]<\/a><\/span><br><span class='wd-noah-appuntamento-inizio'><label>Data: <\/label>06\/09\/2026<span class='wd-noah-appuntamento-allday'>  <\/span><\/span><br>                <\/a>\n            <\/h4>\n\t\t    <\/header>\n<\/article>\n<article class=\"post-19539 wd-appuntamenti type-wd-appuntamenti status-publish has-post-thumbnail hentry wd-tipo-appuntamenti-pellegrinaggio\">\n    <header>\n\t\t            <div class=\"entry-image\">\n                <a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/pellegrinaggio-diocesano-ad-assisi-giorno-1-di-3\/\" rel=\"bookmark\"><\/a>\n\t\t\t\t<a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/pellegrinaggio-diocesano-ad-assisi-giorno-1-di-3\/\" title=\"&lt;span class=&#039;wd-noah-appuntamento-widget-calendario&#039; data-bot=&#039;&#039; data-top=&#039;Settembre&#039;&gt;&lt;span class=&#039;wd-noah-appuntamento-text-smaller&#039;&gt;venerd\u00ec&lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-larger&#039;&gt;25&lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-month&#039;&gt;Settembre &lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-time&#039;&gt; &lt;\/span&gt; &lt;\/span&gt;&lt;br&gt;&lt;span class=&#039;wd-noah-appuntamenti-titolo&#039;&gt;&lt;a href=&#039;https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/pellegrinaggio-diocesano-ad-assisi-giorno-1-di-3\/&#039;&gt;Pellegrinaggio diocesano ad Assisi [giorno 1 di 3]&lt;\/a&gt;&lt;\/span&gt;&lt;br&gt;&lt;span class=&#039;wd-noah-appuntamento-inizio&#039;&gt;&lt;label&gt;Data: &lt;\/label&gt;25\/09\/2026&lt;span class=&#039;wd-noah-appuntamento-allday&#039;&gt;  &lt;\/span&gt;&lt;\/span&gt;&lt;br&gt;\" class=\"post-thumbnail-image-link\"><img decoding=\"async\" width=\"300\" height=\"64\" src=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner-300x64.png\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner-300x64.png 300w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner-768x164.png 768w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner-360x77.png 360w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner-800x170.png 800w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner.png 1024w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" loading=\"lazy\" \/><\/a>            <\/div>\n\t\t\n\t\t            <h4 class=\"entry-title\">\n                <a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/pellegrinaggio-diocesano-ad-assisi-giorno-1-di-3\/\" rel=\"bookmark\">\n\t\t\t\t\t<span class='wd-noah-appuntamento-widget-calendario' data-bot='' data-top='Settembre'><span class='wd-noah-appuntamento-text-smaller'>venerd\u00ec<\/span> <span class='wd-noah-appuntamento-text-larger'>25<\/span> <span class='wd-noah-appuntamento-text-month'>Settembre <\/span> <span class='wd-noah-appuntamento-text-time'> <\/span> <\/span><br><span class='wd-noah-appuntamenti-titolo'><a href='https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/pellegrinaggio-diocesano-ad-assisi-giorno-1-di-3\/'>Pellegrinaggio diocesano ad Assisi [giorno 1 di 3]<\/a><\/span><br><span class='wd-noah-appuntamento-inizio'><label>Data: <\/label>25\/09\/2026<span class='wd-noah-appuntamento-allday'>  <\/span><\/span><br>                <\/a>\n            <\/h4>\n\t\t    <\/header>\n<\/article>\n<article class=\"post-19540 wd-appuntamenti type-wd-appuntamenti status-publish has-post-thumbnail hentry wd-tipo-appuntamenti-pellegrinaggio\">\n    <header>\n\t\t            <div class=\"entry-image\">\n                <a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/pellegrinaggio-diocesano-ad-assisi-giorno-2-di-3\/\" rel=\"bookmark\"><\/a>\n\t\t\t\t<a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/pellegrinaggio-diocesano-ad-assisi-giorno-2-di-3\/\" title=\"&lt;span class=&#039;wd-noah-appuntamento-widget-calendario&#039; data-bot=&#039;&#039; data-top=&#039;Settembre&#039;&gt;&lt;span class=&#039;wd-noah-appuntamento-text-smaller&#039;&gt;sabato&lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-larger&#039;&gt;26&lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-month&#039;&gt;Settembre &lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-time&#039;&gt; &lt;\/span&gt; &lt;\/span&gt;&lt;br&gt;&lt;span class=&#039;wd-noah-appuntamenti-titolo&#039;&gt;&lt;a href=&#039;https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/pellegrinaggio-diocesano-ad-assisi-giorno-2-di-3\/&#039;&gt;Pellegrinaggio diocesano ad Assisi [giorno 2 di 3]&lt;\/a&gt;&lt;\/span&gt;&lt;br&gt;&lt;span class=&#039;wd-noah-appuntamento-inizio&#039;&gt;&lt;label&gt;Data: &lt;\/label&gt;26\/09\/2026&lt;span class=&#039;wd-noah-appuntamento-allday&#039;&gt;  &lt;\/span&gt;&lt;\/span&gt;&lt;br&gt;\" class=\"post-thumbnail-image-link\"><img decoding=\"async\" width=\"300\" height=\"64\" src=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner-300x64.png\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner-300x64.png 300w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner-768x164.png 768w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner-360x77.png 360w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner-800x170.png 800w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner.png 1024w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" loading=\"lazy\" \/><\/a>            <\/div>\n\t\t\n\t\t            <h4 class=\"entry-title\">\n                <a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/pellegrinaggio-diocesano-ad-assisi-giorno-2-di-3\/\" rel=\"bookmark\">\n\t\t\t\t\t<span class='wd-noah-appuntamento-widget-calendario' data-bot='' data-top='Settembre'><span class='wd-noah-appuntamento-text-smaller'>sabato<\/span> <span class='wd-noah-appuntamento-text-larger'>26<\/span> <span class='wd-noah-appuntamento-text-month'>Settembre <\/span> <span class='wd-noah-appuntamento-text-time'> <\/span> <\/span><br><span class='wd-noah-appuntamenti-titolo'><a href='https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/pellegrinaggio-diocesano-ad-assisi-giorno-2-di-3\/'>Pellegrinaggio diocesano ad Assisi [giorno 2 di 3]<\/a><\/span><br><span class='wd-noah-appuntamento-inizio'><label>Data: <\/label>26\/09\/2026<span class='wd-noah-appuntamento-allday'>  <\/span><\/span><br>                <\/a>\n            <\/h4>\n\t\t    <\/header>\n<\/article>\n<article class=\"post-19541 wd-appuntamenti type-wd-appuntamenti status-publish has-post-thumbnail hentry wd-tipo-appuntamenti-pellegrinaggio\">\n    <header>\n\t\t            <div class=\"entry-image\">\n                <a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/pellegrinaggio-diocesano-ad-assisi-giorno-3-di-3\/\" rel=\"bookmark\"><\/a>\n\t\t\t\t<a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/pellegrinaggio-diocesano-ad-assisi-giorno-3-di-3\/\" title=\"&lt;span class=&#039;wd-noah-appuntamento-widget-calendario&#039; data-bot=&#039;&#039; data-top=&#039;Settembre&#039;&gt;&lt;span class=&#039;wd-noah-appuntamento-text-smaller&#039;&gt;domenica&lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-larger&#039;&gt;27&lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-month&#039;&gt;Settembre &lt;\/span&gt; &lt;span class=&#039;wd-noah-appuntamento-text-time&#039;&gt; &lt;\/span&gt; &lt;\/span&gt;&lt;br&gt;&lt;span class=&#039;wd-noah-appuntamenti-titolo&#039;&gt;&lt;a href=&#039;https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/pellegrinaggio-diocesano-ad-assisi-giorno-3-di-3\/&#039;&gt;Pellegrinaggio diocesano ad Assisi [giorno 3 di 3]&lt;\/a&gt;&lt;\/span&gt;&lt;br&gt;&lt;span class=&#039;wd-noah-appuntamento-inizio&#039;&gt;&lt;label&gt;Data: &lt;\/label&gt;27\/09\/2026&lt;span class=&#039;wd-noah-appuntamento-allday&#039;&gt;  &lt;\/span&gt;&lt;\/span&gt;&lt;br&gt;\" class=\"post-thumbnail-image-link\"><img decoding=\"async\" width=\"300\" height=\"64\" src=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner-300x64.png\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner-300x64.png 300w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner-768x164.png 768w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner-360x77.png 360w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner-800x170.png 800w, https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2026\/03\/2026-Assisi-banner.png 1024w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" loading=\"lazy\" \/><\/a>            <\/div>\n\t\t\n\t\t            <h4 class=\"entry-title\">\n                <a href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/pellegrinaggio-diocesano-ad-assisi-giorno-3-di-3\/\" rel=\"bookmark\">\n\t\t\t\t\t<span class='wd-noah-appuntamento-widget-calendario' data-bot='' data-top='Settembre'><span class='wd-noah-appuntamento-text-smaller'>domenica<\/span> <span class='wd-noah-appuntamento-text-larger'>27<\/span> <span class='wd-noah-appuntamento-text-month'>Settembre <\/span> <span class='wd-noah-appuntamento-text-time'> <\/span> <\/span><br><span class='wd-noah-appuntamenti-titolo'><a href='https:\/\/www.diocesitn.it\/area-testimonianza\/wd-appuntamenti\/pellegrinaggio-diocesano-ad-assisi-giorno-3-di-3\/'>Pellegrinaggio diocesano ad Assisi [giorno 3 di 3]<\/a><\/span><br><span class='wd-noah-appuntamento-inizio'><label>Data: <\/label>27\/09\/2026<span class='wd-noah-appuntamento-allday'>  <\/span><\/span><br>                <\/a>\n            <\/h4>\n\t\t    <\/header>\n<\/article><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":30,"featured_media":0,"parent":9299,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9303","page","type-page","status-publish","hentry"],"acf":{"seed-localization-paese-cod":"IT","seed-localization-address":"","seed-localization-citta":"Trento","seed-localization-regione-cod-istat":"04","seed-localization-citta-cod-istat":"022205","seed-localization-localita":"","seed-localization-cap":"","seed-localization-marker-visibility":false,"seed-localization-children-visibility":false,"seed-localization-kml":"","seed-localization-custom-marker":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.2.1 (Yoast SEO v22.2) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Calendario - Testimonianza e Impegno sociale<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calendario\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/\" \/>\n<meta property=\"og:site_name\" content=\"Testimonianza e Impegno sociale\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-19T07:47:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2021\/09\/og-logo-testimonianza-e-impegno-sociale.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/\",\"url\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/\",\"name\":\"Calendario - Testimonianza e Impegno sociale\",\"isPartOf\":{\"@id\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/#website\"},\"datePublished\":\"2021-05-12T18:09:32+00:00\",\"dateModified\":\"2025-12-19T07:47:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home Page\",\"item\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Calendario\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/#website\",\"url\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/\",\"name\":\"Testimonianza e Impegno sociale\",\"description\":\"Chiesa di Trento\",\"publisher\":{\"@id\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"it-IT\"},{\"@type\":[\"Organization\",\"Place\"],\"@id\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/#organization\",\"name\":\"Area Testimonianza e Impegno Sociale - Chiesa di Trento\",\"url\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/\",\"logo\":{\"@id\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/#local-main-organization-logo\"},\"image\":{\"@id\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/#local-main-organization-logo\"},\"openingHoursSpecification\":[{\"@type\":\"OpeningHoursSpecification\",\"dayOfWeek\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"],\"opens\":\"09:00\",\"closes\":\"17:00\"}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/#local-main-organization-logo\",\"url\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2021\/09\/og-logo-testimonianza-e-impegno-sociale.jpg\",\"contentUrl\":\"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2021\/09\/og-logo-testimonianza-e-impegno-sociale.jpg\",\"width\":1200,\"height\":630,\"caption\":\"Area Testimonianza e Impegno Sociale - Chiesa di Trento\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Calendario - Testimonianza e Impegno sociale","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/","og_locale":"it_IT","og_type":"article","og_title":"Calendario","og_url":"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/","og_site_name":"Testimonianza e Impegno sociale","article_modified_time":"2025-12-19T07:47:20+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2021\/09\/og-logo-testimonianza-e-impegno-sociale.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/","url":"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/","name":"Calendario - Testimonianza e Impegno sociale","isPartOf":{"@id":"https:\/\/www.diocesitn.it\/area-testimonianza\/#website"},"datePublished":"2021-05-12T18:09:32+00:00","dateModified":"2025-12-19T07:47:20+00:00","breadcrumb":{"@id":"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.diocesitn.it\/area-testimonianza\/"},{"@type":"ListItem","position":2,"name":"Home Page","item":"https:\/\/www.diocesitn.it\/area-testimonianza\/"},{"@type":"ListItem","position":3,"name":"Calendario"}]},{"@type":"WebSite","@id":"https:\/\/www.diocesitn.it\/area-testimonianza\/#website","url":"https:\/\/www.diocesitn.it\/area-testimonianza\/","name":"Testimonianza e Impegno sociale","description":"Chiesa di Trento","publisher":{"@id":"https:\/\/www.diocesitn.it\/area-testimonianza\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.diocesitn.it\/area-testimonianza\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"it-IT"},{"@type":["Organization","Place"],"@id":"https:\/\/www.diocesitn.it\/area-testimonianza\/#organization","name":"Area Testimonianza e Impegno Sociale - Chiesa di Trento","url":"https:\/\/www.diocesitn.it\/area-testimonianza\/","logo":{"@id":"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/#local-main-organization-logo"},"image":{"@id":"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/#local-main-organization-logo"},"openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],"opens":"09:00","closes":"17:00"}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.diocesitn.it\/area-testimonianza\/home-page\/calendario\/#local-main-organization-logo","url":"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2021\/09\/og-logo-testimonianza-e-impegno-sociale.jpg","contentUrl":"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-content\/uploads\/sites\/37\/2021\/09\/og-logo-testimonianza-e-impegno-sociale.jpg","width":1200,"height":630,"caption":"Area Testimonianza e Impegno Sociale - Chiesa di Trento"}]}},"_links":{"self":[{"href":"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-json\/wp\/v2\/pages\/9303","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-json\/wp\/v2\/users\/30"}],"replies":[{"embeddable":true,"href":"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-json\/wp\/v2\/comments?post=9303"}],"version-history":[{"count":4,"href":"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-json\/wp\/v2\/pages\/9303\/revisions"}],"predecessor-version":[{"id":18580,"href":"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-json\/wp\/v2\/pages\/9303\/revisions\/18580"}],"up":[{"embeddable":true,"href":"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-json\/wp\/v2\/pages\/9299"}],"wp:attachment":[{"href":"https:\/\/www.diocesitn.it\/area-testimonianza\/wp-json\/wp\/v2\/media?parent=9303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}