| Package | Description |
|---|---|
| com.podio.calendar |
| Modifier and Type | Method and 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.
|
Copyright © 2014. All Rights Reserved.