Event items are searchable in Plone’s default calendar portlet. When clicking on a date when an event occurs, it uses search?review_state=published&start.query:record:list:date... to look for events. How can I add News Item, or even custom types to be searchable in calendar portlet?
Event items are searchable in Plone’s default calendar portlet. When clicking on a date
Share
In the ZMI there’s a tool portal_calendar:
In the
configuretab there’s a select list where you can specify any content type to be shown. The only condition is that they have to provide start & end attributes that return DateTime.