Podio API Documentation

Calendar: Get global calendar as iCal

GET /calendar/ics/{user_id}/{token}/

Returns the user's global calendar in the iCal format 90 days into the future. The {token} in the URI refers to the user's calendar_code and can be retrieved by getting the user status.

Usage
PHP Client
PodioCalendarEvent.php
PodioCalendarEvent::ical( $user_id, $token );
Parameters
user_id*
Required.
token*
Required.
tasks

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


Default value: true
token

This path-parameter refers to the user's calendar_code and can be retrieved from the response of 'Get user status' API.

Response BEGIN:VCALENDAR PRODID:-//Podio//???//EN VERSION:2.0 BEGIN: .... END:VCALENDAR

Sandbox

Try the operation "/calendar/ics/{user_id}/{token}/"

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