Skip to content

IncidenceViewer: deprecate ETMCalendar API in favor of ETM

Daniel Vrátil requested to merge work/dvratil/incidenceviewer-etm into master

Everything that IncidenceViewer needs ETMCalendar for actually relies on ETM, so we can just pass in ETM pointer instead of ETMCalendar.

Since IncidenceViewer is used in many places, this change only deprecates the ETMCalendar API instead of just plain removing it.

Merge request reports