Podio API Documentation

Calendar: Get global exports

GET /calendar/export/

Returns the exports configured for the global calendar

Usage
Ruby Gem
calendar_event.rb
Podio::CalendarEvent.get_global_exports
Response [ { "linked_account": The linked account used for the export, { "linked_account_id": The id of the linked account, "provider": The account provider id, "provider_humanized_name": The account provider name, "label": The identification label }, "calendar_id": The external id of the calendar, "calendar_name": The external name of the calendar, "priority": The priority level to use for the export,
"tasks": True if tasks are exported, false otherwise }, ... (more exports) ]

Sandbox

Try the operation "/calendar/export/"

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