Uses of Class
com.podio.calendar.Event
-
Packages that use Event Package Description com.podio.calendar -
-
Uses of Event in com.podio.calendar
Methods in com.podio.calendar that return types with arguments of type Event Modifier and Type Method Description List<Event>CalendarAPI. getApp(int appId, org.joda.time.LocalDate dateFrom, org.joda.time.LocalDate dateTo, ReferenceType... types)Returns the items and tasks that are related to the given app.List<Event>CalendarAPI. getGlobal(org.joda.time.LocalDate dateFrom, org.joda.time.LocalDate dateTo, List<Integer> spaceIds, ReferenceType... types)Returns all items that the user have access to and all tasks that are assigned to the user.List<Event>CalendarAPI. getSpace(int spaceId, org.joda.time.LocalDate dateFrom, org.joda.time.LocalDate dateTo, ReferenceType... types)Returns all items and tasks that the user have access to in the given space.
-