Podio API Documentation

Calendar: Stop reference export

DELETE /calendar/export/linked_account/{linked_account_id}/{ref_type}/{ref_id}

Stops the export for the given reference, which can be either an app or a space.

Usage
Ruby Gem
calendar_event.rb
Podio::CalendarEvent.stop_reference_export( linked_account_id, ref_type, ref_id )
Parameters
linked_account_id*
Required.
ref_type*
Required.
ref_id*
Required.

Sandbox

The sandbox only handles GET operations for now.