Erreur de template

Neither the property "closeForTheDay" nor one of the methods "closeForTheDay()", "getcloseForTheDay()"/"iscloseForTheDay()" or "__call()" exist and have public access in class "Calendar\Library\Events\Event".

/home/dev/public_dev/baie-de-beauport.dev.mambomambo.ca/craft/templates/schedule/_event.html(37)

25     {% endif %}
26 
27     <section class="event-content layout block-container block-copy">
28         
29         <div class="block-event-content block-copy--text grid-6">
30             <div class="event-description">
31                 {{ event.body }}
32             </div>
33         </div>
34         
35         <div class="block-event-content block-copy--text grid-6">
36             
37             {% if event.closeForTheDay %}
38                 <span class="close-tag --enhance">{{ "Close for the day"|t }}</span>
39             {% endif %}
40 
41             <p class="event-dates">
42                 <span class="icon">{{ functions.sprite('calendar') }}</span>
43 
44                 {% if event.closeForTheDay -%}
45                     Habituellement <span class="lower">{{ date }}</span>
46                 {%- else -%}
47                     {{- date -}}
48                 {%- endif %}
49 
2024-03-29 00:10:23 Apache / Craft CMS 2.6.3017