<span>Hi list,<br><br></span><span>I use the <b class="highlight">OAMP</b> <b class="highlight">calendar</b> module integrated in the template TemplateTwo, and l follow the manual. l try to include ttevents in the calendar entryes, but dont work, the collector donīt get the ttevents...<br>
<br>l alter the event.xsd as follow:<br>...<br>            <resourcebundle name="org.opencms.frontend.templatetwo.demo.workplace,<b style="color: rgb(255, 0, 0);">com.alkacon.opencms.calendar.workplace</b>"/><br>
            <preview uri="${previewtempfile}" /><br>            <mappings><br>                <mapping element="Title" mapto="property:Title,property:calendar.Title" /><br>                <mapping element="EventDates/EventDate" mapto="property:collector.date" /><br>
<b>               <span style="color: rgb(255, 0, 0);"> <mapping element="EventDates/EventDate" mapto="property:calendar.startdate" /></span></b><br>                <mapping element="EventDates/EventEndDate" mapto="property:calendar.enddate" /><br>
                <mapping element="Availability/Release" mapto="attribute:datereleased" /><br>                <mapping element="Availability/Expiration" mapto="attribute:dateexpired" /><br>
                <mapping element="Availability/Priority" mapto="property:collector.priority" />            <br>            </mappings><br>...<br><br>l alter the calendarviewresconf.xsd too:<br>
...<br>            <layouts><br>                <layout element="ResType" widget="SelectorWidget" configuration="alkacon-cal-entry:%(key.fileicon.alkacon-cal-entry)|alkacon-cal-serial:%(key.fileicon.alkacon-cal-serial)|<b style="color: rgb(255, 0, 0);">ttevent:%(key.fileicon.event)</b>" /><br>
            </layouts><br>...<br><br>What do l do?<br><br>Thanks<br></span>