Podio API Documentation

Calendar: Filter app calendar

POST /calendar/app/{app_id}/filter

Returns the calendar for the given app filtered using the item filters.

Parameters
app_id*
Required.
Request {
"date_from": The date to get events from,
"date_to": The date to get events to,
"priority": The minimum priority of the events to include,
"tasks": True if tasks should be included, false otherwise,
"view_id": The id of a view or name of a standard view. "default" can be used for the default view and 0 can be used for the last used view,
"filters": The filters to apply, see the View area for all the options
}
Response

See the Get App Calendar operation.

Sandbox

The sandbox only handles GET operations for now.