Podio API Documentation

Calendar: Get task calendar as iCal

GET /calendar/task/{task_id}/ics/

Returns the calendar for the given task in the iCal format.

Usage
PHP Client
PodioTask.php
PodioTask::ical( $task_id );
Parameters
task_id*
Required.
Response BEGIN:VCALENDAR PRODID:-//Podio//???//EN VERSION:2.0 BEGIN: .... END:VCALENDAR

Sandbox

Try the operation "/calendar/task/{task_id}/ics/"

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