Podio API Documentation
Calendar: Get app calendar as iCal
Returns the app 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_for_app( $app_id, $user_id, $token );
Parameters
- app_id*
- Required.
- 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/app/{app_id}/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