Podio API Documentation

Calendar: Get global calendar

GET /calendar/

Returns all items that the user have access to and all tasks that are assigned to the user. The items and tasks can be filtered by a list of space ids, but tasks without a reference will always be returned.

Usage
Ruby Gem
calendar_event.rb
Podio::CalendarEvent.find_all( options = {} )
Parameters
date_from

The date to return events from

date_to

The date to search to

priority

The minimum priority for the events to return


Default value: 1
tasks

True if tasks should be included in the calendar, false otherwise


Default value: true
Response [ {
"source": The source of the event, either "podio", "google", "exchange" or "live", "ref_type": The type of the entry, either "task" or "item", "ref_id": The id of the entry,
"uid": The unique id for the entry, "title": The title of the entry, "description": The description or agenda of the entry, "location": The location of the entry, if any, "busy": True if the user is busy for the time of the event, false otherwise, "start": The start date and time in the user's local timezone,
"start_utc": The start date and time in UTC, "start_date": The date part of the start, "start_time": The time part of the start, if any, "end": The end date and time in the user's locale timezone, if any,
"end_utc": The end date and time in UTC, if any, "end_date": The date part of the end, if any, "end_time": The time part of the end, if any, "status": The RSVP status of the user, if any, "link": The full link to the object, "app": The app the object belongs to, if any, { "app_id": The id of the app, "name": The name of the app, "item_name": The name of items in the app, "icon": The icon of the app } }, ... (more entries) ]

Sandbox

Try the operation "/calendar/"

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