Podio API Documentation
Calendar: Set reference export
Updates the export for the given linked account for the given reference. The reference can be either an app or a space.
Usage
- Ruby Gem
-
calendar_event.rb
Podio::CalendarEvent.set_reference_export( linked_account_id, ref_type, ref_id, attributes = {} )
Parameters
- linked_account_id*
- Required.
- ref_type*
- Required.
- ref_id*
- Required.
Request
{
"priority": The required priority for the events to be exported,
"tasks": True if tasks are exported, false otherwise
}