Podio API Documentation

Calendar: Get calendar summary for space

GET /calendar/space/{space_id}/summary

Returns the calendar summary for the given space for the active user

Usage
PHP Client
PodioCalendarEvent.php
PodioCalendarEvent::get_summary_for_space( $space_id, $attributes = array() );
Ruby Gem
calendar_event.rb
Podio::CalendarEvent.find_summary_for_space( space_id )
Parameters
space_id*
Required.
limit

The maximum number of events to return in each group


Default value: 5
priority

The minimum priority for the events to return


Default value: 1
Response

Same as the "Get calendar summary" operation

Sandbox

Try the operation "/calendar/space/{space_id}/summary"

You can simulate the API request by filling out the arguments below, and press the submit button to see the response.

You need to be logged in to Podio to use the Sandbox. Login here