Podio API Documentation
Calendar: Get item field calendar as iCal
Returns the calendar for the given date field of the given item in the iCal format.
Usage
- PHP Client
-
PodioItemField.php
PodioItemField::ical( $item_id, $field_id );
-
PodioItemField.php
PodioItemField::ical_field( $item_id, $field_id );
- Ruby Gem
-
item_field.rb
Podio::ItemField.ical_entry( item_id, field_id )
Parameters
- item_id*
- Required.
- field_id*
- Required.
Response
BEGIN:VCALENDAR
PRODID:-//Podio//???//EN
VERSION:2.0
BEGIN:
....
END:VCALENDAR
Sandbox
Try the operation "/calendar/item/{item_id}/field/{field_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