plone.app.event.browser.event_summary¶
- class plone.app.event.browser.event_summary.EventSummaryView(context, request)[source]¶
- property next_occurrences¶
Returns occurrences for this context, except the start occurrence, limited to self.max_occurrence occurrences.
- Returns:
List with next occurrences.
- Return type:
list
- property num_more_occurrences¶
Return the number of extra occurrences, which are not listed by next_occurrences.