Skip to content

Use Calendar instead of MemoryCalendar in interfaces

Nicolas Fella requested to merge work/nomemorycal into master

We don't need any of the MemoryCalendar API.

By using Calendar in the interfaces the API gets more flexible and we can use it for non-MemoryCalendar-based calendars

Merge request reports