urgency and calendarrange exports

This commit is contained in:
2022-09-21 13:31:24 +02:00
parent d62c09993f
commit 9da410afb8
4 changed files with 219 additions and 0 deletions

View File

@@ -52,6 +52,13 @@ services:
tags:
- { name: chill.export_filter, alias: between_dates_filter }
chill.calendar.export.calendar_range_filter:
class: Chill\CalendarBundle\Export\Filter\CalendarRangeFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: calendar_range_filter }
## Aggregator
chill.calendar.export.agent_aggregator:
@@ -102,3 +109,10 @@ services:
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: month_aggregator }
chill.calendar.export.urgency_aggregator:
class: Chill\CalendarBundle\Export\Aggregator\UrgencyAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: urgency_aggregator }