Podio API Documentation
Calendar: Get global calendar as iCal
Returns the users global calendar in the iCal format 90 days into the future. The token can 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
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