package fr.imag.adele.apam.app.calme.api; import java.util.List; public interface CalendarManager { public List<ApamCalendar> getCalendars(); }